From 62992f54852340ba32ef15cc92403aae9db4ce70 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 23 Oct 2018 12:27:49 +0100 Subject: [PATCH] versions: Update cri containerd version for golang 1.10.2 fix Updated `externals.cri-containerd.version` in `versions.yaml` to the newest version that includes the fix for building on golang 1.10.2: - https://github.com/containerd/cri/commits/8b0d53c09c41d9fbc3b3896548ecf011518e3c42 Signed-off-by: James O. D. Hunt --- versions.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index 6df983ee29..d0b6670fc6 100644 --- a/versions.yaml +++ b/versions.yaml @@ -138,9 +138,12 @@ externals: cri-containerd: description: | - Containerd Plugin for Kubernetes Container Runtime Interface + Containerd Plugin for Kubernetes Container Runtime Interface. + + Note that the current version is required for golang 1.10.2 + (see https://github.com/containerd/cri/pull/941). url: "https://github.com/containerd/cri" - version: "v1.0.5" + version: "8b0d53c09c41d9fbc3b3896548ecf011518e3c42" meta: containerd-version: "1.1.3"