-
Notifications
You must be signed in to change notification settings - Fork 35
OPRUN-4216, OCPBUGS-63405: Port CRD upgrade safety carry from 4.20 without bumping deps #543
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
base: release-4.19
Are you sure you want to change the base?
OPRUN-4216, OCPBUGS-63405: Port CRD upgrade safety carry from 4.20 without bumping deps #543
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: camilamacedo86 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
39aa12c to
28e2e70
Compare
|
@camilamacedo86: This pull request references OPRUN-4216 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.19.z" version, but no target version was set. This pull request references Jira Issue OCPBUGS-63405, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
| crdifyconfig "github.com/operator-framework/operator-controller/internal/thirdparty/crdify/pkg/config" | ||
| crdifyrunner "github.com/operator-framework/operator-controller/internal/thirdparty/crdify/pkg/runner" | ||
| crdifyvalidations "github.com/operator-framework/operator-controller/internal/thirdparty/crdify/pkg/validations" | ||
| crdifyproperty "github.com/operator-framework/operator-controller/internal/thirdparty/crdify/pkg/validations/property" |
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.
We have no bumper out of main, so I think we can safely embeed here
If you have a better path thought please let me know.
|
/test openshift-e2e-aws |
|
/assign @Xia-Zhao-rh |
|
I did a comparison against |
28e2e70 to
0bcc4f0
Compare
|
Hi @tmshort
That is done. Thank you :-) |
|
Hi @Xia-Zhao-rh 👋 Could you please validate this one? If any of them are still unresolved, it means they’re also not fixed in 4.20. Once this is merged in 4.20, we can bring the same changes to 4.19. PS.: I think the above will be required. Thanks! |
|
@camilamacedo86: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This PR fully ports the code over
CRD upgrade safetyfrom the release-4.20 branch.We’ve also embedded the third-party part here.
To verify this, you can run:
Run: git diff upstream/release-4.20 -- internal/operator-controller/rukpak/preflights/crdupgradesafety
See that just imported are changed:
AND:
Run
git diff upstream/release-4.20 -- internal/operator-controller/rukpak/preflights/crdupgradesafety/testdata/manifeststo ensure that all testdata used on the tests is either ported.