🎉 Welcome to the v2.3.5 release of the kgateway project!
Release Notes
Changes since v2.3.4
Bug Fixes
- Fixed BackendConfigPolicy health check host and gRPC authority overrides for static backends. (#14290)
- Use a rooted FQDN for the default xDS service address to avoid DNS search-domain expansion during Envoy DNS resolution. (#14296)
Dependency Updates
- upgraded envoy to 1.37.5 (#14300)
Contributors
Thanks to all the contributors who made this release possible:
Installation
The kgateway project is available as a Helm chart and docker images.
Helm Charts
The Helm charts are available at:
- cr.kgateway.dev/kgateway-dev/charts/kgateway.
Docker Images
The docker images are available at:
- cr.kgateway.dev/kgateway-dev/kgateway:v2.3.5
- cr.kgateway.dev/kgateway-dev/sds:v2.3.5
- cr.kgateway.dev/kgateway-dev/envoy-wrapper:v2.3.5
Quickstart
Try installing this release:
helm install kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds --version v2.3.5 --namespace kgateway-system --create-namespace
helm install kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway --version v2.3.5 --namespace kgateway-system --create-namespace
For detailed installation instructions and next steps, please visit our quickstart guide.


