Skip to content

Commit f976587

Browse files
authored
Merge pull request #6140 from mboersma/bump-capi-v1.11.6
[release-1.22] Bump CAPI to v1.11.6
2 parents 28c9019 + f99a548 commit f976587

File tree

12 files changed

+33
-33
lines changed

12 files changed

+33
-33
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ create-management-cluster: $(KUSTOMIZE) $(ENVSUBST) $(KUBECTL) $(KIND) ## Create
358358
./hack/create-custom-cloud-provider-config.sh
359359

360360
# Deploy CAPI
361-
timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.5/cluster-api-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
361+
timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.6/cluster-api-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
362362

363363
# Deploy CAAPH
364364
timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.5.2/addon-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ settings = {
2222
"deploy_cert_manager": True,
2323
"preload_images_for_kind": True,
2424
"kind_cluster_name": "capz",
25-
"capi_version": "v1.11.5",
25+
"capi_version": "v1.11.6",
2626
"caaph_version": "v0.5.2",
2727
"cert_manager_version": "v1.19.1",
2828
"kubernetes_version": "v1.33.6",

docs/book/src/developers/getting-started-with-capi-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ helm install cert-manager jetstack/cert-manager --namespace cert-manager --creat
120120
Create a `values.yaml` file for the CAPI Operator Helm chart like so:
121121

122122
```yaml
123-
core: "cluster-api:v1.11.5"
123+
core: "cluster-api:v1.11.6"
124124
infrastructure: "azure:v1.17.2"
125125
addon: "helm:v0.5.2"
126126
manager:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ require (
6363
k8s.io/kubectl v0.33.6
6464
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
6565
sigs.k8s.io/cloud-provider-azure v1.33.6
66-
sigs.k8s.io/cluster-api v1.11.5
67-
sigs.k8s.io/cluster-api/test v1.11.5
66+
sigs.k8s.io/cluster-api v1.11.6
67+
sigs.k8s.io/cluster-api/test v1.11.6
6868
sigs.k8s.io/controller-runtime v0.21.0
6969
sigs.k8s.io/kind v0.31.0
7070
)

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
157157
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
158158
github.com/coredns/caddy v1.1.1 h1:2eYKZT7i6yxIfGP3qLJoJ7HAsDJqYB+X68g4NYjSrE0=
159159
github.com/coredns/caddy v1.1.1/go.mod h1:A6ntJQlAWuQfFlsd9hvigKbo2WS0VUs2l1e2F+BawD4=
160-
github.com/coredns/corefile-migration v1.0.29 h1:g4cPYMXXDDs9uLE2gFYrJaPBuUAR07eEMGyh9JBE13w=
161-
github.com/coredns/corefile-migration v1.0.29/go.mod h1:56DPqONc3njpVPsdilEnfijCwNGC3/kTJLl7i7SPavY=
160+
github.com/coredns/corefile-migration v1.0.30 h1:ljZNPGgna+4yKv81gfkvkgLEWdtz0NjBR1glaiPI140=
161+
github.com/coredns/corefile-migration v1.0.30/go.mod h1:56DPqONc3njpVPsdilEnfijCwNGC3/kTJLl7i7SPavY=
162162
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
163163
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
164164
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
@@ -621,10 +621,10 @@ sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.9.1 h1:9N7Pdu3zOyO0W1iE44MYK9Bt
621621
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.9.1/go.mod h1:93tr4zarMRObuc6/KEspD+22ZTg7JOC7IDq0IJwhpv4=
622622
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.8.2 h1:rxDNMKj2Y1XVMMaAw4vl1IKZHiHTkYqJnXvF4HroSrI=
623623
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.8.2/go.mod h1:WFyNunzycMEJll1O4dZVe0u0lqV5Ls/hqiJ4x5QWjpU=
624-
sigs.k8s.io/cluster-api v1.11.5 h1:mKQAfB8+6l2uxtEvQ6Z5EIcTObdPNs3TL4DcJScchGo=
625-
sigs.k8s.io/cluster-api v1.11.5/go.mod h1:n0d6BAo8s9+KRap8Wv/IllfmwnSN5XFTWNJuq2gKNlg=
626-
sigs.k8s.io/cluster-api/test v1.11.5 h1:sL/CqxD5vRMVrwkmoi2ewNfdJq5BFHDE8Pv+7zfdjMA=
627-
sigs.k8s.io/cluster-api/test v1.11.5/go.mod h1:7Zfdj42bJUrgZC5cuE6Q3zer18XoZLfH+8Sv3Yf7kO0=
624+
sigs.k8s.io/cluster-api v1.11.6 h1:cgv4Sbnqi7e5dvx/umTCZRbs/CbSR/56Yyw53aBOgas=
625+
sigs.k8s.io/cluster-api v1.11.6/go.mod h1:VFf1SDS31iriWmhRvjt66e/NSOzip9pbWdZtQJRl44g=
626+
sigs.k8s.io/cluster-api/test v1.11.6 h1:2dY/vI6L6ZugTsEPV/pnwsIg2SR72v7wDo3NC+pQbRg=
627+
sigs.k8s.io/cluster-api/test v1.11.6/go.mod h1:7Zfdj42bJUrgZC5cuE6Q3zer18XoZLfH+8Sv3Yf7kO0=
628628
sigs.k8s.io/controller-runtime v0.21.0 h1:CYfjpEuicjUecRk+KAeyYh+ouUBn4llGyDYytIGcJS8=
629629
sigs.k8s.io/controller-runtime v0.21.0/go.mod h1:OSg14+F65eWqIu4DceX7k/+QRAbTTvxeQSNSOQpukWM=
630630
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE=

test/e2e/config/azure-dev.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ managementClusterName: capz-e2e
33
images:
44
- name: ${MANAGER_IMAGE}
55
loadBehavior: mustLoad
6-
- name: registry.k8s.io/cluster-api/cluster-api-controller:v1.11.5
6+
- name: registry.k8s.io/cluster-api/cluster-api-controller:v1.11.6
77
loadBehavior: tryLoad
8-
- name: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.11.5
8+
- name: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.11.6
99
loadBehavior: tryLoad
10-
- name: registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.11.5
10+
- name: registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.11.6
1111
loadBehavior: tryLoad
1212
- name: registry.k8s.io/cluster-api-helm/cluster-api-helm-controller:v0.5.2
1313
loadBehavior: tryLoad
@@ -25,8 +25,8 @@ providers:
2525
new: --metrics-addr=:8080
2626
files:
2727
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
28-
- name: v1.11.5
29-
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.5/core-components.yaml
28+
- name: v1.11.6
29+
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.6/core-components.yaml
3030
type: url
3131
contract: v1beta2
3232
files:
@@ -47,8 +47,8 @@ providers:
4747
new: --metrics-addr=:8080
4848
files:
4949
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
50-
- name: v1.11.5
51-
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.5/bootstrap-components.yaml
50+
- name: v1.11.6
51+
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.6/bootstrap-components.yaml
5252
type: url
5353
contract: v1beta2
5454
files:
@@ -69,8 +69,8 @@ providers:
6969
new: --metrics-addr=:8080
7070
files:
7171
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
72-
- name: v1.11.5
73-
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.5/control-plane-components.yaml
72+
- name: v1.11.6
73+
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.6/control-plane-components.yaml
7474
type: url
7575
contract: v1beta2
7676
files:
@@ -82,32 +82,32 @@ providers:
8282
- name: azure
8383
type: InfrastructureProvider
8484
versions:
85-
- name: v1.20.4 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
86-
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.20.4/infrastructure-components.yaml
85+
- name: v1.20.5 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
86+
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.20.5/infrastructure-components.yaml
8787
type: url
8888
contract: v1beta1
8989
files:
9090
- sourcePath: "../data/shared/v1beta1_provider/metadata.yaml"
91-
- sourcePath: "../data/infrastructure-azure/v1.20.4/cluster-template-prow.yaml"
91+
- sourcePath: "../data/infrastructure-azure/v1.20.5/cluster-template-prow.yaml"
9292
targetName: "cluster-template.yaml"
93-
- sourcePath: "../data/infrastructure-azure/v1.20.4/cluster-template-prow-machine-and-machine-pool.yaml"
93+
- sourcePath: "../data/infrastructure-azure/v1.20.5/cluster-template-prow-machine-and-machine-pool.yaml"
9494
targetName: "cluster-template-machine-and-machine-pool.yaml"
95-
- sourcePath: "../data/infrastructure-azure/v1.20.4/cluster-template-aks.yaml"
95+
- sourcePath: "../data/infrastructure-azure/v1.20.5/cluster-template-aks.yaml"
9696
targetName: "cluster-template-aks.yaml"
9797
replacements:
9898
- old: "imagePullPolicy: Always"
9999
new: "imagePullPolicy: IfNotPresent"
100-
- name: v1.21.1 # latest patch of latest minor in supported v1beta1 releases; this is used for v1beta1 latest --> v1beta1 current clusterctl upgrades test only.
101-
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.21.1/infrastructure-components.yaml
100+
- name: v1.21.2 # latest patch of latest minor in supported v1beta1 releases; this is used for v1beta1 latest --> v1beta1 current clusterctl upgrades test only.
101+
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.21.2/infrastructure-components.yaml
102102
type: url
103103
contract: v1beta1
104104
files:
105105
- sourcePath: "../data/shared/v1beta1_provider/metadata.yaml"
106-
- sourcePath: "../data/infrastructure-azure/v1.21.1/cluster-template-prow.yaml"
106+
- sourcePath: "../data/infrastructure-azure/v1.21.2/cluster-template-prow.yaml"
107107
targetName: "cluster-template.yaml"
108-
- sourcePath: "../data/infrastructure-azure/v1.21.1/cluster-template-prow-machine-and-machine-pool.yaml"
108+
- sourcePath: "../data/infrastructure-azure/v1.21.2/cluster-template-prow-machine-and-machine-pool.yaml"
109109
targetName: "cluster-template-machine-and-machine-pool.yaml"
110-
- sourcePath: "../data/infrastructure-azure/v1.21.1/cluster-template-aks.yaml"
110+
- sourcePath: "../data/infrastructure-azure/v1.21.2/cluster-template-aks.yaml"
111111
targetName: "cluster-template-aks.yaml"
112112
replacements:
113113
- old: "imagePullPolicy: Always"
@@ -253,9 +253,9 @@ variables:
253253
WINDOWS_CONTAINERD_URL: "${WINDOWS_CONTAINERD_URL:-}"
254254
AZURE_CNI_V1_MANIFEST_PATH: "${PWD}/templates/addons/azure-cni-v1.yaml"
255255
OLD_CAPI_UPGRADE_VERSION: "v1.10.9"
256-
LATEST_CAPI_UPGRADE_VERSION: "v1.11.5"
257-
OLD_PROVIDER_UPGRADE_VERSION: "v1.20.4"
258-
LATEST_PROVIDER_UPGRADE_VERSION: "v1.21.1"
256+
LATEST_CAPI_UPGRADE_VERSION: "v1.11.6"
257+
OLD_PROVIDER_UPGRADE_VERSION: "v1.20.5"
258+
LATEST_PROVIDER_UPGRADE_VERSION: "v1.21.2"
259259
OLD_CAAPH_UPGRADE_VERSION: "v0.1.0-alpha.10"
260260
LATEST_CAAPH_UPGRADE_VERSION: "v0.5.2"
261261
CI_RG: "${CI_RG:-capz-ci}"

test/e2e/data/infrastructure-azure/v1.20.4/cluster-template-aks.yaml renamed to test/e2e/data/infrastructure-azure/v1.20.5/cluster-template-aks.yaml

File renamed without changes.

test/e2e/data/infrastructure-azure/v1.20.4/cluster-template-prow-machine-and-machine-pool.yaml renamed to test/e2e/data/infrastructure-azure/v1.20.5/cluster-template-prow-machine-and-machine-pool.yaml

File renamed without changes.

test/e2e/data/infrastructure-azure/v1.20.4/cluster-template-prow.yaml renamed to test/e2e/data/infrastructure-azure/v1.20.5/cluster-template-prow.yaml

File renamed without changes.

test/e2e/data/infrastructure-azure/v1.21.1/cluster-template-aks.yaml renamed to test/e2e/data/infrastructure-azure/v1.21.2/cluster-template-aks.yaml

File renamed without changes.

0 commit comments

Comments
 (0)