Skip to content

Merge https://github.com/openshift/openshift-velero-plugin:oadp-dev (c7ad5d6) into oadp-dev - #454

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:oadp-devfrom
oadp-rebasebot:rebase-bot-oadp-dev
Jul 29, 2026
Merged

Merge https://github.com/openshift/openshift-velero-plugin:oadp-dev (c7ad5d6) into oadp-dev#454
openshift-merge-bot[bot] merged 1 commit into
openshift:oadp-devfrom
oadp-rebasebot:rebase-bot-oadp-dev

Conversation

@oadp-rebasebot-app

@oadp-rebasebot-app oadp-rebasebot-app Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

This is an automated rebase PR generated by RebaseBot.

Summary

  • Source: https://github.com/openshift/openshift-velero-plugin:oadp-dev
  • Destination: https://github.com/openshift/openshift-velero-plugin:oadp-dev
  • 0 new upstream commits

Summary by CodeRabbit

  • Chores
    • Updated Velero package resolution to use newer compatible versions.
    • Improved dependency mapping for Velero-related components.

@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 Jul 28, 2026
@openshift-ci

openshift-ci Bot commented Jul 28, 2026

Copy link
Copy Markdown

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.

@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 82730566-cf65-4694-8e77-a5730f3d6c60

📥 Commits

Reviewing files that changed from the base of the PR and between c7ad5d6 and 6a5571b.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Walkthrough

Updates go.mod to use v0.0.0 for the Velero APIs requirement and newer OpenShift Velero pseudo-versions in replacement directives.

Changes

Velero module resolution

Layer / File(s) Summary
Update Velero module declarations
go.mod
The Velero APIs requirement and OpenShift Velero replacement versions are updated.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Suggested reviewers: joeavaikath

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title correctly reflects that this is an automated merge/rebase from openshift-velero-plugin into oadp-dev.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed Only go.mod and go.sum changed; no Ginkgo test titles were added or modified, so the naming rule is unaffected.
Test Structure And Quality ✅ Passed Only go.mod and go.sum changed; no Ginkgo tests were modified, so the test-quality check is not applicable.
Microshift Test Compatibility ✅ Passed PR only changes go.mod/go.sum; no new or modified Ginkgo e2e tests to evaluate for MicroShift compatibility.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR only updates go.mod/go.sum dependency pins; no new Ginkgo e2e tests or SNO-sensitive code were added.
Topology-Aware Scheduling Compatibility ✅ Passed Only go.mod/go.sum changed; no deployment manifests, controllers, or scheduling constraints were modified.
Ote Binary Stdout Contract ✅ Passed Diff only updates go.mod/go.sum; inspected main/init and found no stdout writes in process-level code.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Only go.mod/go.sum changed; no new Ginkgo tests or networking code were added, so IPv6/disconnected compatibility isn’t implicated.
No-Weak-Crypto ✅ Passed PR only updates go.mod/go.sum dependency pins; no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB, custom crypto, or secret comparisons were introduced.
Container-Privileges ✅ Passed Only go.mod/go.sum changed; no Kubernetes/container manifests or privilege flags were introduced in the diff.
No-Sensitive-Data-In-Logs ✅ Passed Only go.mod and go.sum changed; no logging code or sensitive-data-emitting statements were added or modified.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 29, 2026

@shubham-pampattiwar shubham-pampattiwar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 29, 2026
@openshift-ci

openshift-ci Bot commented Jul 29, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: oadp-rebasebot-app[bot], shubham-pampattiwar, sseago

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

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [shubham-pampattiwar,sseago]

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

@Joeavaikath

Copy link
Copy Markdown
Contributor

/ok-to-test

@openshift-ci openshift-ci Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jul 29, 2026
@openshift-ci

openshift-ci Bot commented Jul 29, 2026

Copy link
Copy Markdown

@oadp-rebasebot-app[bot]: all tests passed!

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@openshift-merge-bot
openshift-merge-bot Bot merged commit 9c8710a into openshift:oadp-dev Jul 29, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants