From e541d3d3e372b8c1786677ba44ee1e551e3641c3 Mon Sep 17 00:00:00 2001 From: Michi Mutsuzaki <michi@isovalent.com> Date: Fri, 15 Mar 2024 18:38:07 +0000 Subject: [PATCH] Prepare for v0.16.2 release Signed-off-by: Michi Mutsuzaki <michi@isovalent.com> --- README.md | 2 +- RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e158566ef..73b4c03434 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ binary releases. | Release | Maintained | Compatible Cilium Versions | |------------------------------------------------------------------------|------------|----------------------------| -| [v0.16.1](https://github.com/cilium/cilium-cli/releases/tag/v0.16.1) | Yes | Cilium 1.15 and newer | +| [v0.16.2](https://github.com/cilium/cilium-cli/releases/tag/v0.16.2) | 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 | diff --git a/RELEASE.md b/RELEASE.md index c89b898b10..dc9b9251bb 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.2 + export RELEASE=v0.16.3 ## Prepare the release