From 79e632bc23584879bc2f8590c88f1801e77a9f66 Mon Sep 17 00:00:00 2001 From: "fupan.lfp" Date: Thu, 24 Jun 2021 19:38:47 +0800 Subject: [PATCH] version: update the cri-containerd to v1.5.2 Upgrade the cri-containerd to v1.5.2 for CI. Fixes: #1441 Signed-off-by: fupan.lfp --- versions.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/versions.yaml b/versions.yaml index b7b0648884..8adb9d34d7 100644 --- a/versions.yaml +++ b/versions.yaml @@ -184,11 +184,12 @@ 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" - # Next commit from 1.3 branch contains fix to be able to run - # tests using go 1.13 - version: "v1.3.7" + url: "github.com/containerd/containerd" + tarball_url: "https://github.com/containerd/containerd/releases/download" + # containerd from v1.5.0 used the path unix socket + # instead of abstract socket, thus kata wouldn's support the containerd's + # version older than them. + version: "v1.5.2" critools: description: "CLI tool for Container Runtime Interface (CRI)"