chore: bump kubevirt and other dependencies#82
Conversation
|
This pull request is now in conflict. Could you fix it @starbops? 🙏 |
b9ba83b to
3106d33
Compare
There was a problem hiding this comment.
Pull request overview
This pull request bumps KubeVirt from v1.6.0 to v1.7.0, Kubernetes from v0.32.5 to v0.33.5, and updates several other related dependencies including Harvester (from v1.7.0-rc2 to v1.7.0), OpenShift API/client packages, and various supporting libraries.
Changes:
- Upgraded KubeVirt and related packages (kubevirt.io/api, kubevirt.io/client-go, kubevirt.io/kubevirt) from v1.6.0 to v1.7.0
- Upgraded Kubernetes packages (k8s.io/api, k8s.io/apiextensions-apiserver, k8s.io/apimachinery, k8s.io/client-go) from v0.32.5 to v0.33.5
- Updated Harvester dependency from v1.7.0-rc2 (release candidate) to v1.7.0 (stable release)
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updated version constraints for KubeVirt (v1.6.0 -> v1.7.0), Kubernetes (v0.32.5 -> v0.33.5), Harvester (v1.7.0-rc2 -> v1.7.0), and other dependencies; removed prometheus-operator from replace directives; reorganized indirect dependencies |
| go.sum | Updated checksums for all modified dependencies and their transitive dependencies to reflect version changes |
| pkg/data/data.go | Regenerated bindata file with updated modification timestamps for embedded CRD files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Zespre Chang <zespre.chang@suse.com>
3106d33 to
8a98c9b
Compare
Yu-Jack
left a comment
There was a problem hiding this comment.
Just a question, do we need to run generate command?
good catch, yes, we need to. let me update the pr. thank you. |
Signed-off-by: Zespre Chang <zespre.chang@suse.com>
|
Please help review when you get a chance. Thank you. |
|
@mergify backport v1.8 |
✅ Backports have been createdDetails
|
Bump the dependent Kubernetes and KubeVirt versions.
Note: This PR is for the main branch for v1.8 and further releases. We will have another PR for v1.7 as we want to pin the minor versions for dependencies.
Related Issue
harvester/harvester#9912