github kgateway-dev/kgateway v2.3.0-rc.1

pre-releaseone hour ago

🎉 Welcome to the v2.3.0-rc.1 release of the kgateway project!

Release Notes

Changes since v2.3.0-beta.7

New Features

  • Adds ServiceMonitor support to the controller Helm chart. (#13565)

Bug Fixes

  • Adds support for promoted v1 TLSRoute resources. (#13949)
  • Include source policy reference in route status messages when a route is dropped or replaced due to invalid policy configuration (#13957)
  • fix: Process all Gateway tls.certificateRefs and add any valid ones. (#13970)
  • Fix rust module upgrade issue (#13979)

Cleanup

  • Validate http-acl CIDR at translation time (#13974)

Contributors

Thanks to all the contributors who made this release possible:

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.

Docker Images

The docker images are available at:

  • cr.kgateway.dev/kgateway-dev/kgateway:v2.3.0-rc.1
  • cr.kgateway.dev/kgateway-dev/sds:v2.3.0-rc.1
  • cr.kgateway.dev/kgateway-dev/envoy-wrapper:v2.3.0-rc.1

Quickstart

Try installing this release:

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

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

Don't miss a new kgateway release

NewReleases is sending notifications on new releases.