Helm Changes
- Changes the default value of
gateway.rolloutJob.ttlSecondsAfterFinished
from 60 to 300 to accomodate the fix for the aforementioned custom readiness probe issue. (#8288)
Fixes
- This ensures that a new deployment is rolled if the configmap it references changes. This is done by adding a
checksum/<configmap-name>
annotation on any deployment that uses a configmap as a container volume. (#8392) - Fixes the issue of defining a custom readiness probe for the gateway proxy for zero downtime upgrades via helm with the
--wait
flag. (#8288) - Fix istio-proxy container definition in gateway-proxy template Add new e2e tests that handles Istio SDS case, ensuring mTLS occurs as expected (#8092)