Helm Changes
- Introduce
gatewayProxies.gatewayProxy.istioSpiffeCertProviderAddresswhich overrides the Istio SPIFFE certificate provider (CA_ADDRenv variable). It defaults togatewayProxies.gatewayProxy.discoveryAddress. (#9855)
New Features
- Expose
CorsPolicyMergeSettingsonVirtualHostOptionswhich allows users to specify how to reconcile CORS settings when configured on both Route and VirtualHost. Specifically it is now possible to define aUNIONmerge strategy for theExposeHeadersfield, 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)