-
Notifications
You must be signed in to change notification settings - Fork 434
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
Bump CAPI to v1.9.5 #5438
base: main
Are you sure you want to change the base?
Bump CAPI to v1.9.5 #5438
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-1.18 |
@mboersma: once the present PR merges, I will cherry-pick it on top of In response to this:
Instructions 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5438 +/- ##
=======================================
Coverage 52.41% 52.41%
=======================================
Files 272 272
Lines 29361 29361
=======================================
Hits 15390 15390
Misses 13165 13165
Partials 806 806 ☔ View full report in Codecov by Sentry. |
@@ -34,7 +34,7 @@ export GOPROXY | |||
export GO111MODULE=on | |||
|
|||
# Kubebuilder. | |||
export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.31.0 | |||
export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.32.0 |
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.
Since this is getting bumped, would we want to bump the k8s version in the go.mod as well?
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.
Good point, seems like they should be synced ideally. But CAPI has this in the release-1.9 branch and still has v0.31.3 in go.mod
for Kubernetes imports. 🤷
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.
Hmm, interesting 🤷🏻♂️
/hold I forgot to update some things here. |
/hold cancel |
ab19612
to
dc6a09e
Compare
dc6a09e
to
83d2d85
Compare
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Updates CAPI to v1.9.5.
Which issue(s) this PR fixes:
N/A, but see #5316 for prior art.
Special notes for your reviewer:
TODOs:
Release note: