From 336aa93e6c5f195036282f1129f20a6dd7d2e359 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Fri, 20 Apr 2018 15:02:14 -0500 Subject: [PATCH] versions: Add cri-containerd to versions file. - Add latest release from cri-containerd. Fixes: #239 Signed-off-by: Jose Carlos Venegas Munoz --- versions.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/versions.yaml b/versions.yaml index 74e688c64..dbd8467f2 100644 --- a/versions.yaml +++ b/versions.yaml @@ -97,6 +97,12 @@ externals: url: "https://github.com/kubernetes-incubator/cri-o" version: "v1.9.11" + cri-containerd: + description: | + Containerd Plugin for Kubernetes Container Runtime Interface + url: "https://github.com/containerd/cri" + version: "v1.0.0-rc.2" + docker: description: "Moby project container manager" notes: "Docker Swarm requires an older version of Docker."