From e62a8aa98e236949c06ed45771102a632c96571f Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Wed, 25 Mar 2020 15:24:27 -0600 Subject: [PATCH] versions: Update containerd commit We currently use containerd v1.3.0, but this version has an issue when running the containerd/cri tests with go 1.13. This commit: 3a4acfbc99aa976849f51a8edd4af20ead51d8d7 from branch release/1.3 contains the fix to be able to run the tests with go 1.13. Depends-on: github.com/kata-containers/tests#2415 Fixes: #2562. Signed-off-by: Salvador Fuentes --- versions.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index d25f837190..b30a136413 100644 --- a/versions.yaml +++ b/versions.yaml @@ -199,7 +199,9 @@ externals: Containerd Plugin for Kubernetes Container Runtime Interface. url: "github.com/containerd/cri" tarball_url: "https://storage.googleapis.com/cri-containerd-release" - version: "1.3.0" + # Next commit from 1.3 branch contains fix to be able to run + # tests using go 1.13 + version: "3a4acfbc99aa976849f51a8edd4af20ead51d8d7" critools: description: "CLI tool for Container Runtime Interface (CRI)"