From 829ae9b4d2c65104343051ad77b618b92a2c2b75 Mon Sep 17 00:00:00 2001 From: Michi Mutsuzaki Date: Mon, 17 Jul 2023 15:58:08 +0000 Subject: [PATCH] Prepare for v0.15.3 release Signed-off-by: Michi Mutsuzaki --- README.md | 2 +- RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57001074be..2cf8349ad4 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ binary releases. | Release | Maintained | Supported Cilium Versions | |----------------------------------------------------------------------|------------|-----------------------------| -| [v0.15.2](https://github.com/cilium/cilium-cli/releases/tag/v0.15.2) | Yes | Cilium 1.14 and newer | +| [v0.15.3](https://github.com/cilium/cilium-cli/releases/tag/v0.15.3) | 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 | diff --git a/RELEASE.md b/RELEASE.md index 35972f3c58..d6fa8d822d 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.3 + export RELEASE=v0.15.4 ## Prepare the release