v1.19.0-beta7
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
- 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)