public velero ref 1.18.1 to match openshift/velero replace#2228
Conversation
Signed-off-by: Michael Fruchtman <msfrucht@us.ibm.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @msfrucht. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
/ok-to-test |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kaovilai, msfrucht, shubham-pampattiwar, weshayutin 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 |
|
Quick question: did you run go mod tidy after making this change? Since the replace directive means Go never actually fetches vmware-tanzu/velero@v1.18.1, the go.sum wouldn't change, but just want to confirm tidy was run to validate everything resolves cleanly. |
|
@shubham-pampattiwar all good. |
|
I'm pretty sure otherwise the unit test would have failed. |
|
@msfrucht: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
@shubham-pampattiwar Of course I did. I wasn't surprised there was no change because of the openshift/velero replace. |
|
/cherry-pick oadp-dev |
|
@weshayutin: new pull request created: #2229 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-sigs/prow repository. |
Why the changes were made
The replace is pointing to the Openshift fork of Velero 1.18.1 but the advertised dependency is Velero 1.14.
This causes all downstream use to need a replace statement to use the appropriate api versions.
How to test the changes made
Changes only to go.mod and there is a replace in go.mod. Code and unit tests should be unaffected. Build should be enough test this along with using the branch as a go import.