github kgateway-dev/kgateway v2.2.0-beta.6

pre-release23 hours ago

🎉 Welcome to the v2.2.0-beta.6 release of the kgateway project!

Release Notes

Changes since v2.2.0-beta.5

Breaking Changes

  • [Internal break only] jwt renamed to jwtAuth, apiKeyAuthentication renamed to apiKeyAuth (#13254)

New Features

  • Support Gateway.spec.addresses for agentgateway (#13197)
  • Added support for CipherSuite configuration on frontend tls policy. (#13219)
  • support maxRequestHeadersKb field in ListenerPolicy (#13224)
  • Added tracing support for AgentgatewayPolicy. (#13226)
  • PodDisruptionBudget and HorizontalPodAutoscaler are now options for the agentgateway proxy via AgentgatewayParameters. (#13237)
  • PodDisruptionBudget is now an option for the agentgateway and envoy control planes. (#13238)
  • add preserveExternalRequestId generateRequestId to HttpListenerPolicy and ListenerPolicy users can now disable the generation of Request ID and preserve external request ID (#13250)

Bug Fixes

  • Fixes a bug with GatewayParameters on a Gateway that use OmitDefaultSecurityContext when parameters are also present on the GatewayClass. (#13046)
  • Detect the port for listeners without a defined port. It selects 80 for HTTP and 443 for HTTPS. Other protocols do not support automatic port detection and listeners without a defined port are not accepted (#13253)

Cleanup

  • Isolated GoReleaser build tool dependencies to separate tools submodule, reducing main module size by ~31% (#13205)
  • Envoy controller: Changes the k8s Container name from 'kgateway' to 'controller' (#13232)

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

Docker Images

The docker images are available at:

  • cr.kgateway.dev/kgateway-dev/kgateway:v2.2.0-beta.6
  • cr.kgateway.dev/kgateway-dev/sds:v2.2.0-beta.6
  • cr.kgateway.dev/kgateway-dev/envoy-wrapper:v2.2.0-beta.6
  • cr.agentgateway.dev/agentgateway-controller:v2.2.0-beta.6

Quickstart

Try installing this release:

helm install kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds --version v2.2.0-beta.6 --namespace kgateway-system --create-namespace
helm install kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway --version v2.2.0-beta.6 --namespace kgateway-system --create-namespace
helm install agentgateway-crds oci://cr.agentgateway.dev/charts/agentgateway-crds --version v2.2.0-beta.6 --namespace agentgateway-system --create-namespace
helm install agentgateway oci://cr.agentgateway.dev/charts/agentgateway --version v2.2.0-beta.6 --namespace agentgateway-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.