| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| kgateway_2.2.1_checksums.txt | 2026-02-17 | 200 Bytes | |
| kgateway_2.2.1_linux_amd64.tar.gz | 2026-02-17 | 48.3 MB | |
| kgateway_2.2.1_linux_arm64.tar.gz | 2026-02-17 | 43.6 MB | |
| README.md | 2026-02-17 | 2.4 kB | |
| v2.2.1 source code.tar.gz | 2026-02-17 | 4.2 MB | |
| v2.2.1 source code.zip | 2026-02-17 | 6.0 MB | |
| Totals: 6 Items | 102.1 MB | 1 | |
🎉 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 https://github.com/kgateway-dev/kgateway/pull/13505
- [v2.2.x] fix: AgentgatewayParameters merging bug by @chandler-solo in https://github.com/kgateway-dev/kgateway/pull/13512
- Adds InferencePool Status Management by @danehans in https://github.com/kgateway-dev/kgateway/pull/13501
- [v2.2.x] Update codeowners by @jenshu in https://github.com/kgateway-dev/kgateway/pull/13532
- Fix body to header transformation (#13480) by @andy-fong in https://github.com/kgateway-dev/kgateway/pull/13537
- tooling: fixes release validation job by @danehans in https://github.com/kgateway-dev/kgateway/pull/13536
- [v2.2.x backport] fix: HPA/VPA/PDB support forgot about RBAC by @chandler-solo in https://github.com/kgateway-dev/kgateway/pull/13533
Full Changelog: https://github.com/kgateway-dev/kgateway/compare/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:
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.