From e386af2b9f500e4c40436ac660cd6602da104fc7 Mon Sep 17 00:00:00 2001 From: Michi Mutsuzaki Date: Tue, 30 Jul 2024 22:08:17 +0000 Subject: [PATCH] Prepare for v0.16.14 release Signed-off-by: Michi Mutsuzaki --- README.md | 3 +-- RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63b97052a4..a5289979c5 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,8 @@ binary releases. | Release | Maintained | Compatible Cilium Versions | |------------------------------------------------------------------------|------------|----------------------------| -| [v0.16.13](https://github.com/cilium/cilium-cli/releases/tag/v0.16.13) | Yes | Cilium 1.15 and newer | +| [v0.16.14](https://github.com/cilium/cilium-cli/releases/tag/v0.16.14) | Yes | Cilium 1.15 and newer | | [v0.15.22](https://github.com/cilium/cilium-cli/releases/tag/v0.15.22) | Yes | Cilium 1.14 (*) | -| [v0.14.8](https://github.com/cilium/cilium-cli/releases/tag/v0.14.8) | Yes | Cilium 1.13 | Note: - [v0.15.22](https://github.com/cilium/cilium-cli/releases/tag/v0.15.22) can diff --git a/RELEASE.md b/RELEASE.md index 284c3c1c94..ff3565251e 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.16.14 + export RELEASE=v0.16.15 ## Update local checkout