From 723fbacb00860fc72353f6a8b85a1569ab6b8018 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Tue, 18 Sep 2018 17:01:32 -0500 Subject: [PATCH] versions: update containerd version Update the version that is used to test Kata. ```yaml cri-containerd: version: "v1.0.5" meta: containerd-version: "1.1.3" ``` Fixes: #748 Signed-off-by: Jose Carlos Venegas Munoz --- versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index a79c2f864..6df983ee2 100644 --- a/versions.yaml +++ b/versions.yaml @@ -140,9 +140,9 @@ externals: description: | Containerd Plugin for Kubernetes Container Runtime Interface url: "https://github.com/containerd/cri" - version: "v1.0.0" + version: "v1.0.5" meta: - containerd-version: "1.1.0" + containerd-version: "1.1.3" docker: description: "Moby project container manager"