-
Notifications
You must be signed in to change notification settings - Fork 11
chore: bump kubevirt and other dependencies #82
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 pull request is now in conflict. Could you fix it @starbops? 🙏 |
b9ba83b to
3106d33
Compare
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.
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 <[email protected]>
3106d33 to
8a98c9b
Compare
Yu-Jack
left a comment
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.
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 <[email protected]>
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