Releases: solo-io/gloo
Releases · solo-io/gloo
v1.18.0-beta4
New Features
- gateway2: enable provisioning of AI extension
Enables the provisioning of the AI extproc extension
via GatewayParameter. A new aiExtension
field is added
to enable customizing the deployment of the extension
service as a sidecar. The extension service is opaque
to Gloo OSS, and is left to downstream projects to implement
and plug-in. (solo-io/solo-projects#6465)
v1.18.0-beta3
Dependency Bumps
- bitnami/kubectl has been upgraded to 1.29.6.
- golang/go has been upgraded to v1.22.4.
- solo-io/cloud-builders has been upgraded to v0.9.2.
v1.17.0-rc9
Dependency Bumps
- bitnami/kubectl has been upgraded to 1.29.6.
- golang/go has been upgraded to v1.22.4.
- solo-io/cloud-builders has been upgraded to v0.9.2.
v1.17.0-rc10
This release contained no user-facing changes.
v1.16.17
v1.15.29
v1.14.31
v1.13.38
v1.18.0-beta2
New Features
- Enable Envoy to accept requests with extended HTTP methods (such as
LABEL
orUPDATE
). 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)
v1.17.0-rc8
New Features
- Enable Envoy to accept requests with extended HTTP methods (such as
LABEL
orUPDATE
). Previously, requests with these methods would return an HTTP 400 response. Currently, this functionality is supported for HTTP/1 only. (#5579)