OCPBUGS-80948: update velero replace to track oadp-1.5 branch#228
OCPBUGS-80948: update velero replace to track oadp-1.5 branch#228jparrill wants to merge 2 commits intoopenshift:oadp-1.5from
Conversation
|
@jparrill: This pull request references Jira Issue OCPBUGS-80948, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro 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)
Comment |
c716e8e to
2b6eb1c
Compare
The go.mod replace directive for Velero was pointing to a stale pseudo-version (commit 8fbcf3a8da11, 2025-05-14). Update it to track the oadp-1.5 branch of openshift/velero (commit 1b8c9c4464d0, 2026-03-17) which picks up CVE fixes and bug fixes while maintaining API compatibility. Also bumps Go directive to 1.25.8. Fixes: OCPBUGS-80948 Ref: https://redhat.atlassian.net/browse/OCPBUGS-80948 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com>
2b6eb1c to
e9f691b
Compare
24265ba to
1baf118
Compare
|
Please @kaovilai do you mind review the oadp version set in the Makefile vs the ocp release assigned? |
1baf118 to
4fd58d9
Compare
The dependency tests and update script were checking against the main branch of hypershift, but oadp-1.5 should track release-4.20 instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com>
4fd58d9 to
d3d0e90
Compare
|
@jparrill: The following tests failed, say
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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jparrill, kaovilai, 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 |
|
PR needs rebase. 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. |
What this PR does / why we need it
Updates the
go.modreplace directive for Velero from a stale pseudo-version to the latest commit on theoadp-1.5branch of openshift/velero.Before:
After:
This fixes two problems:
v2alpha1APIs the plugin depends on.This is the oadp-1.5 counterpart of #224 (which fixed main).
Which issue(s) this PR fixes
Fixes https://redhat.atlassian.net/browse/OCPBUGS-80948
Checklist
🤖 Generated with Claude Code