From 0ae16176a448727046518fdff66e24bb50e12fd0 Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Wed, 4 Apr 2018 18:29:38 -0500 Subject: [PATCH] versions: Update CRI-O version This change updates to latest version from CRI-O of the 1.9 branch. This will allow us to unskip a test from the CRI-O ctr.bats test file. Fixes: #182. Signed-off-by: Salvador Fuentes --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index d5cee8e17a..74e688c644 100644 --- a/versions.yaml +++ b/versions.yaml @@ -95,7 +95,7 @@ externals: description: | OCI-based Kubernetes Container Runtime Interface implementation url: "https://github.com/kubernetes-incubator/cri-o" - version: "v1.9.10" + version: "v1.9.11" docker: description: "Moby project container manager"