Dependency Bumps
- solo-io/cloud-builders has been upgraded to v0.6.5.
- solo-io/envoy-gloo has been upgraded to v1.26.5-patch1.
- solo-io/go-control-plane-fork-v2 has been upgraded to v0.11.1/forked-extproc.
Helm Changes
- Adds the helm value
gateway.rolloutJob.timeout
to specifiy the timeout to wait for the resource rollout job to complete. (#8782)
New Features
- Exposes cluster option for preconnect policy. Explicitly scoped to just upstreams as this is RARELY a good feature to use. (https://github.com/solo-io/solo-projects/issues/5411)
Fixes
- Remove the Envoy cluster from the error log when validating clusters, avoiding the exposure of sensitive data (secrets). (#8592)
-
- Fix issue where the validation webhook did not validate on
Secret
deletions.
- Fix issue where the validation webhook did not validate on
- IMPORTANT:
Secret
deletions are now being validated. This could cause a slight performance degradation when deleting Secrets. To opt-out, add'secrets'
togateway.validation.webhook.skipDeleteValidationResources
. (#8001)