Bug 1878925: pkg/cvo/updatepayload: Drop history from target pullspec lookup#684
Conversation
The logic I'm removing is a convenience from 558ae02 (cvo: Record history of changes to version and report target version, 2019-01-08, openshift#63). But the current consensus is that: * Rollbacks are risky enough that we don't want to make them that convenient. * Rollbacks have never been supported, so removing the convenient pullspec lookup is a backwards-compatible-enough change. This also brings the ClusterVersion operator's approach into line with how 'oc adm upgrade --to ...' has always worked [1]. [1]: https://bugzilla.redhat.com/show_bug.cgi?id=1878925
|
@wking: This pull request references Bugzilla bug 1878925, which is invalid:
Comment DetailsIn 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 kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@wking: This pull request references Bugzilla bug 1878925, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn 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 kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vrutkovs, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
9 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
@wking: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged:
These pull request must merge or be unlinked from the Bugzilla bug in order for it to move to the next state. Once unlinked, request a bug refresh with Bugzilla bug 1878925 has not been moved to the MODIFIED state. DetailsIn 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 kubernetes/test-infra repository. |
…te validation Narrowly catching up with c80bd02 (pkg/cvo/updatepayload: Drop history from target pullspec lookup, 2021-11-03, openshift#684), which removed that option from the implementation. Having the validation code living so far from the implementation code makes us more vulnerable to this kind of divergence, but I'll leave larger refactorings to follow-up work.
Narrowly catching up with c80bd02 (pkg/cvo/updatepayload: Drop history from target pullspec lookup, 2021-11-03, openshift#684), which removed that option from the implementation. Having the validation code living so far from the implementation code makes us more vulnerable to this kind of divergence, but I'll leave larger refactorings to follow-up work.
Narrowly catching up with c80bd02 (pkg/cvo/updatepayload: Drop history from target pullspec lookup, 2021-11-03, openshift#684), which removed that option from the implementation. Having the validation code living so far from the implementation code makes us more vulnerable to this kind of divergence, but I'll leave larger refactorings to follow-up work.
The logic I'm removing is a convenience from 558ae02 (#63). But the current consensus is that:
This also brings the ClusterVersion operator's approach into line with how
oc adm upgrade --to ...has always worked; openshift/oc#566.