Dependency Bumps
- golang.org/x/text has been upgraded to v0.4.0.
Helm Changes
- Expose a new Helm value
gloo.disableLeaderElection
which is false by default. Gloo will run leader election to support high availability, even if there is only 1 replica. This configuration, when set to true, will explicitly disable leader election, regardless of the number of replicas. (#7346)
Fixes