From 4fc3041a6e9cea0340d341977600d3a3d7d2366e Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Mon, 6 Aug 2018 12:58:59 -0500 Subject: [PATCH] versions: update openshift to 3.10.0 Last week openshift origin v3.10.0 was released, this PR updates our supported version from 3.9.0 to 3.10.0 This also updates the cri-o version that we use for openshift, which is now cri-o 1.10. Fixes: #552. Signed-off-by: Salvador Fuentes --- versions.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/versions.yaml b/versions.yaml index 64554aae..462749f7 100644 --- a/versions.yaml +++ b/versions.yaml @@ -134,7 +134,7 @@ externals: url: "https://github.com/kubernetes-incubator/cri-o" version: "6273bea4c9ed788aeb3d051ebf2d030060c05b6c" meta: - openshift: "7fcfaf1ec696d14615069707fbe8b36f19cbb8d7" + openshift: "6273bea4c9ed788aeb3d051ebf2d030060c05b6c" cri-containerd: description: | @@ -167,8 +167,8 @@ externals: Distribution of Kubernetes optimized for continuous application development and multi-tenant deployment. url: "https://github.com/openshift/origin" - version: "v3.9.0" - commit: "191fece" + version: "v3.10.0" + commit: "dd10d17" runc: description: "OCI CLI reference runtime implementation"