Helm Changes
- Breakdown Job and their respective RBAC helm values for the gloo deployment (#8616)
- Expose
secretOptions
inSettings
Helm chart. (#8533)
New Features
- Gloo now supports local limiting. This restricts the rate of connections per gateway, virtual host or route using envoy's own local rate limit filter, thus no longer requiring the need for an external rate limit server. This includes both the network and http local rate limit filter. (#7428)
Fixes
- Make Vault's AWS credentials optional. This allows users to integrate AWS Security Token Service (STS) or IAM Roles for Service Accounts (IRSA) for temporary credentials. https://developer.hashicorp.com/vault/docs/auth/aws#iam-authentication-inferences (#8533)