Dependency Bumps
- solo-io/solo-kit has been upgraded to v0.30.9.
Helm Changes
- Add backoffLimit, completions, manualSelector, and parallelism fields to k8s jobs. https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#job-v1-batch (#7112)
Fixes
- Exempt dynamic forward proxies from being auto-censure by enabling the replaceInvalidRoutes feature (#7668)
- Exempt http tunnels from being auto-censured by enabling the replaceInvalidRoutes feature (#7668)
- Fix for
argument list too long
errors from resource rollout job. The Gateway custom resource yaml is now stored in a ConfigMap. The resource rollout job mounts the ConfigMap as a file and applies the file, instead of applying the entire yaml inline. (#7060) - Upgrade to solo-kit version which fixes status reporting for multiple namespaces. (solo-io/solo-kit#529)