v1.19.0-beta1
Dependency Bumps
- moby/moby has been upgraded to v26.0.0.
Breaking Changes
- 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)
Fixes
- 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)