🎉 Welcome to the v2.2.1 release of the kgateway project!
What's Changed
- backports: from initial v2.2.x cut to commit 1459d34 by @danehans in #13505
- [v2.2.x] fix: AgentgatewayParameters merging bug by @chandler-solo in #13512
- Adds InferencePool Status Management by @danehans in #13501
- [v2.2.x] Update codeowners by @jenshu in #13532
- Fix body to header transformation (#13480) by @andy-fong in #13537
- tooling: fixes release validation job by @danehans in #13536
- [v2.2.x backport] fix: HPA/VPA/PDB support forgot about RBAC by @chandler-solo in #13533
Full Changelog: v2.2.0...v2.2.1
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.1
- cr.kgateway.dev/kgateway-dev/sds:v2.2.1
- cr.kgateway.dev/kgateway-dev/envoy-wrapper:v2.2.1
- cr.agentgateway.dev/agentgateway-controller:v2.2.1
Quickstart
Try installing this release:
helm install kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds --version v2.2.1 --namespace kgateway-system --create-namespace
helm install kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway --version v2.2.1 --namespace kgateway-system --create-namespace
helm install agentgateway-crds oci://cr.agentgateway.dev/charts/agentgateway-crds --version v2.2.1 --namespace agentgateway-system --create-namespace
helm install agentgateway oci://cr.agentgateway.dev/charts/agentgateway --version v2.2.1 --namespace agentgateway-system --create-namespace
For detailed installation instructions and next steps, please visit our quickstart guide.