diff --git a/README.md b/README.md index f5451ba823..162f84d8d3 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,11 @@ binary releases. ## Releases -| Release | Maintained | Supported Cilium Versions | -|----------------------------------------------------------------------|------------|---------------------------| -| [v0.14.8](https://github.com/cilium/cilium-cli/releases/tag/v0.14.8) | Yes | Cilium 1.11 and newer | -| [v0.10.7](https://github.com/cilium/cilium-cli/releases/tag/v0.10.7) | No | Cilium 1.10 | +| Release | Maintained | Supported Cilium Versions | +|----------------------------------------------------------------------|------------|-----------------------------| +| [v0.15.0](https://github.com/cilium/cilium-cli/releases/tag/v0.15.0) | Yes | Cilium 1.14 and newer | +| [v0.14.8](https://github.com/cilium/cilium-cli/releases/tag/v0.14.8) | Yes | Cilium 1.11, 1.12, and 1.13 | +| [v0.10.7](https://github.com/cilium/cilium-cli/releases/tag/v0.10.7) | No | Cilium 1.10 | Please see [Experimental `helm` installation mode](#experimental-helm-installation-mode) section regarding our plan to migrate to the new `helm` installation mode and deprecate diff --git a/RELEASE.md b/RELEASE.md index d14df127c2..0ec6bf1197 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -19,7 +19,7 @@ table](https://github.com/cilium/cilium-cli#releases) for the most recent suppor Set `RELEASE` environment variable to the new version. This variable will be used in the commands throughout the documenat to allow copy-pasting. - export RELEASE=v0.15.0 + export RELEASE=v0.15.1 ## Prepare the release