From ca83aa3bbcd05ba7e8bb24ddc5c20692f6f0ea7a Mon Sep 17 00:00:00 2001 From: Tomas Man Date: Fri, 1 Nov 2024 09:45:56 +0100 Subject: [PATCH] Remove mandatory warning --- .../operatorcert/static_tests/community/bundle.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/operator-pipeline-images/operatorcert/static_tests/community/bundle.py b/operator-pipeline-images/operatorcert/static_tests/community/bundle.py index 6f0f6334..440797a3 100644 --- a/operator-pipeline-images/operatorcert/static_tests/community/bundle.py +++ b/operator-pipeline-images/operatorcert/static_tests/community/bundle.py @@ -459,8 +459,7 @@ def check_replaces_availability(bundle: Bundle) -> Iterator[CheckResult]: "is a new way to manage operator metadata. " "This operator does not use FBC and it is recommended for new operators to " "[start directly with FBC]" - "(https://redhat-openshift-ecosystem.github.io/operator-pipelines/users/fbc_workflow/). " - "The use of FBC will be mandatory for new operators from February 2025." + "(https://redhat-openshift-ecosystem.github.io/operator-pipelines/users/fbc_workflow/)." )