Helm Changes
- Introduce
gatewayProxies.gatewayProxy.istioSpiffeCertProviderAddress
which overrides the Istio SPIFFE certificate provider (CA_ADDR
env variable). It defaults togatewayProxies.gatewayProxy.discoveryAddress
. (#9855)
New Features
- Expose
CorsPolicyMergeSettings
onVirtualHostOptions
which allows users to specify how to reconcile CORS settings when configured on both Route and VirtualHost. Specifically it is now possible to define aUNION
merge strategy for theExposeHeaders
field, resulting in the union of the headers set at Route and VirtualHost level being applied to traffic for the Route. (#7689)
Fixes
- Only update the K8s Gateway resource statuses on change to improve HTTPRoute translation time. (https://github.com/solo-io/solo-projects/issues/6638)