Gloo Versions Save

The Feature-rich, Kubernetes-native, Next-Generation API Gateway Built on Envoy

v1.17.0-beta23

2 weeks ago

New Features

  • Adds a new Listener level access log option. Previously Edge was able to configure Proxy level logging for TCP proxies and HTTPConnectionManager(hcm) level logging for HTTP. With this change there is a new listeneroption that will configure http listener level logs. While http hcm has generally more useful logs there are certain logging command operators that are not usable at certain levels. The old version of logging and the new version are also both configurable concurrently but will have a higher performance overhead. This change also introduces a new warning log for command operators that are not useful for a given levels. For now this warning is purely a log line to reduce thrash before hardening these checks. (https://github.com/solo-io/gloo/issues/8438)

Fixes

v1.17.0-beta22

3 weeks ago

Dependency Bumps

  • onsi/ginkgo/v2 has been upgraded to v2.17.0.
  • onsi/gomega has been upgraded to v1.30.0.
  • golang.org/x/crypto has been upgraded to v0.18.0.
  • golang.org/x/sync has been upgraded to v0.6.0.
  • golang.org/x/tools has been upgraded to v0.17.0.

New Features

  • Introduce VirtualHostOption plugin for the Kubernetes Gateway API integration. This plugin will honor VirtualHostOption resources and when translating K8s Gateway resources and apply their contents to the appropriate sections of the final proxy object. (https://github.com/solo-io/solo-projects/issues/6002)

Fixes

v1.17.0-beta21

3 weeks ago

Dependency Bumps

  • solo-io/envoy-gloo has been upgraded to v1.29.3-patch1.
  • golang/go has been upgraded to v1.22.2.
  • solo-io/cloud-builders has been upgraded to v0.9.1.

Fixes

v1.15.25

3 weeks ago

Dependency Bumps

  • solo-io/envoy-gloo has been upgraded to v1.26.8-patch1.
  • solo-io/cloud-builders has been upgraded to v0.7.6.

v1.16.10

3 weeks ago

Dependency Bumps

  • solo-io/envoy-gloo has been upgraded to v1.27.4-patch1.
  • golang/go has been upgraded to v1.21.9.
  • solo-io/cloud-builders has been upgraded to v0.8.4.

v1.17.0-beta20

4 weeks ago

Fixes

  • Simplify the control plane helm API for the Kubernetes Gateway integration, and remove unused values. There is now just one helm flag (kubeGateway.enabled) that is used to enable/disable the Kubernetes Gateway integration. (https://github.com/solo-io/solo-projects/issues/5856)

v1.17.0-beta19

1 month ago

New Features

v1.17.0-beta18

1 month ago

This release is building...

New Features

Fixes

  • Restrict the certgen job's secret access to just the gloo installation namespace. The certgen job does not require cluster wide access to secrets as it only manages secrets within the gloo installation namespace. (https://github.com/solo-io/gloo/issues/5960)

v1.17.0-beta17

1 month ago

Dependency Bumps

  • solo-io/skv2 has been upgraded to v0.36.5.

New Features

v1.17.0-beta16

1 month ago

Fixes

  • Hardcode Envoy's reloadable feature for TE header sanitization to false. This feature as it exists in 1.29.2 breaks gRPC upstreams whose client library expects TE: trailers. This hardcode will be removed when Gloo Edge depends upon 1.29.3, which has a fix for the gRPC case but is currently unreleased. (https://github.com/solo-io/gloo/issues/9232)
  • The Gloo Gateway deployer now gets the xDS host and port from the gloo service, instead of using potentially incorrect values. (https://github.com/solo-io/solo-projects/issues/5949)