-
Notifications
You must be signed in to change notification settings - Fork 8
feat: update velero version #3166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
This PR has been released (on staging) and is available for download with a embedded-cluster-smoke-test-staging-app license ID. Online Installer: Airgap Installer (may take a few minutes before the airgap bundle is built): Happy debugging! |
7ca615b to
6192934
Compare
3fdbcdd to
3d362d2
Compare
| amd64: v1.17.0-amd64@sha256:7fadd35328a83555ca2f82ba419e1a1b9f15cae4d6a91daf662d95b648ca7362 | ||
| arm64: v1.17.0-arm64@sha256:f31be42573873a61547aa4129e70e35b3df38b43548899401db26b7952f76ce8 | ||
| amd64: v1.17.1-amd64@sha256:c732a268bb00da67c209722de92fbeab3fed9a91ae4b911e8422ffa81388f81f | ||
| arm64: v1.17.1-arm64@sha256:977462edcbd217bfab1e37498be2b6567ee96aec5fe8b6fb52023817fc39b9f4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Velero API Version Drift
The Velero container images are updated to v1.17.1, but go.mod still references github.com/vmware-tanzu/velero v1.17.0. The codebase imports Velero API types in api/internal/clients/kube.go and cmd/installer/cli/restore.go, creating a version mismatch between the deployed Velero version and the compiled API types, which could cause compatibility issues.
f0abdbe to
8f016a7
Compare
8f016a7 to
dbd6ee9
Compare
Automated changes by the update-addons GitHub action