Skip to content

v1.18.0-beta2

Compare
Choose a tag to compare
@sheidkamp sheidkamp released this 27 Jun 17:46
· 6 commits to main since this release
1874760

New Features

  • Enable Envoy to accept requests with extended HTTP methods (such as LABEL or UPDATE). Previously, requests with these methods would return an HTTP 400 response. Currently, this functionality is supported for HTTP/1 only. (#5579)
  • Export Prometheus Metrics on Port 9091 for Gloo Gateway. (solo-io/solo-projects#6393)

Fixes

  • Fix a bug where a hybrid gateway with non existing delegatedHttpGateways is accepted if no virtual services exist. This would only occur when the flag for isolating virtualservices by ssl configs is enabled. (#8834)
  • Move remaining non-user-facing default values for dynamically provisioned gateway proxies from internal helm chart to main Gloo Gateway helm chart. This allows features like Security Context to be configured/disabled. (solo-io/solo-projects#6381)
  • Update glooctl check to check for Kubernetes Gateway resources. (solo-io/solo-projects#5741)
  • Optimizes the glooctl check command by reducing the time taken to check resources by almost half in large environments consisting of over 500 namespaces (#9673)
  • Only act on GatewayClass resources that use the Gloo Gateway controller name (#9660)