Skip to content

NO-JIRA: update velero replace and align dep defaults for oadp-1.5 - #301

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:oadp-1.5from
jparrill:OCPBUGS-80948-oadp-1-5
Jul 28, 2026
Merged

NO-JIRA: update velero replace and align dep defaults for oadp-1.5#301
openshift-merge-bot[bot] merged 1 commit into
openshift:oadp-1.5from
jparrill:OCPBUGS-80948-oadp-1-5

Conversation

@jparrill

Copy link
Copy Markdown
Contributor

Summary

  • Update velero replace directive to latest openshift/velero oadp-1.5 commit (afb201fb788d, 2026-07-27)
  • Align default upstream branch from "main" to "release-4.21" in scripts/update-dependencies.go and dependencies_test.go, matching the oadp-1.5 release target
  • Updated indirect dependencies via go mod tidy (x/net, x/sys, grpc, protobuf)

Test plan

  • go build ./... passes
  • go test ./pkg/... passes
  • go test ./tests/... passes (including dependency integration test)
  • CI: build, unit, verify, security, images

Supersedes #228 (closed as obsolete — most changes had already landed via separate PRs).

Fixes: OCPBUGS-80948

- Update velero replace to latest openshift/velero oadp-1.5 commit
  (afb201fb788d, 2026-07-27)
- Align default upstream branch from "main" to "release-4.21" in
  scripts/update-dependencies.go and dependencies_test.go
- Updated indirect dependencies via go mod tidy (x/net, x/sys, grpc,
  protobuf)

Fixes: OCPBUGS-80948

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com>
@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Jul 28, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@jparrill: This pull request references Jira Issue OCPBUGS-80948, which is invalid:

  • release note text must be set and not match the template OR release note type must be set to "Release Note Not Required". For more information you can reference the OpenShift Bug Process.
  • expected Jira Issue OCPBUGS-80948 to depend on a bug in one of the following states: VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA), but no dependents were found

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Summary

  • Update velero replace directive to latest openshift/velero oadp-1.5 commit (afb201fb788d, 2026-07-27)
  • Align default upstream branch from "main" to "release-4.21" in scripts/update-dependencies.go and dependencies_test.go, matching the oadp-1.5 release target
  • Updated indirect dependencies via go mod tidy (x/net, x/sys, grpc, protobuf)

Test plan

  • go build ./... passes
  • go test ./pkg/... passes
  • go test ./tests/... passes (including dependency integration test)
  • CI: build, unit, verify, security, images

Supersedes #228 (closed as obsolete — most changes had already landed via separate PRs).

Fixes: OCPBUGS-80948

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 openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: 4347ce70-cf02-4fef-8911-afdd9f8a14ef

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ 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 requested review from bryan-cox and devguyio July 28, 2026 14:55
@openshift-ci

openshift-ci Bot commented Jul 28, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jparrill

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

@jparrill jparrill changed the title OCPBUGS-80948: update velero replace and align dep defaults for oadp-1.5 NO-JIRA update velero replace and align dep defaults for oadp-1.5 Jul 28, 2026
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 28, 2026
@openshift-ci-robot openshift-ci-robot removed the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 28, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@jparrill: No Jira issue is referenced in the title of this pull request.
To reference a jira issue, add 'XYZ-NNN:' to the title of this pull request and request another refresh with /jira refresh.

Details

In response to this:

Summary

  • Update velero replace directive to latest openshift/velero oadp-1.5 commit (afb201fb788d, 2026-07-27)
  • Align default upstream branch from "main" to "release-4.21" in scripts/update-dependencies.go and dependencies_test.go, matching the oadp-1.5 release target
  • Updated indirect dependencies via go mod tidy (x/net, x/sys, grpc, protobuf)

Test plan

  • go build ./... passes
  • go test ./pkg/... passes
  • go test ./tests/... passes (including dependency integration test)
  • CI: build, unit, verify, security, images

Supersedes #228 (closed as obsolete — most changes had already landed via separate PRs).

Fixes: OCPBUGS-80948

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot removed the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Jul 28, 2026
@jparrill jparrill changed the title NO-JIRA update velero replace and align dep defaults for oadp-1.5 NO-JIRA: update velero replace and align dep defaults for oadp-1.5 Jul 28, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 28, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@jparrill: This pull request explicitly references no jira issue.

Details

In response to this:

Summary

  • Update velero replace directive to latest openshift/velero oadp-1.5 commit (afb201fb788d, 2026-07-27)
  • Align default upstream branch from "main" to "release-4.21" in scripts/update-dependencies.go and dependencies_test.go, matching the oadp-1.5 release target
  • Updated indirect dependencies via go mod tidy (x/net, x/sys, grpc, protobuf)

Test plan

  • go build ./... passes
  • go test ./pkg/... passes
  • go test ./tests/... passes (including dependency integration test)
  • CI: build, unit, verify, security, images

Supersedes #228 (closed as obsolete — most changes had already landed via separate PRs).

Fixes: OCPBUGS-80948

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 openshift-eng/jira-lifecycle-plugin repository.

@bryan-cox

Copy link
Copy Markdown
Member

/lgtm

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

Copy link
Copy Markdown
Contributor Author

/test build

@openshift-ci

openshift-ci Bot commented Jul 28, 2026

Copy link
Copy Markdown

@jparrill: 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 fe0c59d into openshift:oadp-1.5 Jul 28, 2026
7 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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants