From 516f4ec06eeba2aa608accf16856d5c3c3e017a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 13 Apr 2021 20:14:27 +0200 Subject: [PATCH] versions: Remove OpenShift entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested between Kata Containers and OpenShift are already being done via the OpenShift CI. This entry is only related to the OpenShift 3.x, which is not tested anymore via our CI in any possible way. Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/versions.yaml b/versions.yaml index fb97cd2b0..030a3c6e5 100644 --- a/versions.yaml +++ b/versions.yaml @@ -213,17 +213,6 @@ externals: .*/v?([\d\.]+)\.tar\.gz version: "1.18.9-00" - openshift: - description: | - Distribution of Kubernetes optimized for continuous application - development and multi-tenant deployment. - url: "https://github.com/openshift/origin" - uscan-url: >- - https://github.com/openshift/origin/tags - .*/v?([\d\.]+)\.tar\.gz - version: "v3.10.0" - commit: "dd10d17" - runc: description: "OCI CLI reference runtime implementation" url: "https://github.com/opencontainers/runc"