From 62f64bb0091f5606c54267ffcfe0d29dd731a2cb Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Thu, 3 Oct 2019 10:53:01 -0700 Subject: [PATCH] version: Update containerd version to 1.3.0 These include features like privileged containers without host devices and support for per runtime annotations. Depends-on: github.com/kata-containers/tests#2029 Fixes #2099 Signed-off-by: Archana Shinde --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 8e675d16a5..b57248a095 100644 --- a/versions.yaml +++ b/versions.yaml @@ -209,7 +209,7 @@ externals: Containerd Plugin for Kubernetes Container Runtime Interface. url: "github.com/containerd/cri" tarball_url: "https://storage.googleapis.com/cri-containerd-release" - version: "1.2.7" + version: "1.3.0" docker: description: "Moby project container manager"