From e31c83454f387d611dd35c2ff35ef656546196e3 Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Fri, 18 Sep 2020 11:44:31 -0400 Subject: [PATCH] versions: Add newest-version for OpenShift This adds the 'newest-version' property which determines the OpenShift version used to run the e2e tests. Fixes: github.com/kata-containers/tests#2860 Signed-off-by: Wainer dos Santos Moschetta --- versions.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/versions.yaml b/versions.yaml index 9ae579a1e9..bcc5f2eace 100644 --- a/versions.yaml +++ b/versions.yaml @@ -236,6 +236,10 @@ externals: .*/v?([\d\.]+)\.tar\.gz version: "v3.10.0" commit: "dd10d17" + meta: + description: | + 'newest-version' is the latest version known to work. + newest-version: "4.5" runc: description: "OCI CLI reference runtime implementation"