Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding OpenShift Supported Version in the Bundle #1097

Merged
merged 1 commit into from
Apr 20, 2022
Merged

Adding OpenShift Supported Version in the Bundle #1097

merged 1 commit into from
Apr 20, 2022

Conversation

cniackz
Copy link
Contributor

@cniackz cniackz commented Apr 19, 2022

Fixes: https://github.com/miniohq/engineering/issues/743

This addition is needed to get Pull Request accepted in https://github.com/redhat-openshift-ecosystem/certified-operators repository as shown in url below:

https://github.com/redhat-openshift-ecosystem/certification-releases/blob/main/4.9/ga/troubleshooting.md#get-supported-versions

Where we can see this text:

  • Your annotations.yaml file needs to include an com.redhat.openshift.versions annotation indicating the OpenShift versions supported by your Operator.

As a result, we are going to observe:

annotations:
  # Core bundle annotations.
  operators.operatorframework.io.bundle.mediatype.v1: registry+v1
  operators.operatorframework.io.bundle.manifests.v1: manifests/
  operators.operatorframework.io.bundle.metadata.v1: metadata/
  operators.operatorframework.io.bundle.package.v1: minio-operator
  operators.operatorframework.io.bundle.channels.v1: stable

  # Annotations to specify OCP versions compatibility.
  com.redhat.openshift.versions: v4.6-v4.10

Then get-supported-versions is going to pass rh-operator-bundle-bot validation

@cniackz cniackz self-assigned this Apr 19, 2022
@cniackz cniackz added the enhancement New feature or request label Apr 19, 2022
@cniackz cniackz merged commit ff208eb into minio:master Apr 20, 2022
@cniackz cniackz deleted the add-openshift-supported-version-in-bundle branch April 20, 2022 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants