Closed tiraboschi closed 4 years ago
Hi @tiraboschi. Thanks for your PR.
I'm waiting for a operator-framework member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/ok-to-test
@tiraboschi: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test
message.
/ok-to-test /approve /lgtm
New changes are detected. LGTM label has been removed.
/retest
Hello, I am trying to push the manifest but getting below error.
ERROR: CSV.spec.crd.owned.version isnot in CRD.spec.versions list [manifests/myapp-operator.clusterserviceversion.yaml]
2.1.8
/retest
/hold
/unhold
I updated https://github.com/tiraboschi/operator-courier/tree/fix_188 but strangely I still my latest changes here
I updated https://github.com/tiraboschi/operator-courier/tree/fix_188 but strangely I still my latest changes here
Github is having problems - I saw similar odd behavior in unrelated PRs - just have to wait for them to fix the infrastructure: https://www.githubstatus.com/
btw the patch works for me, thank you for the work!
/retest
/retest
/retest
Correctly validate crd.spec.versions
crd.spec.version got deprecated for crd.spec.versions but in this case we are going to access a list of dictionaries where the relevant value is in the name field.
Fix all the validations on spec.versions and add additional validations.
Fix also its test.
Signed-off-by: Simone Tiraboschi stirabos@redhat.com
Fixes: #188