Update vendored dependencies for oadp-1.6 alignment#235
Update vendored dependencies for oadp-1.6 alignment#235Joeavaikath wants to merge 1 commit intoopenshift:oadp-1.6from
Conversation
Updates external-snapshotter client v7 to v8, velero internal packages and plugin framework, and grpc. Aligns vendor directory with go.mod changes from upstream oadp-1.6. Signed-off-by: Joseph <jvaikath@redhat.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: 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 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Joeavaikath The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Summary
Why
Aligns the vendor directory with go.mod dependency changes for the oadp-1.6 branch. The previous vendor state was inconsistent with the module requirements after the go.mod update in #229.
Test plan
go build ./...succeeds with updated vendorgo vet ./...passes🤖 Generated with Claude Code