From 9c333b2c794206129656ae4976fffe43f10e02c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 13 Apr 2021 20:11:07 +0200 Subject: [PATCH] versions: Bump CRI-O version to 1.21.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For CRI-O, let's rely on the "release-1.21" branch, as this is the branch getting backports for the 1.21.x cycle. Relying on the branch avoids our needs to keep bumping it every now and then. Fixes: #1688 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 5d81a5439d..9a9f4042e9 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" - version: "v1.18.4-4-g6dee3891e" + branch: "release-1.21" cri-containerd: description: |