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

Commit

Permalink
versions: Update Kubernetes, containerd and cri-o
Browse files Browse the repository at this point in the history
Update supported versions of Kubernetes with its
corresponding CRI implementations:

- Kubernetes from 1.10.5 to 1.12.2
- cri-o from 1.10 to 1.12.0, commit:
  fa540c8e806d28c2cbcd157bdf8acf2b20990ab6 as it is needed
  for fixing the devicemapper issues when removing a pod.
  More info on this issue, see:
  cri-o/cri-o#1883
- containerd from 1.1.3 to 1.2.0

Fixes: #927.

Depends-on: github.com/kata-containers/tests#926

Signed-off-by: Salvador Fuentes <[email protected]>
  • Loading branch information
chavafg committed Nov 22, 2018
1 parent d895cd0 commit a2799bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ externals:
description: |
OCI-based Kubernetes Container Runtime Interface implementation
url: "https://github.com/kubernetes-incubator/cri-o"
version: "6273bea4c9ed788aeb3d051ebf2d030060c05b6c"
version: "fa540c8e806d28c2cbcd157bdf8acf2b20990ab6"
meta:
openshift: "6273bea4c9ed788aeb3d051ebf2d030060c05b6c"

Expand All @@ -143,9 +143,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: "8b0d53c09c41d9fbc3b3896548ecf011518e3c42"
version: "54b1c00b3b307b0fadd10c02d9467a6545c2c4d5"
meta:
containerd-version: "1.1.3"
containerd-version: "1.2.0"

docker:
description: "Moby project container manager"
Expand All @@ -163,7 +163,7 @@ externals:
kubernetes:
description: "Kubernetes project container manager"
url: "https://github.com/kubernetes/kubernetes"
version: "1.10.5-00"
version: "1.12.2-00"

openshift:
description: |
Expand Down

0 comments on commit a2799bb

Please sign in to comment.