Dependency Bumps
- docker/distribution has been upgraded to v2.8.2+incompatible.
Helm Changes
- Add support for gateway proxy horizontal pod autoscaling autoscaling/v2 (#7634)
- Fixes some Helm indent spacing issues. (#8268)
- Allow resource types listed in the gateway.validation.webhook.skipDeleteValidationResources array to be deleted without validation. Use "*" to skip validation for all resource types. (#8282)
New Features
- This features exposes envoy's access log filters in gloo. The Envoy definitions are documented here: https://www.envoyproxy.io/docs/envoy/v1.24.1/api-v3/config/accesslog/v3/accesslog.proto#config-accesslog-v3-accesslogfilter and the Gloo interface uses the same definitions. These filters are used to only send certain entries to the access logs, for example based on status codes or a random sampling. (#2340)
Fixes
- Envoy rejects headerManipulation.responseHeadersToAdd headers where the key start with a ':' and Host headers. We will now reject those headers in gloo validation instead of passing the invalid config to envoy. (#8225)