Helm Changes
- Adding
gatewayProxies.gatewayProxy.podTemplate.extraInitContainersand
gatewayProxies.gatewayProxy.podTemplate.extraContainersto the helm chart. These will
add initContainers and containers to the gateway proxy deployment respectfully.
Adding ininitContainersas 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
fallbackToFirstFunctionfield through helm, allowing it to be configured at installation.
- Expose the
- When
fallbackToFirstFunctionis enabled, ifdestinationSpecis 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
destinationSpecwas not set for an aws route, theupstream'sdestinationOverrideswere not configured. (https://github.com/solo-io/solo-projects/issues/4274)