Skip to content

v2.3.4

Latest

Choose a tag to compare

@andy-fong andy-fong released this 18 Jun 21:02
aac16aa

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

Release Notes

Changes since v2.3.3

New Features

  • added reference grant mode (#14238)

Bug Fixes

  • Fixed route Hostname/ServiceEntry backendRefs to the requested port on multi-port hosts (#14259)
  • ServiceEntry clusters with workloadSelector-backed pod endpoints now respect pod readiness: NotReady pods are excluded from routing, matching the EndpointSlice-based Service behavior and enabling locality failover when all locally selected pods are NotReady. WorkloadEntry and inline ServiceEntry endpoints are unaffected. (#14262)

Contributors

Thanks to all the contributors who made this release possible:

@andy-fong @chandler-solo @davidjumani @ymesika

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

Quickstart

Try installing this release:

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

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