Skip to content

v1.17.0-rc1

Compare
Choose a tag to compare
@sam-heilbron sam-heilbron released this 05 Jun 22:43
· 188 commits to main since this release
86076bb

Helm Changes

  • Add k8s Gateway Istio integration values to the Gloo Gateway Helm chart under kubeGateway.gatewayParameters.glooGateway. (solo-io/solo-projects#5743)

Fixes

  • Adds error types for plugins errors to differentiate between validation errors and validation warnings in order to support preventing the validation webhook rejecting config due to eventual consistency issues with the RateLimitConfig resource. (solo-io/solo-projects#6251)
  • Changing error type to warning will deflake the validation webhook rejecting config due to eventual consistency issues with the RateLimitConfig resource. (solo-io/solo-projects#5307)
  • Adds initial error types for plugins errors to differentiate between validation errors and validation warnings. (#7357)