-
Notifications
You must be signed in to change notification settings - Fork 119
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
operator minio-operator-rhmp (5.0.14) #734
operator minio-operator-rhmp (5.0.14) #734
Conversation
Signed-off-by: pjuarezd <[email protected]>
Static test results
|
Pipeline SummaryPipeline: operator-hosted-pipeline Tasks
Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/16d96e13ff93d32dc1f291cdbf7f8012 TroubleshootingPlease refer to the troubleshooting guide. Run |
There were some errors while publishing your Operator Bundle. You can use this support case to contact the Red Hat certification team for review. |
closes minio/operator#2050 |
Signed-off-by: pjuarezd <[email protected]>
Static test results
|
There were some errors while publishing your Operator Bundle. You can use this support case to contact the Red Hat certification team for review. |
Pipeline SummaryPipeline: operator-hosted-pipeline Tasks
Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/7a86f439a7e47a320c22a0971ea892a9 TroubleshootingPlease refer to the troubleshooting guide. Run |
features.operators.openshift.io/token-auth-aws: "false" | ||
features.operators.openshift.io/token-auth-azure: "false" | ||
features.operators.openshift.io/token-auth-gcp: "false" | ||
olm.skipRange: '<5.0.14' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the previous versions of how you release your operator, I do not think this is what you want. Normally you are use replaces
, now that you are switching to be in a new catalog, you should remove this line and change your replaces
that is normally at the end of the CSV to a skips
.
Then in the next release of your operator you would go back to replaces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More info on skipRange
here
"WARNING: As a consequence of using skipRange the skipped operator versions will be pruned from OLMs update graph and therefore will not be installable anymore by users with the spec.startingCSV property of Subscriptions. Use with caution. If you want to have direct (one hop) updates to this version from multiple previous versions but keep those previous versions available to users for install, always use skipRange in conjunction with replaces pointing to the immediate previous version of the operator version in question."
Signed-off-by: pjuarezd <[email protected]>
Static test results
|
/pipeline restart operator-hosted-pipeline |
There were some errors while publishing your Operator Bundle. You can use this support case to contact the Red Hat certification team for review. |
Pipeline SummaryPipeline: operator-hosted-pipeline Tasks
Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/a9b6c567d6ab9767d09b2fb16a4e042c TroubleshootingPlease refer to the troubleshooting guide. Run |
- image: quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113 | ||
name: minio-ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113-annotation | ||
version: 5.0.14 | ||
skips: minio-operator-rhmp.v5.0.13 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
skips
is an array and must be formatted properly. (note GH isn't formatting the below properly for whatever reason)
skips:
- minio-operator-rhmp.v5.0.13
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it, on it
Signed-off-by: pjuarezd <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Operator bundle PR has been approved!
980e33b
into
redhat-openshift-ecosystem:main
Pipeline SummaryPipeline: operator-hosted-pipeline Tasks
Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/9af45bf28e6265586d7f1357eab38e75 TroubleshootingPlease refer to the troubleshooting guide. Run |
Pipeline SummaryPipeline: operator-release-pipeline Tasks
Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/863cf9d50baed8292ede6fbc724728c9 TroubleshootingPlease refer to the troubleshooting guide. Run |
operator minio-operator-rhmp (5.0.14)
Signed-off-by: pjuarezd [email protected]