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:

- 8b0d53c09c

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2018-10-23 12:27:49 +01:00
parent 40ee885e8e
commit 62992f5485

View File

@ -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"