From ce11a6f6320ca79ab4aa3d7401115ba5d8c89c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 13 Jul 2021 10:23:45 +0200 Subject: [PATCH] versions: Update containerd to v1.3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump containerd version to the latest v1.3.x, so we don't have to do intrusive changes in our codebase (as done for in the main branch). Fixes: #2350 Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/versions.yaml b/versions.yaml index f09a238f5e..4ef917d116 100644 --- a/versions.yaml +++ b/versions.yaml @@ -184,11 +184,11 @@ externals: cri-containerd: description: | Containerd Plugin for Kubernetes Container Runtime Interface. - url: "github.com/containerd/cri" - tarball_url: "https://storage.googleapis.com/cri-containerd-release" + url: "github.com/containerd/containerd" + tarball_url: "https://github.com/containerd/containerd/releases/download" # Next commit from 1.3 branch contains fix to be able to run # tests using go 1.13 - version: "v1.3.7" + version: "v1.3.10" critools: description: "CLI tool for Container Runtime Interface (CRI)"