From d45c86de295a449a1fc05b33fcdd6defd7595ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 12 Aug 2021 10:56:35 +0200 Subject: [PATCH] versions: Update CRI-O to its 1.22 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As kubernetes version has been bumped to 1.22, let's bump the CRI-O version accordingly. Related: #2434 Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index f8e226c4b3..fc15c7d49f 100644 --- a/versions.yaml +++ b/versions.yaml @@ -179,7 +179,7 @@ externals: description: | OCI-based Kubernetes Container Runtime Interface implementation url: "https://github.com/cri-o/cri-o" - branch: "release-1.21" + branch: "release-1.22" cri-containerd: description: |