Skip to content

v2.3.7

Choose a tag to compare

@github-actions github-actions released this 20 Aug 22:24
1eb924f

🎉 Welcome to the v2.3.7 release of the kgateway project!

Release Notes

Changes since v2.3.6

Bug Fixes

  • Fix XListenerSet status patch failures caused by missing required port field since v2.3.0. (#14406)
  • Fixed a bug where a TrafficPolicy using autoHostRewrite or tracing without targetRefs/targetSelectors (e.g. attached via an HTTPRoute ExtensionRef filter) was rejected by CRD validation. (#14436)

Cleanup

  • Route matchers using regular expressions no longer set the deprecated google_re2 engine type on the generated Envoy RegexMatcher. RE2 remains the engine Envoy uses, so matching behavior is unchanged. (#14539)
  • Route matchers using regular expressions no longer set the deprecated google_re2 engine type on the generated Envoy RegexMatcher. RE2 remains the engine Envoy uses, so matching behavior is unchanged. (#14552)

Dependency Updates

  • Toolchain and dependencies bumped. (#14589)

Contributors

Thanks to all the contributors who made this release possible:

@axhixh @chandler-solo @davidjumani @jenshu @puertomontt @sheidkamp

Installation

The kgateway project is available as a Helm chart and docker images.

Helm Charts

The Helm charts are available at:

Docker Images

The docker images are available at:

  • cr.kgateway.dev/kgateway-dev/kgateway:v2.3.7
  • cr.kgateway.dev/kgateway-dev/sds:v2.3.7
  • cr.kgateway.dev/kgateway-dev/envoy-wrapper:v2.3.7

Quickstart

Try installing this release:

helm install kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds --version v2.3.7 --namespace kgateway-system --create-namespace
helm install kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway --version v2.3.7 --namespace kgateway-system --create-namespace

For detailed installation instructions and next steps, please visit our quickstart guide.