Helm Changes
- Corrects helm value of the gateway-proxy envoy sidecar ("istio-proxy") to use glooMtls.envoySidecarResources instead of glooMtls.sdsResources, matching the sidecar in the gloo container ("envoy-sidecar") (#6044)
Fixes
- Add "gloo" to the created-by labels and documentation around what the label means. (https://github.com/solo-io/solo-projects/issues/3380)
- Ensure that the validation client is never nil, even after the connection has been refreshed. (#6237)
- Fix a data race that occurs when resolving IP addresses from consul services. (#4782)