Skip to content

v2.2.2

Choose a tag to compare

@andy-fong andy-fong released this 13 Mar 15:27
59d327d

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

Release Notes

Changes since v2.2.1

Bug Fixes

  • add PreRouting phase support for authentication policies (#13544)
  • Fixed no endpoints for services/namespaces without an ingress-use-waypoint label when at least one other has it. (#13550)
  • fix nil panic in TrafficPolicy when attaching to redirect rules in HTTPRoute (#13625)
  • fix nil panic in TrafficPolicy when attaching to redirect rules in HTTPRoute (#13627)

Dependency Updates

  • Bumps to go 1.25.8 (#13650)
  • bump envoy to v1.36.5 (#13646)

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-crds
  • cr.kgateway.dev/kgateway-dev/charts/kgateway

Docker Images

The docker images are available at:

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

Quickstart

Try installing this release:

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

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

Contributors

Thanks to all the contributors who made this release possible:

@andy-fong @chandler-solo @ilackarms @jordanbecketmoore @lgadban @puertomontt @ymesika