Release notes

Review the release notes for kgateway. For a detailed list of changes between tags, use the GitHub Compare changes tool.

v2.3.0

🔥 Breaking changes

🌟 New features

Several additional capabilities are now available for the control plane and Gateway resources:

  • Common labels: Add custom labels to all resources created by the Helm charts using the commonLabels field, including the Deployment, Service, and ServiceAccount of gateway proxies. This allows you to better organize your resources or integrate with external tools.
  • Static IP addresses for Gateways: Assign a static IP address to the Kubernetes service that exposes your Gateway using the spec.addresses field with type: IPAddress.