Skip to content

Releases: solo-io/gloo

v1.13.39

04 Jul 02:51
feb451a
Compare
Choose a tag to compare

Fixes

  • Infer the gloo deployment name in cases where the deployment name is not the default gloo. The gloo deployment is identified by the gloo=gloo label. (#9163)

v1.18.0-beta4

01 Jul 15:52
6cf921b
Compare
Choose a tag to compare

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

28 Jun 17:04
f5ec69d
Compare
Choose a tag to compare

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

28 Jun 17:04
8efa297
Compare
Choose a tag to compare

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

01 Jul 15:53
c52f4f2
Compare
Choose a tag to compare

This release contained no user-facing changes.

v1.16.17

28 Jun 17:05
cb0f881
Compare
Choose a tag to compare

Dependency Bumps

  • bitnami/kubectl has been upgraded to 1.28.11.
  • golang/go has been upgraded to v1.21.11.
  • solo-io/cloud-builders has been upgraded to v0.8.8.

v1.15.29

28 Jun 17:05
e62c4b2
Compare
Choose a tag to compare

Dependency Bumps

  • bitnami/kubectl has been upgraded to 1.27.15.
  • solo-io/cloud-builders has been upgraded to v0.7.7.

v1.14.31

28 Jun 17:06
443933d
Compare
Choose a tag to compare

Dependency Bumps

  • bitnami/kubectl has been upgraded to 1.27.15.
  • solo-io/cloud-builders has been upgraded to v0.7.7.

v1.13.38

28 Jun 17:06
427c79a
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/cloud-builders has been upgraded to v0.7.7.

v1.18.0-beta2

27 Jun 17:46
1874760
Compare
Choose a tag to compare

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)