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)