OADP-7895 Fix for the oc oadp nonadmin backup describe shows Pod Volu… - #274
Conversation
…me Backups: <none included>
|
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: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
ed1af70 to
7c066ff
Compare
|
/lgtm |
|
/hold |
| module github.com/migtools/oadp-cli | ||
|
|
||
| go 1.25.8 | ||
| go 1.26.0 |
There was a problem hiding this comment.
I see these dependency updates were present in the merged source PR. Since go.mod and go.sum conflicted while applying it to oadp-1.6, should this backport preserve the target branch dependency versions instead?
The existing Non-Admin dependency already provides the fields required by this change. @sseago, could you confirm whether carrying the Go and dependency upgrades into oadp-1.6 is intentional? If not, we should restore the target go.mod and go.sum, keep the builder on Go 1.25, and retain only the functional code and test changes.
7c066ff to
0cf11cc
Compare
|
New changes are detected. LGTM label has been removed. |
2f34da4 to
465830c
Compare
465830c to
46bff23
Compare
46bff23 to
030a704
Compare
go.mod now requires go >= 1.26.0, but the image build stage still pulled golang:1.25, failing go mod download with: "go.mod requires go >= 1.26.0 (running go 1.25.14; GOTOOLCHAIN=local)" Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Signed-off-by: Tiger Kaovilai <passawit.kaovilai@gmail.com>
030a704 to
127dc87
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Joeavaikath, SharoonAustin06, shubham-pampattiwar 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 |
|
/unhold |
Cherry-picked PR for #262