This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
Releases: vmware-archive/gangway
Releases · vmware-archive/gangway
v3.3.0
v3.2.0
Image: gcr.io/heptio-images/gangway:v3.2.0
- Stop defaulting the email claim to
email
(@johnharris85) - Add custom sessionstore with cookie-splitting functionality (@croissong)
v3.1.0
Image: gcr.io/heptio-images/gangway:v3.1.0
- Update gangway image to run as non-root user (@justaugustus)
v3.0.0
Image: gcr.io/heptio-images/gangway:v3.0.0
- Fix markdown syntax for http link (@juniorz)
- Add docs / diagrams (@alexbrand)
- Use crypto/rand to generate random numbers (@alexbrand)
- Add support for custom HTML templates (@alexbrand)
- Use kubeconfig objects rather than template (@paulczar)
- Fix caData (@paulczar)
- Generate kubeconifg on fly instead of to disk (@paulczar)
- Update to use go v1.12 (@alexbrand)
- Add test coveragetto kubeconfig handler (@alexbrand)
- handlers.go use clustername as the context name (@alexbrand)
- Do not set username when generating kubeconifg (@alexbrand)
- commandline.tmpl: Fix HTML comment (@alexbrand)
v2.3.0
Image: gcr.io/heptio-images/gangway:v2.3.0
- Enable path parameter to serve path other than '/' (@stevesloka)
- Add startup logs for listen address & port (@stevesloka)
- Sync kubeconfig command and file output (@rendhalver)
- Refactor Gangway code into
internal
package (@stevesloka) - Fix context in kubeconfig template (@rendhalver)
- Deprecate email claim / tests (@paulczar)
- Update google documentation (@Lujeni)
- Docs: config options (@alexbrand)
- Remove CA temp file from commandline.tmpl (@alexbrand)
v2.2.0
Image: gcr.io/heptio-images/gangway:v2.2.0
- Added screenshot & updated readme description [#67] (@stevesloka)
- Moved kubeconfig download button locations [#66] (@stevesloka)
- Allow Audience & Scopes to be set via Env variables [#65] (@stevesloka)
- Tread bindata.go as autogenerated [#61] (@stevesloka)
v2.1.0
Image: gcr.io/heptio-images/gangway:v2.1.0
- Docs update for deployment of Gangway / Auth0 Identity Provider [#51] (@stevesloka)
- Enable travis CI [#49] (@stevesloka)
- Allow for trusted CA to be specified [#47] (@mgoodness)
- Format of username is now Username@ClusterName [#43] (@hrzbrg)
- Download Kubeconfig file [#31] (@jpweber)
- Embed certs into set-cluster command (#38) (@mauilion)