From d9ceeb8786441f3d0cc7c3ca5056efed5ade9103 Mon Sep 17 00:00:00 2001 From: Gilberto Bertin Date: Wed, 31 May 2023 13:23:51 +0200 Subject: [PATCH] Prepare for v0.14.6 release Signed-off-by: Gilberto Bertin --- README.md | 2 +- RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5af8aca2a..4972ab9cf9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ binary releases. | Release | Maintained | Supported Cilium Versions | |----------------------------------------------------------------------|------------|---------------------------| -| [v0.14.5](https://github.com/cilium/cilium-cli/releases/tag/v0.14.5) | Yes | Cilium 1.11 and newer | +| [v0.14.6](https://github.com/cilium/cilium-cli/releases/tag/v0.14.6) | Yes | Cilium 1.11 and newer | | [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) diff --git a/RELEASE.md b/RELEASE.md index eda349c8b2..e06ff00edd 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.14.6 + export RELEASE=v0.14.7 ## Prepare the release