Commit fbe3121
OCPBUGS-83713: Backport oadp-1.6 dependencies with release-4.22 hypershift API (#245)
* UPSTREAM: <drop>: Update go.mod to align with new velero oadp-1.6
Signed-off-by: Michal Pryc <mpryc@redhat.com>
* UPSTREAM: <drop>: Fix inconsistent vendoring
Run 'go mod tidy && go mod vendor' to sync vendor directory with go.mod.
The postsubmit promotion job was failing due to:
- velero replacement mismatch between go.mod and vendor/modules.txt
- stale external-snapshotter/client/v7 in vendor (removed from go.mod)
- google.golang.org/grpc and genproto not properly marked in modules.txt
This blocked image promotion to the CI registry, breaking the
periodic-image-mirroring-konveyor job.
Signed-off-by: Michal Pryc <mpryc@redhat.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update velero dependency to latest oadp-1.6 branch
Update go directive to 1.25.8 and bump velero replace to
v0.10.2-0.20260409141000-1b0e11aebe70 (latest oadp-1.6).
Run go mod tidy and go mod vendor.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update velero dependency to latest oadp-1.6 branch
Update the velero replace directive to point to the latest
openshift/velero oadp-1.6 commit (ea34d4d90057) and regenerate
the vendor directory.
Key changes:
- external-snapshotter/client/v8: v8.2.0 -> v8.4.0
- velero: 1b0e11aebe70 -> ea34d4d90057
Signed-off-by: Michal Pryc <mpryc@redhat.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update dependencies for oadp-1.6 backport with release-4.22 hypershift API
- Set DEPS_UPSTREAM_BRANCH to release-4.22
- Update hypershift/api to release-4.22 branch (v0.0.0-20260417092826-5431b93cee3c)
- Sync vendor with updated go.mod
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com>
---------
Signed-off-by: Michal Pryc <mpryc@redhat.com>
Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com>
Co-authored-by: Michal Pryc <mpryc@redhat.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent b8bf295 commit fbe3121
10 files changed
Lines changed: 48 additions & 143 deletions
File tree
- vendor
- github.com/vmware-tanzu/velero/pkg
- apis/velero/v1
- constant
- util/kube
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 26 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
| 202 | + | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
940 | 940 | | |
941 | 941 | | |
942 | 942 | | |
943 | | - | |
| 943 | + | |
0 commit comments