Skip to content

Releases: solo-io/gloo

v1.18.8

17 Feb 21:53
1a6a2d9
Compare
Choose a tag to compare

This release contained no user-facing changes.

v1.17.24

17 Feb 22:01
c0b3907
Compare
Choose a tag to compare

This release contained no user-facing changes.

v1.19.0-beta8

14 Feb 23:04
108c680
Compare
Choose a tag to compare

Fixes

  • Added the ability to control if resource status metrics are no longer reported after deletion.
    If a resource was invalid and deleted, a status metric indicating a problem was left behind.
    This could lead to confusion and false alarms.

Setting .Values.gloo.clearStatusMetrics to true will result in metrics
for deleted resources no longer being reported.
This may cause metric scraping to infrequently not see status metrics. (kgateway-dev#6938)

v1.17.23

14 Feb 17:16
17bb9d4
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/solo-kit has been upgraded to v0.35.6.

v1.19.0-beta7

12 Feb 17:29
e1a5574
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/envoy-gloo has been upgraded to v1.32.3-patch2.

Breaking Changes

  • The default configuration of Envoy will continue to trust internal addresses while in the future it will not trust them by default. If you have tooling such as probes on your private network which need to be treated as trusted (e.g. changing arbitrary x-envoy headers) please explicitly include those addresses or CIDR ranges into internal_address_config. You can turn up or test the upcoming internal address defaults by setting runtime guard envoy.reloadable_features.explicit_internal_address_config to true.
    For more information, see: envoyproxy/envoy#36221 (solo-io/solo-projects#7608)

Fixes

v1.18.7

11 Feb 20:08
d94c375
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/solo-kit has been upgraded to v0.36.4.

Fixes

  • Fixes a bug where we translate Gateways that do not belong to us. (solo-io/solo-projects#7768)
  • Fixes the gateway params image to respect the fips and distroless variants specified by global.image.variant. This only applies to the kubernetes gateway proxy. (https://github.com/solo-io/gloo/issues/10602)
  • Add support for xDS over mTLS for communication between the Gloo pod and the Kubernetes Gateway proxies. This can be enabled by setting the 'global.glooMtls.enabled' helm value to true. (solo-io/solo-projects#6210)
  • Pull in solo-kit fix to reduce log level of snapshot cache watches. (kgateway-dev#8626)

v1.17.22

11 Feb 20:07
d7870f4
Compare
Choose a tag to compare

Fixes

v1.19.0-beta6

10 Feb 15:40
2d3e0fc
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/solo-kit has been upgraded to v0.36.4.

Fixes

v1.19.0-beta5

30 Jan 18:50
7704bde
Compare
Choose a tag to compare

New Features

  • Add support for xDS over mTLS for communication between the Gloo pod and the Kubernetes Gateway proxies. This can be enabled by setting the 'global.glooMtls.enabled' helm value to true. (solo-io/solo-projects#6210)
  • Add support for setting the authority field on gRPC requests made to OTEL Collectors during tracing.
    When the authority field is set, the gRPC client will use the specified value as the :authority header
    when making requests to the collector. This is useful when the collector is behind a reverse proxy that
    requires a specific authority to be set on incoming requests. (solo-io/solo-projects#7740)

v1.19.0-beta4

23 Jan 14:51
91ba1c5
Compare
Choose a tag to compare

Fixes

  • When a workload has the label security.istio.io/tlsMode: disabled
    we will no longer attempt to send mTLS to that workload. (#10575)