Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
versions: Update cri containerd version for golang 1.10.2 fix
Browse files Browse the repository at this point in the history
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 <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Oct 23, 2018
1 parent 40ee885 commit 62992f5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 62992f5

Please sign in to comment.