Skip to content

v2.4.2

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Aug 21:11
6851e17

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

Release Notes

Changes since v2.4.1

Bug Fixes

  • Fixed an issue where a backend whose translation failed (for example, a BackendConfigPolicy
    rejected by strict validation) caused endpoint updates for all other clusters on the same
    gateway to stop flowing until the proxy reconnected. The invalid backend still fails closed;
    unrelated clusters now continue to receive endpoint updates, and the backend's endpoints are
    delivered again once the policy is fixed.
    (#14505)

Contributors

Thanks to all the contributors who made this release possible:

@chandler-solo @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.4.2
  • cr.kgateway.dev/kgateway-dev/sds:v2.4.2
  • cr.kgateway.dev/kgateway-dev/envoy-wrapper:v2.4.2

Quickstart

Try installing this release:

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

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