v1.18.0-rc4
sam-heilbron
released this
06 Dec 15:45
·
2 commits
to v1.18.x
since this release
Dependency Bumps
- moby/moby has been upgraded to v26.0.0.
Fixes
- When using the Kubernetes Gateway API and routing to Kubernetes Services or Kubernetes Upstreams, the envoy cluster stats names are now in a new more parseable format that allows us to extract info about the Service:
upstreamName_upstreamNs_svcNs_svcName_svcPort
(underscore-separated). Note that as long as Kubernetes Gateway integration is enabled (i.e. Gloo Gateway is installed withkubeGateway.enabled=true
), both Edge and Kubernetes Gateway proxies will use the new stats name format for these clusters. (solo-io/solo-projects#7105) - Adds tests for TCPRoute ReferenceGrant support to ensure cross namespace references. (solo-io/solo-projects#7309)
- Increases the assertion timeout for TCPRoute e2e test cases. (#10434)