versions: update k8s, cri-o and containerd

Update:
- k8s to version 1.13.3
- cri-o to version 1.13.0
- containerd to version 1.2.4, which
  according to its release notes, uses
  cri plugin version da0c016c830b2ea97fd1d737c49a568a816bf964

Fixes: #1238.

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
Salvador Fuentes 2019-02-14 16:05:30 -06:00
parent 268ddc595f
commit 409a8a5fbb

View File

@ -157,7 +157,7 @@ externals:
description: |
OCI-based Kubernetes Container Runtime Interface implementation
url: "https://github.com/kubernetes-incubator/cri-o"
version: "fa540c8e806d28c2cbcd157bdf8acf2b20990ab6"
version: "v1.13.0"
meta:
openshift: "6273bea4c9ed788aeb3d051ebf2d030060c05b6c"
@ -168,9 +168,9 @@ externals:
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: "54b1c00b3b307b0fadd10c02d9467a6545c2c4d5"
version: "da0c016c830b2ea97fd1d737c49a568a816bf964"
meta:
containerd-version: "1.2.0"
containerd-version: "1.2.4"
docker:
description: "Moby project container manager"
@ -188,7 +188,7 @@ externals:
kubernetes:
description: "Kubernetes project container manager"
url: "https://github.com/kubernetes/kubernetes"
version: "1.12.2-00"
version: "1.13.3-00"
openshift:
description: |