Helm Changes
- Allow custom securityContext definitions to be merged with the default definition instead of overwriting with the use of the
merge
field (#7912) - Add helm value for ratelimitServer in settings. (#4379)
- Gloo edge will now use 1024 as the default value for settings.regexMaxProgramSize Envoy has a default of 100 and this is often not large enough for users. This size gives users more headroom for their regex patterns (#8184)
Fixes
- fixes flake in generated_kube_types_test.go (#8099)
- Support mismatched versions of the gRPC transcoding API to make migration without downtime possible. (#8080)
- Adds regex validation to gloo.solo.io.RouteOptions.prefixRewrite and gloo.solo.io.RouteOptions.hostRewritePathRegex to prevent leaking invalid regex to envoy (#8091)