Helm Changes
- Adding
gatewayProxies.gatewayProxy.podTemplate.extraInitContainers
and
gatewayProxies.gatewayProxy.podTemplate.extraContainers
to the helm chart. These will
add initContainers and containers to the gateway proxy deployment respectfully.
Adding ininitContainers
as well to the podSpecs of deployments. (#7247)
New Features
- Expose Envoy route option host_rewrite_path_regex, which indicates that during forwarding, the host header will be swapped with the result of the regex substitution executed on path value with query and fragment removed. This is useful for transitioning variable content between path segment and subdomain. Using this option will append the x-forwarded-host header if append_x_forwarded_host is set. See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto (#6771)
Fixes
-
- Expose the
fallbackToFirstFunction
field through helm, allowing it to be configured at installation.
- Expose the
- When
fallbackToFirstFunction
is enabled, ifdestinationSpec
is not set on a VirtualService, it will get processed as an AWS route if the upstream reference is an AWS upstream. (https://github.com/solo-io/solo-projects/issues/4274) - Fixes an issue where when a
destinationSpec
was not set for an aws route, theupstream
'sdestinationOverrides
were not configured. (https://github.com/solo-io/solo-projects/issues/4274)