Skip to content

v2.2.6

Choose a tag to compare

@andy-fong andy-fong released this 12 Jun 20:26
505431b

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

Release Notes

Changes since v2.2.5

New Features

  • added max_headers_count setting to ListenerPolicy (#14208)

Dependency Updates

  • upgraded envoy to v1.36.8 (#14247)

Contributors

Thanks to all the contributors who made this release possible:

@andy-fong @davidjumani

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.2.6
  • cr.kgateway.dev/kgateway-dev/sds:v2.2.6
  • cr.kgateway.dev/kgateway-dev/envoy-wrapper:v2.2.6

Quickstart

Try installing this release:

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

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