Skip to content

Releases: solo-io/gloo

v0.19.2

26 Sep 15:58
Compare
Choose a tag to compare

New Features

  • Allow using IAM credentials with AWS Upstreams (#680)
  • Update enterprise API to have strongly-typed JWT & RBAC config; deprecated opaque extensions config still supported (#1171)

Fixes

v0.19.1

20 Sep 22:08
Compare
Choose a tag to compare

New Features

  • Allow the default gateways to be configurable through helm (#1048)
  • Option to install Gloo with a visual dashboard. (#1218)
  • Update enterprise API to have strongly-typed WAF config; deprecated opaque extensions WAF config still supported (#1171)

Fixes

v0.19.0

20 Sep 16:28
Compare
Choose a tag to compare
v0.19.0 Pre-release
Pre-release

Marked as pre-release due to helm-chart publish issue.

Dependency Bumps

  • solo-io/go-utils has been upgraded to v0.10.8.

Breaking Changes

  • Update the external auth APIs to support configuring authentication/authorization on routes and weighted destinations, in addition to virtual hosts. The auth configuration that currently is defined directly on the virtual service/proxy resources (under virtualHostPlugins) will become a top-level solo-kit resource (in the context of Kubernetes this means a new CRD). Resources that need to use a particular auth configuration can now just reference the correspondent new AuthConfig resource. The advantages of this change are twofold: besides reducing the duplication of configuration, it guarantees the stability of secured upstreams between auth configuration updates. (#1201)

New Features

  • Add plugin to enable envoy health check filter (#1230)
  • Allow users to specify the kubernetes cluster name in glooctl proxy url and glooctl proxy address (#1095)

Fixes

  • Speed up the Helm tests. (#1226)
  • Gloo will not re-start it's XDS service when settings change (#1191)
  • Gloo will optionally wait for EDS to be ready before continuing (#1191)

v0.18.44

18 Sep 21:02
Compare
Choose a tag to compare

New Features

  • Add glooctl debug log command, which prints out all the gloo pod logs. A --zip flag will save them in a tar file (location optionally specified by the --file flag). A --errors-only flag will filter the logs for 'error' level logs. (#997)

Fixes

  • fix ratelimit setting propagation with new config location (#1209)
  • Fix upstream status write status error from hybrid client, and generation hash mismatch. (#1212)

v0.18.43

17 Sep 19:32
Compare
Choose a tag to compare

New Features

  • Ability to specify non-standard kube config from glooctl. (#1094)
  • Move rate-limit API from opaque extensions to strongly-typed enterprise tag and deprecate old api (#1171)
  • add gloo and gateway configuration options to settings (#1145)
  • add detailed proxy validation to gloo translator (#1165)
  • add proxy validation server to gloo (#1166)

Fixes

  • fix prepending of route prefixes when the prefix is a / (#1178)
  • Allow you to skip choosing a function when adding routes interactively. (#470)

v0.18.42

13 Sep 20:21
Compare
Choose a tag to compare

New Features

Fixes

  • Add back the virtualservice create consul related flags. (#1172)
  • If we run glooctl uninstall -all with a nonexistent namespace, still uninstall everything instead of erroring out. (#602)
  • For both glooctl add and glooctl create, a --dry-run will output a kube-yaml file unless the --output flag overrides it. (#907)

v0.18.41

12 Sep 19:55
Compare
Choose a tag to compare

New Features

  • add route metadata with owner reference to gloo routes (#1139)

v0.18.40

10 Sep 13:06
Compare
Choose a tag to compare

Fixes

  • Fix apiserver RBAC - allow listing setting. (#1156)

v0.18.39

10 Sep 03:47
Compare
Choose a tag to compare
v0.18.39 Pre-release
Pre-release

Fixes

  • Fix apiserver intialization restart race condition. (#1149)
  • Clarify that UI is read-only, non-enterprise version. (#1146)
  • Fix apiserver so that UI can show Envoy details without requiring access to the admin port. (#1125)
  • fix issue where the las TLS secret overrides the others when multiple TLS secrets are provided (kubernetes Ingress) (#1151)

v0.18.38

09 Sep 20:45
Compare
Choose a tag to compare

New Features

  • Add support for GRPC access log streaming (#1046)
  • Use secret converter in glooctl to flatten aws secrets and write proper tls secrets. (#1138)
  • implement virtualservice selector (#1143)

Fixes

  • Regenerate the protobuf code. (#1147)