Fix invalid olm.skipRange semver in percona-xtradb-cluster-operator#9686
Fix invalid olm.skipRange semver in percona-xtradb-cluster-operator#9686joelanford wants to merge 1 commit into
Conversation
Pipeline SummaryPipeline: operator-hosted-pipeline Tasks
Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/e806722952ba1806f8aeda5a71c63683 TroubleshootingPlease refer to the troubleshooting guide. Run |
Remove 'v' prefix from version in olm.skipRange annotations. Semver ranges use '<X.Y.Z' not '<vX.Y.Z'. Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
393efe6 to
49a4d10
Compare
Pipeline SummaryPipeline: operator-hosted-pipeline Tasks
Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/b9aa9791a884feb86a9d3d95fbefdb8b TroubleshootingPlease refer to the troubleshooting guide. Run |
|
for the reference: this is failing due to same reasons as mentioned in #9684 |
|
This pull request is stale because it has been open for 30 days with no activity. |
Summary
vprefix from version inolm.skipRangeannotations across 10 CSV versions<vX.Y.Zis not valid semver range syntax; the correct form is<X.Y.Z