From 9431bbb4bc528b25710fab2e7df953e19e2fafb6 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 16 Nov 2023 15:21:03 +0100 Subject: [PATCH] Prepare for v0.15.14 release Signed-off-by: Tobias Klauser --- README.md | 2 +- RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2ce1ff0e7..2071b14e32 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ binary releases. | Release | Maintained | Supported Cilium Versions | |------------------------------------------------------------------------|------------|-----------------------------| -| [v0.15.13](https://github.com/cilium/cilium-cli/releases/tag/v0.15.13) | Yes | Cilium 1.14 and newer | +| [v0.15.14](https://github.com/cilium/cilium-cli/releases/tag/v0.15.14) | 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 | Please see [`helm` installation mode](#helm-installation-mode) section diff --git a/RELEASE.md b/RELEASE.md index 80589a1c66..c8d9280f47 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.14 + export RELEASE=v0.15.15 ## Prepare the release