Helm Changes
- Adds a new helm value
global.glooMtls.istioProxy.image
to override the istio proxy image in the gateway-proxy deployment. (#4152)
Fixes
- Fix helm upgrade failure that occurs when a Proxy is referencing extauth/ratelimit Upstreams provided by the helm chart. (#6524)
- Fix helm upgrade failure that occurs when trying to use new Gateway fields. (#6555)
- Validate that the total weight for a WeightedDestination is at least 1, even
if individual Destinations have a weight of less than 1.
This changes a previous behavior, which incorrectly would validate that each
Destination within a WeightedDestination was at least 1. (#6098)