Skip to content

v1.18.0-beta15

Compare
Choose a tag to compare
@bewebi bewebi released this 15 Aug 15:46
· 327 commits to main since this release
bc8efcb

Helm Changes

  • Introduce gatewayProxies.gatewayProxy.istioSpiffeCertProviderAddress which overrides the Istio SPIFFE certificate provider (CA_ADDR env variable). It defaults to gatewayProxies.gatewayProxy.discoveryAddress. (solo-io#9855)

New Features

  • Expose CorsPolicyMergeSettings on VirtualHostOptions which allows users to specify how to reconcile CORS settings when configured on both Route and VirtualHost. Specifically it is now possible to define a UNION merge strategy for the ExposeHeaders field, resulting in the union of the headers set at Route and VirtualHost level being applied to traffic for the Route. (solo-io#7689)

Fixes