Skip to content

Merge https://github.com/vmware-tanzu/velero-plugin-for-aws:main (42e8790) into oadp-dev#121

Open
oadp-rebasebot-app[bot] wants to merge 21 commits intoopenshift:oadp-devfrom
oadp-rebasebot:rebase-bot-oadp-dev
Open

Merge https://github.com/vmware-tanzu/velero-plugin-for-aws:main (42e8790) into oadp-dev#121
oadp-rebasebot-app[bot] wants to merge 21 commits intoopenshift:oadp-devfrom
oadp-rebasebot:rebase-bot-oadp-dev

Conversation

@oadp-rebasebot-app
Copy link

@oadp-rebasebot-app oadp-rebasebot-app bot commented Feb 20, 2026

Summary by CodeRabbit

  • Chores
    • Updated multiple third-party dependencies (Kubernetes libraries, testing tools, Prometheus, and various Go packages) to newer versions for improved stability and compatibility.
    • Adjusted module/dependency configuration (including a module redirect) to improve dependency resolution and build reproducibility.

@openshift-ci
Copy link

openshift-ci bot commented Feb 20, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: oadp-rebasebot-app[bot]
Once this PR has been reviewed and has the lgtm label, please assign rayfordj for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@coderabbitai
Copy link

coderabbitai bot commented Feb 20, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 37de2f33-c25e-414a-8b91-728aa8dbc12f

📥 Commits

Reviewing files that changed from the base of the PR and between c8ea054 and a051d07.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod
🚧 Files skipped from review as they are similar to previous changes (1)
  • go.mod

Walkthrough

Updated go.mod: bumped an indirect golang.org/x/sys requirement from v0.38.0 to v0.40.0 and advanced a replace for github.com/vmware-tanzu/velero to a newer github.com/openshift/velero pseudo-version. No other changes to code or APIs.

Changes

Cohort / File(s) Summary
go.mod
go.mod
Updated indirect requirement golang.org/x/sys v0.38.0 → v0.40.0 (+1). Updated replace for github.com/vmware-tanzu/velerogithub.com/openshift/velero@v0.10.2-0.20260310095129-ca5442fb1a74 (updated pseudo-version). Lines changed: +2/-2.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title references a specific upstream repository merge (vmware-tanzu/velero-plugin-for-aws) and commit hash, which aligns with the go.mod dependency updates observed in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Stable And Deterministic Test Names ✅ Passed This PR only modifies go.mod file with dependency version updates. No Ginkgo test files, test declarations, or test code exists in this repository.
Test Structure And Quality ✅ Passed The custom check targets Ginkgo test code quality, but this PR only adds standard Go tests using testing package with testify assertions, containing no Ginkgo BDD-style structures.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci
Copy link

openshift-ci bot commented Feb 20, 2026

Hi @oadp-rebasebot-app[bot]. 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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Feb 20, 2026
@kaovilai
Copy link
Member

weird github strikes again

replace github.com/vmware-tanzu/velero => github.com/openshift/velero v0.10.2-0.20260219202759-5cf28471570d

already has changes here.

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 11, 2026
@openshift-merge-robot
Copy link

PR needs rebase.

Details

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.

dependabot bot and others added 20 commits March 19, 2026 05:05
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.73.0 to 1.79.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.73.0...v1.79.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…odules/google.golang.org/grpc-1.79.3

Bump google.golang.org/grpc from 1.73.0 to 1.79.3
update go builder

update correct docker file

rebase log for 1.2.0
Check snapshot status before attempting to restore. Restore if ready.
Fail if error. Wait if pending up to "snapshotCreationTimeout" (defaults
to 60 minutes)

Adds "snapshotCreationTimeout" config key for aws volumesnapshotlocation.

rebase upstream release-1.10 changes for volume_snapshotter

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
Update PR-BZ automation mapping (openshift#9)

Update PR-BZ automation (openshift#13)

Co-authored-by: Rayford Johnson <rjohnson@redhat.com>
Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
Signed-off-by: Wesley Hayutin <weshayutin@gmail.com>
@oadp-rebasebot-app oadp-rebasebot-app bot changed the title Merge https://github.com/vmware-tanzu/velero-plugin-for-aws:main (800bcfb) into oadp-dev Merge https://github.com/vmware-tanzu/velero-plugin-for-aws:main (42e8790) into oadp-dev Mar 20, 2026
@openshift-ci openshift-ci bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants