Open
Conversation
Signed-off-by: Ales Raszka <araszka@redhat.com>
Collaborator
|
The author of the PR is not listed as one of the reviewers in certification project. Consider adding the author of the PR to the list of reviewers in the certification project if you want automated merge without explicit approval. |
Collaborator
Collaborator
Pipeline SummaryPipeline: operator-hosted-pipeline Tasks
Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/a35310b54c8d5d49fae01c34ff0f093e ❌ Not mergedPR cannot be merged for the following reasons: TroubleshootingPlease refer to the troubleshooting guide. Run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📢 New OpenShift Version Support Added!
TL;DR: This automated PR promotes the operator catalog to support a newly released OpenShift version
v4.21.It ensures your operator remains available for installation on the latest OpenShift clusters.
Purpose of this Pull Request
This PR has been automatically generated to promote the operator catalog for a newly released OpenShift version.
What This PR Does
Adds support for OpenShift version
v4.21in the catalogUpdates operator catalogs and metadata accordingly by promoting operators from
N-1toNversion.Why This PR Was Created
To maintain compatibility and improve user experience, we promote operator catalogs to support new OpenShift
versions shortly after their release. Keeping the catalog up to date ensures that cluster administrators can
deploy your operator without delay on the latest OpenShift versions.
If you want to controll how your operator is promoted to the new OpenShift version,
please check the
fbc.version_promotion_strategyin the operator config file. Relateddocumentation can be found
here