From dbef2b29310eabef8d5d2ea6db7de78d08a6cdde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 14 May 2021 00:08:55 +0200 Subject: [PATCH] versions: Update kubernetes to 1.21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The reason for doing such is to (try to) avoid random crashes we've been facing as part of our CI, such as the one reported as part of https://github.com/kata-containers/tests/issues/3473 Fixes: #1850 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 f07d8a9fd6..8ad3c87f71 100644 --- a/versions.yaml +++ b/versions.yaml @@ -203,7 +203,7 @@ externals: uscan-url: >- https://github.com/kubernetes/kubernetes/tags .*/v?([\d\.]+)\.tar\.gz - version: "1.21.0-00" + version: "1.21.1-00" runc: description: "OCI CLI reference runtime implementation"