-
Notifications
You must be signed in to change notification settings - Fork 82
OADP-6141: Use of kopia from downstream fork #1759
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
OADP-6141: Use of kopia from downstream fork #1759
Conversation
@mpryc: This pull request references OADP-6141 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 bug to target the "4.20.0" version, but no target version was set. 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. |
1 similar comment
@mpryc: This pull request references OADP-6141 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 bug to target the "4.20.0" version, but no target version was set. 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. |
@mpryc: This pull request references OADP-6141 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 bug to target the "4.20.0" version, but no target version was set. 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. |
/retest |
go.mod
Outdated
@@ -136,4 +136,4 @@ require ( | |||
|
|||
replace github.com/vmware-tanzu/velero => github.com/openshift/velero v0.10.2-0.20250313160323-584cf1148a74 | |||
|
|||
replace github.com/kopia/kopia => github.com/project-velero/kopia v0.0.0-20250227051353-20bfabbfc7a0 | |||
replace github.com/kopia/kopia => github.com/migtools/kopia v0.0.0-20230917191310-1f70992d2ebe |
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.
Do we need a newer hash?
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.
@mpryc ^ ?
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.
Yes, updated together with velero to track oadp-dev.
d537cd5
to
1c1241b
Compare
Use of downstream fork of the Kopia repository. Updated velero and kopia to use oadp-dev branch. Signed-off-by: Michal Pryc <[email protected]>
1c1241b
to
d7748d3
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kaovilai, mpryc, shubham-pampattiwar The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
2 similar comments
/test 4.19-e2e-test-cli-aws |
1 similar comment
@mpryc: all tests passed! 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. |
Use of downstream fork of the Kopia repository.
Similar PR for the downstream velero project: openshift/velero#384
Note:
Before this PR downstream kopia repository was updated:
NONE of this affected oadp-1.5 branch:
Why the changes were made
Fix: OADP-6141
How to test the changes made
Check the go.mod it should point to migtools/kopia.