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

pre-release2 hours ago

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

Release Notes

Changes since v2.2.0-beta.3

Breaking Changes

  • AgentgatewayParameters rawConfig breaking change to allow configuring binds, e.g., and other things in config.yaml but outside of its config section (#13127)

New Features

  • [rustformation] support parsing body as json and implemented all documented jinja custom functions (#12950)
  • Support setting of tls options in connections to remote jwks sources. (#13014)
  • Support Gateway.spec.addresses. We currently support one IP address type value that will be used in the gateway's Service loadbalancerIP. (#13070)
  • Added mode for MCP authentication and support for Unspecified IDPs. (#13111)

Bug Fixes

  • Enhanced agentgateway backend error handling and status condition propagation. (#13073)
  • Support DNS lookup family settings in the ingress-use-waypoint cluster config (#13085)
  • Server-side apply field manager name cleanup. (#13108)
  • Fixed agentgateway passthrough auth policy. (#13125)
  • Fixed the AI prompt guard api to align with other enums MASK is now Mask and REJECT is now Reject. These are enforced by CEL in the API. (#13177)

Cleanup

  • Added codeowners for kgateway for API maintainers and CI maintainers. (#12635)
  • Reverts the GatewayClass rename back from agentgateway-v2 to agentgateway. (#13163)

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

Quickstart

Try installing this release:

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