Skip to content

v1.18.7

Compare
Choose a tag to compare
@davidjumani davidjumani released this 11 Feb 20:08
· 13 commits to v1.18.x since this release
d94c375

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)