From 769f02374be503a810c6a82a61f5d3839e420ecb Mon Sep 17 00:00:00 2001 From: Michi Mutsuzaki Date: Sun, 23 Apr 2023 04:09:17 +0000 Subject: [PATCH] Prepare for v0.14.0 release Also add a step in the release process to check for dependabot alerts. Signed-off-by: Michi Mutsuzaki --- README.md | 2 +- RELEASE.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2be400af7a..9573441280 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ binary releases. | Release | Release Date | Maintained | Supported Cilium Versions | |----------------------------------------------------------------------|--------------|------------|---------------------------| -| [v0.13.2](https://github.com/cilium/cilium-cli/releases/tag/v0.13.2) | 2023-03-20 | Yes | Cilium 1.11 and newer | +| [v0.14.0](https://github.com/cilium/cilium-cli/releases/tag/v0.14.0) | 2023-04-22 | Yes | Cilium 1.11 and newer | | [v0.10.7](https://github.com/cilium/cilium-cli/releases/tag/v0.10.7) | 2022-05-31 | No | Cilium 1.10 | Please see [Experimental `helm` installation mode](#experimental-helm-installation-mode) diff --git a/RELEASE.md b/RELEASE.md index 428d33d934..5a835bb9dd 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,6 +12,7 @@ table](https://github.com/cilium/cilium-cli#releases) for the most recent suppor merge](https://github.com/cilium/cilium-cli/labels/ready-to-merge) - Make sure there are no [open issues or PRs labeled as release blocker](https://github.com/cilium/cilium-cli/labels/priority%2Frelease-blocker) +- Make sure there are no [Dependabot alerts](https://github.com/cilium/cilium-cli/security/dependabot) ## Prepare environment variables