From fbaf1357feaecdff8384ac7391ef612794df1f81 Mon Sep 17 00:00:00 2001 From: Marco Braga Date: Mon, 25 Sep 2023 14:46:16 -0300 Subject: [PATCH] OPCT-213: backport plugins to support OCP 4.14 on v0.4 (#79) Update base plugin image to support OCP 4.14. This is a backport of https://github.com/redhat-openshift-ecosystem/provider-certification-plugins/pull/43 bumping to plugins image plugin backport https://github.com/redhat-openshift-ecosystem/provider-certification-plugins/pull/47 (required to be merged). The v0.5 will cover that patch, but that release is still blocked by #76 - [x] Waiting for https://github.com/redhat-openshift-ecosystem/provider-certification-plugins/pull/47 to merge - [x] Create tag for plugins v0.4.1: https://github.com/redhat-openshift-ecosystem/provider-certification-plugins/releases/tag/v0.4.1 https://quay.io/repository/ocp-cert/openshift-tests-provider-cert?tab=tags - [ ] Create tag for CLI v0.4.1(after this merged) --- pkg/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/types.go b/pkg/types.go index 69374305..47265def 100644 --- a/pkg/types.go +++ b/pkg/types.go @@ -13,7 +13,7 @@ const ( SonobuoyLabelComponentName = "component" SonobuoyLabelComponentValue = "sonobuoy" DefaultToolsRepository = "quay.io/ocp-cert" - PluginsImage = "openshift-tests-provider-cert:v0.4.0" + PluginsImage = "openshift-tests-provider-cert:v0.4.1" ) var (