[oadp-dev] public velero ref 1.18.1 to match openshift/velero replace#2229
Conversation
Signed-off-by: Michael Fruchtman <msfrucht@us.ibm.com>
WalkthroughThe PR updates the ChangesVelero Dependency Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 13 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (13 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: openshift-cherrypick-robot 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@go.mod`:
- Line 42: Add CI evidence showing SBOM/provenance and artifact signing for the
dependency bump of github.com/vmware-tanzu/velero v1.18.1 declared in go.mod:
update CI pipeline to generate an SBOM (e.g., using syft), produce provenance
attestations (e.g., in-toto or sigstore/rekor entries), and sign built artifacts
and attestations with cosign, then attach or link the generated SBOM, provenance
attestation, and cosign signatures to the PR/CI run; ensure the CI job names and
artifacts are clearly referenced in the PR so reviewers can verify the Velero
v1.18.1 release has SBOM/provenance/signing evidence.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 7ee3e535-97a6-46f2-80fa-182b2d6c2808
📒 Files selected for processing (1)
go.mod
| github.com/kubernetes-csi/external-snapshotter/client/v6 v6.3.0 | ||
| github.com/stretchr/testify v1.11.1 | ||
| github.com/vmware-tanzu/velero v1.14.0 | ||
| github.com/vmware-tanzu/velero v1.18.1 |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
`Check github.com/vmware-tanzu/velero v1.18.1 for:
- Known vulnerabilities on osv.dev
- License type and compatibility for Apache-2.0 downstream projects
- Whether v1.18.1 is a stable (non-pre-release, non-yanked) tag/release`
💡 Result:
As of June 1, 2026, here is the information for Velero v1.18.1: 1) Known Vulnerabilities: A search of the Open Source Vulnerabilities (OSV) database does not yield specific vulnerabilities indexed for Velero v1.18.1 [1][2][3]. 2) License Type and Compatibility: Velero is licensed under the Apache License 2.0 [1][4][5]. This is a permissive license that is generally highly compatible with downstream projects [6]. It allows for commercial use, modification, distribution, and private use [6]. Apache 2.0 is compatible with many other open-source licenses, including GPLv3, though it is incompatible with GPLv2 due to specific patent retaliation clauses [6]. Downstream projects utilizing Velero should ensure they comply with the attribution requirements of the Apache 2.0 license (e.g., maintaining notice files) [6]. 3) Release Status: Velero v1.18.1 is a stable, non-pre-release, and non-yanked official release [1][7][8]. It was published on May 19, 2026, and is listed as a standard tag in the official repository [7][8].
Citations:
- 1: https://pkg.go.dev/github.com/vmware-tanzu/velero
- 2: https://pkg.go.dev/github.com/google/osv.dev
- 3: https://dev.to/alanwest/bumblebee-vs-osv-scanner-two-takes-on-supply-chain-scanning-j29
- 4: https://github.com/velero-io/velero
- 5: https://github.com/vmware-tanzu/velero/blob/main/LICENSE
- 6: https://dev.to/andrewleejenkins/mit-vs-gpl-vs-agpl-vs-proprietary-which-license-fits-your-crm-build-309n
- 7: https://github.com/velero-io/velero/releases/tag/v1.18.1
- 8: https://github.com/velero-io/velero/releases
Require CI evidence for SBOM/provenance/signing for the Velero v1.18.1 bump before merge.
- osv.dev: no specific vulnerabilities indexed for
github.com/vmware-tanzu/velerov1.18.1. - License: Velero is Apache-2.0 (permissive; downstreams must satisfy Apache 2.0 notice/attribution requirements).
- Release integrity:
v1.18.1is a stable, non-pre-release, non-yanked release.
Missing from the PR/CI evidence: confirmation that your build produces SBOM/provenance attestations and that released artifacts are signed (Sigstore/cosign) per your supply-chain guidelines.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@go.mod` at line 42, Add CI evidence showing SBOM/provenance and artifact
signing for the dependency bump of github.com/vmware-tanzu/velero v1.18.1
declared in go.mod: update CI pipeline to generate an SBOM (e.g., using syft),
produce provenance attestations (e.g., in-toto or sigstore/rekor entries), and
sign built artifacts and attestations with cosign, then attach or link the
generated SBOM, provenance attestation, and cosign signatures to the PR/CI run;
ensure the CI job names and artifacts are clearly referenced in the PR so
reviewers can verify the Velero v1.18.1 release has SBOM/provenance/signing
evidence.
|
shouldn't we here track the oadp-dev branch of velero ? |
|
@openshift-cherrypick-robot: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
The So |
This is an automated cherry-pick of #2228
/assign weshayutin
Summary by CodeRabbit