From 63eb1158909ea40fbff63ce900be24220ee2130a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 19 Jan 2022 09:55:05 +0100 Subject: [PATCH] versions: bump CRI-O to its 1.23 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As done for kubernetes, CRI-O should also be bumped to its 1.23 release so those are in sync. Fixes: #3481 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 ec0c070a5c..c6bb63d03a 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.22" + branch: "release-1.23" containerd: description: |