[release-1.23] Bump CAPI to v1.12.8#6310
Conversation
4ec23d5 to
36f5e0f
Compare
|
|
||
| # Deploy CAPI | ||
| timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.12.5/cluster-api-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f - --server-side=true; do sleep 5; done" | ||
| timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.12.8/cluster-api-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f - --server-side=true; do sleep 5; done" |
|
LGTM label has been added. DetailsGit tree hash: 766e047f7306a4f1032961103047a1d63ba0e3a7 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-1.23 #6310 +/- ##
=============================================
Coverage 43.74% 43.74%
=============================================
Files 289 289
Lines 25475 25475
=============================================
+ Hits 11143 11145 +2
+ Misses 13529 13527 -2
Partials 803 803 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/retest |
|
/test pull-cluster-api-provider-azure-e2e-v1beta1 |
|
/retest |
|
/retest proxy.golang.org returned 503 Service Unavailable while the Docker build was fetching sigs.k8s.io/cluster-api@v1.12.8. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Updates the Cluster API dependency to v1.12.8. Also picks up the latest patch of the previous minor line used for clusterctl-upgrade e2e tests: v1.11.11.
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
Brings a few Makefile knobs into sync with CAPI v1.12.8:
KUBEBUILDER_ENVTEST_KUBERNETES_VERSION: 1.34.0 → 1.35.0GOVULNCHECK_VER: v1.1.4 → v1.3.0Also simplifies
verify-govulncheckto a single invocation with-tags=e2e ./.... The previous form was copy-pasted from CAPI and relied on an undefinedTEST_DIRand a hack/tools meta-module scan that govulncheck v1.3.0 (correctly) rejects. The new form covers both the main module and the e2e-tagged test packages.TRIVY_VERis left at0.69.3(newer than CAPI's0.69.2).Also fixes a stale Makefile reference to
cluster-api-components.yamlthat was missed in the previous v1.12.7 bump (it was still pointing at v1.12.5).TODOs:
Release note: