Dependency Bumps
- solo-io/envoy-gloo has been upgraded to v1.17.0-rc3.
Helm Changes
- Add the helm value
gatewayProxies.gatewayProxy.readConfigMulticluster
, set to false by default. Setting this to true will add a gateway-proxy-config-dump-service Service to the gloo installation namespace. This service allows multicluster management planes to access the envoy config dump on port 8082 of the gateway-proxy. (#4012)
New Features
- Adds a new
headers_to_append
field to the HTTP request transformation API. This allows users to specify headers which can contain multiple values and to specify transformations for each of the values. (#3901)
Fixes
- Buffer envoy filter is now added to the filter chain correctly so it can be used other than on the Gateway level. Added end-to-end tests for buffer filter. (#4000)
- Disable REST EDS server by default, which is no longer necessary now that upstream envoy has fixed envoyproxy/envoy#13070 (#3805)
- Csrf envoy filter shadow mode now gets correctly applied to the envoy config. (#3898)