Skip to content

Releases: solo-io/gloo

v1.18.9

20 Feb 16:22
b9d791d
Compare
Choose a tag to compare

Fixes

v1.19.0-beta10

18 Feb 22:49
86cfd90
Compare
Choose a tag to compare

Dependency Bumps

  • k8s.io/api has been upgraded to v0.32.2.
  • k8s.io/apiextensions-apiserver has been upgraded to v0.32.2.
  • k8s.io/apimachinery has been upgraded to v0.32.2.
  • k8s.io/client-go has been upgraded to v0.32.2.
  • k8s.io/code-generator has been upgraded to v0.32.2.
  • k8s.io/component-base has been upgraded to v0.32.2.
  • k8s.io/kubectl has been upgraded to v0.32.2.
  • sigs.k8s.io/controller-runtime has been upgraded to v0.20.1.
  • onsi/gomega has been upgraded to v1.35.1.
  • onsi/ginkgo has been upgraded to v2.21.0.
  • go.uber.org/zap has been upgraded to v1.27.0.
  • solo-io/go-utils has been upgraded to v0.27.4.
  • solo-io/cloud-builders has been upgraded to v0.11.1.
  • solo-io/skv2 has been upgraded to v0.42.0.
  • solo-io/solo-kit has been upgraded to v0.37.0.

Breaking Changes

v1.19.0-beta9

17 Feb 22:11
9a001ee
Compare
Choose a tag to compare

Dependency Bumps

  • github.com/envoyproxy/go-control-plane/contrib has been upgraded to v1.32.5-0.20250207140015-90270e3c85fd.
  • github.com/envoyproxy/go-control-plane/envoy has been upgraded to v1.32.5-0.20250211152746-ef139ef8ea6b.
  • golang.org/x/crypto has been upgraded to v0.32.0.
  • golang.org/x/tools has been upgraded to v0.29.0.
  • google.golang.org/grpc has been upgraded to v1.70.0.
  • google.golang.org/protobuf has been upgraded to v1.36.5.
  • github.com/fsnotify/fsnotify has been upgraded to v1.8.0.
  • k8s.io/api has been upgraded to v0.32.1.
  • k8s.io/apiextensions-apiserver has been upgraded to v0.32.1.
  • k8s.io/apimachinery has been upgraded to v0.32.1.
  • k8s.io/apiserver has been upgraded to v0.32.1.
  • k8s.io/cli-runtime has been upgraded to v0.32.1.
  • k8s.io/client-go has been upgraded to v0.32.1.
  • sigs.k8s.io/code-generator has been upgraded to v0.32.1.
  • sigs.k8s.io/component-base has been upgraded to v0.32.1.
  • sigs.k8s.io/component-helpers has been upgraded to v0.32.1.
  • sigs.k8s.io/kubectl has been upgraded to v0.32.1.
  • sigs.k8s.io/metrics has been upgraded to v0.32.1.
  • sigs.k8s.io/controller-runtime has been upgraded to v0.20.1.
  • onsi/ginkgo/v2 has been upgraded to v2.22.1.
  • onsi/gomega has been upgraded to v1.36.2.

v1.18.8

17 Feb 21:53
1a6a2d9
Compare
Choose a tag to compare

This release contained no user-facing changes.

v1.17.24

17 Feb 22:01
c0b3907
Compare
Choose a tag to compare

This release contained no user-facing changes.

v1.19.0-beta8

14 Feb 23:04
108c680
Compare
Choose a tag to compare

Fixes

  • Added the ability to control if resource status metrics are no longer reported after deletion.
    If a resource was invalid and deleted, a status metric indicating a problem was left behind.
    This could lead to confusion and false alarms.

Setting .Values.gloo.clearStatusMetrics to true will result in metrics
for deleted resources no longer being reported.
This may cause metric scraping to infrequently not see status metrics. (kgateway-dev#6938)

v1.17.23

14 Feb 17:16
17bb9d4
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/solo-kit has been upgraded to v0.35.6.

v1.19.0-beta7

12 Feb 17:29
e1a5574
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/envoy-gloo has been upgraded to v1.32.3-patch2.

Breaking Changes

  • The default configuration of Envoy will continue to trust internal addresses while in the future it will not trust them by default. If you have tooling such as probes on your private network which need to be treated as trusted (e.g. changing arbitrary x-envoy headers) please explicitly include those addresses or CIDR ranges into internal_address_config. You can turn up or test the upcoming internal address defaults by setting runtime guard envoy.reloadable_features.explicit_internal_address_config to true.
    For more information, see: envoyproxy/envoy#36221 (solo-io/solo-projects#7608)

Fixes

v1.18.7

11 Feb 20:08
d94c375
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/solo-kit has been upgraded to v0.36.4.

Fixes

  • Fixes a bug where we translate Gateways that do not belong to us. (solo-io/solo-projects#7768)
  • Fixes the gateway params image to respect the fips and distroless variants specified by global.image.variant. This only applies to the kubernetes gateway proxy. (https://github.com/solo-io/gloo/issues/10602)
  • Add support for xDS over mTLS for communication between the Gloo pod and the Kubernetes Gateway proxies. This can be enabled by setting the 'global.glooMtls.enabled' helm value to true. (solo-io/solo-projects#6210)
  • Pull in solo-kit fix to reduce log level of snapshot cache watches. (kgateway-dev#8626)

v1.17.22

11 Feb 20:07
d7870f4
Compare
Choose a tag to compare

Fixes