🎉 Welcome to the v2.3.1 release of the kgateway project!
Release Notes
Changes since v2.3.0
Bug Fixes
- Backport: Fix xDS TLS env var name in Helm chart for v2.3.x by using
KGW_XDS_TLSand preventing duplicate env entries whencontroller.extraEnv.KGW_XDS_TLSis set. (#14057) - Fix strict BackendConfigPolicy validation when backend TLS uses well-known system CA certificates. (#14065)
Cleanup
- bump alpine base image used to build images (#14051)
- bump alpine base image used to build images (#14061)
Dependency Updates
- Updates various go dependencies. (#14075)
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.1
- cr.kgateway.dev/kgateway-dev/sds:v2.3.1
- cr.kgateway.dev/kgateway-dev/envoy-wrapper:v2.3.1
Quickstart
Try installing this release:
helm install kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds --version v2.3.1 --namespace kgateway-system --create-namespace
helm install kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway --version v2.3.1 --namespace kgateway-system --create-namespace
For detailed installation instructions and next steps, please visit our quickstart guide.


