Breaking Changes
- Disable Istio Envoy proxy from running by default and only rely on proxyless Istio agent mtls integration. Note: Although this is a change to the default behavior of the istio integration, this should not have any impact on most users as the sidecar proxy was unused in the data path. (https://github.com/solo-io/solo-projects/issues/5711)
Helm Changes
- Add helm flags for setting log level on sds container
.Values.global.glooMtls.sds.logLeveland setting log level on istio-proxy containerglobal.glooMtls.istioProxy.logLevel. (#9006)
New Features
- Expose the
global.istioIntegration.AppendXForwardedHostHelm value to allow users to toggle off the appending of
thex-forwarded-hostheader when using the Istio plugin. This field istrueby default. (#8855)