Releases: solo-io/gloo
Releases · solo-io/gloo
v1.18.9
v1.19.0-beta10
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
- Bump dependencies to support Kubernetes 1.32 (solo-io/solo-projects#7788)
v1.19.0-beta9
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
v1.17.24
v1.19.0-beta8
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
v1.19.0-beta7
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
- 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)
v1.18.7
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
Fixes
- 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)