Skip to content

Merge https://github.com/velero-io/velero-plugin-for-aws:main (18f6c35) into oadp-dev - #157

Merged
openshift-merge-bot[bot] merged 28 commits into
openshift:oadp-devfrom
oadp-rebasebot:rebase-bot-oadp-dev
Aug 21, 2026
Merged

Merge https://github.com/velero-io/velero-plugin-for-aws:main (18f6c35) into oadp-dev#157
openshift-merge-bot[bot] merged 28 commits 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

This is an automated rebase PR generated by RebaseBot.

Summary

  • Source: https://github.com/velero-io/velero-plugin-for-aws:main
  • Destination: https://github.com/openshift/velero-plugin-for-aws:oadp-dev
  • 4 new upstream commits

Summary by CodeRabbit

  • Documentation
    • Added compatibility information for plugin version 1.14.x with Velero 1.18.x.
    • Removed the project’s community code of conduct and contribution guidelines from the repository.
  • Maintenance
    • Updated project configuration to support the latest compatibility requirements.

shubham-pampattiwar and others added 4 commits July 22, 2026 12:45
These files are now maintained in the velero-io/.github repo and
automatically apply as org-wide defaults across all velero-io repos.

See https://github.com/velero-io/.github

Signed-off-by: Shubham Pampattiwar <spampatt@redhat.com>
Signed-off-by: i541304 <a.guerra@sap.com>
updating compatibility matrix for latest plugin and velero versions
…th-files

Remove community health files now provided by org-level .github repo
@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: 5dc313b3-b778-4848-80d8-da595d30e94d

📥 Commits

Reviewing files that changed from the base of the PR and between a5a30f7 and 1fdb6eb.

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

Walkthrough

The pull request removes CODE_OF_CONDUCT.md and CONTRIBUTING.md, adds the v1.14.x/v1.18.x compatibility mapping, and updates Velero-related Go module requirements and replacements.

Changes

Repository alignment

Layer / File(s) Summary
Compatibility and Velero module alignment
README.md, go.mod
Adds the v1.14.x and Velero v1.18.x compatibility mapping. Updates the indirect Velero APIs requirement and Velero replacement pseudo-versions.
Repository guidance removal
CODE_OF_CONDUCT.md, CONTRIBUTING.md
Removes the documented community conduct and contribution guidelines.

Estimated code review effort: 2 (Simple) | ~10 minutes

Mergeability Score: ⚪ Minimal · up to 1fdb6

This rebase updates dependency metadata and repository ownership documentation, with no actionable merge-blocking risk remaining beyond normal checks and review.

Suggested reviewers: joeavaikath, shubham-pampattiwar, blackpiglet, oadp-maintainers

🚥 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 clearly identifies the automated upstream merge into the oadp-dev branch, which matches the pull request objective.
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 The complete PR diff changes only documentation, README, and Go dependency files; it adds or changes no Ginkgo test titles.
Test Structure And Quality ✅ Passed The PR changes only documentation and Go module files; the diff contains no *_test.go changes, and the repository has no Ginkgo tests or cluster wait calls to assess.
Microshift Test Compatibility ✅ Passed The PR diff against origin/oadp-dev changes only CODE_OF_CONDUCT.md, CONTRIBUTING.md, README.md, go.mod, and go.sum; it adds no Ginkgo e2e tests.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The merge-base diff changes only documentation, README.md, go.mod, and go.sum; it adds no Go or Ginkgo e2e tests that could assume a multi-node cluster.
Topology-Aware Scheduling Compatibility ✅ Passed The PR changes only CODE_OF_CONDUCT.md, CONTRIBUTING.md, README.md, go.mod, and go.sum; it adds or modifies no deployment manifests, operator code, or controllers.
Ote Binary Stdout Contract ✅ Passed The PR changes only documentation and Go module metadata; no Go source, OTE suite setup, or process-level stdout write changed.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The PR changes only documentation and Go module files; the diff contains no new or modified Ginkgo e2e tests, IPv4 assumptions, or external connectivity test code.
No-Weak-Crypto ✅ Passed The complete PR diff changes only documentation, README metadata, and Go module checksums/replacements. It adds no cryptographic code or weak-crypto usage.
Container-Privileges ✅ Passed The PR changes only docs, README, and Go dependency files; no container/Kubernetes manifest adds prohibited privileges, and both Dockerfiles set non-root USER values.
No-Sensitive-Data-In-Logs ✅ Passed Diff evidence shows only documentation, ownership, and module metadata changes; no added logging statements or sensitive values appear in changed lines.
✨ 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 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.

@sseago

sseago commented Jul 31, 2026

Copy link
Copy Markdown

/lgtm

@openshift-ci openshift-ci Bot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jul 31, 2026
@redhat-chai-bot

Copy link
Copy Markdown

/ok-to-test


AI-generated. Review for accuracy.

@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 Aug 5, 2026
oadp-maintainers and others added 13 commits August 13, 2026 21:36
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>
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 13, 2026
@openshift-ci

openshift-ci Bot commented Aug 13, 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.

@sseago

sseago commented Aug 21, 2026

Copy link
Copy Markdown

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 21, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit 7212e91 into openshift:oadp-dev Aug 21, 2026
8 checks passed

@kaovilai kaovilai 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.

Approving rebasebot PR.

Note

Responses generated with Claude

@openshift-ci

openshift-ci Bot commented Aug 24, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kaovilai, oadp-rebasebot-app[bot], 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:

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

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.