Dependency Bumps
- onsi/gomega has been upgraded to v1.20.0.
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)
- Add support for gateway proxy horizontal pod autoscaling autoscaling/v2 (#7634)
- Added
glooctl --kube-context <string>
to allow selection of the kubecontext an operation is performed with. (#7565)