Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ create-management-cluster: $(KUSTOMIZE) $(ENVSUBST) $(KUBECTL) $(KIND) ## Create
./hack/create-custom-cloud-provider-config.sh

# Deploy CAPI
timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.3/cluster-api-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; 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.11.4/cluster-api-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"

# Deploy CAAPH
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"
Expand Down
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ settings = {
"deploy_cert_manager": True,
"preload_images_for_kind": True,
"kind_cluster_name": "capz",
"capi_version": "v1.11.3",
"capi_version": "v1.11.4",
"caaph_version": "v0.5.2",
"cert_manager_version": "v1.19.1",
"kubernetes_version": "v1.32.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ helm install cert-manager jetstack/cert-manager --namespace cert-manager --creat
Create a `values.yaml` file for the CAPI Operator Helm chart like so:

```yaml
core: "cluster-api:v1.11.3"
core: "cluster-api:v1.11.4"
infrastructure: "azure:v1.17.2"
addon: "helm:v0.5.2"
manager:
Expand Down
9 changes: 2 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ go 1.24.6

toolchain go1.24.11

// Bump to 889987e8d46a which is on release-1.11 branch to include the following fixes:
// - https://github.com/kubernetes-sigs/cluster-api/pull/13071
// - https://github.com/kubernetes-sigs/cluster-api/pull/13072
replace sigs.k8s.io/cluster-api/test => sigs.k8s.io/cluster-api/test v1.11.4-0.20251201193228-889987e8d46a

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
Expand Down Expand Up @@ -61,8 +56,8 @@ require (
k8s.io/kubectl v0.33.6
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
sigs.k8s.io/cloud-provider-azure v1.33.6
sigs.k8s.io/cluster-api v1.11.3
sigs.k8s.io/cluster-api/test v1.11.4-0.20251201193228-889987e8d46a
sigs.k8s.io/cluster-api v1.11.4
sigs.k8s.io/cluster-api/test v1.11.4
sigs.k8s.io/controller-runtime v0.21.0
sigs.k8s.io/kind v0.30.0
)
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -621,10 +621,10 @@ sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.9.1 h1:9N7Pdu3zOyO0W1iE44MYK9Bt
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.9.1/go.mod h1:93tr4zarMRObuc6/KEspD+22ZTg7JOC7IDq0IJwhpv4=
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.8.2 h1:rxDNMKj2Y1XVMMaAw4vl1IKZHiHTkYqJnXvF4HroSrI=
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.8.2/go.mod h1:WFyNunzycMEJll1O4dZVe0u0lqV5Ls/hqiJ4x5QWjpU=
sigs.k8s.io/cluster-api v1.11.3 h1:apxfugbP1X8AG7THCM74CTarCOW4H2oOc6hlbm1hY80=
sigs.k8s.io/cluster-api v1.11.3/go.mod h1:CA471SACi81M8DzRKTlWpHV33G0cfWEj7sC4fALFVok=
sigs.k8s.io/cluster-api/test v1.11.4-0.20251201193228-889987e8d46a h1:eK04WIXN4uyg72TfC1XxIFImOugXQr5HbAZlYW+pn4U=
sigs.k8s.io/cluster-api/test v1.11.4-0.20251201193228-889987e8d46a/go.mod h1:7Zfdj42bJUrgZC5cuE6Q3zer18XoZLfH+8Sv3Yf7kO0=
sigs.k8s.io/cluster-api v1.11.4 h1:N83BOMdqHO11m+RluQ5/15NaWZhQkVhtWDr5NecdfxY=
sigs.k8s.io/cluster-api v1.11.4/go.mod h1:n0d6BAo8s9+KRap8Wv/IllfmwnSN5XFTWNJuq2gKNlg=
sigs.k8s.io/cluster-api/test v1.11.4 h1:xy9ezFC7hPcRKaXuwKbQyODOosTGu1oOK8aXdTRtWCs=
sigs.k8s.io/cluster-api/test v1.11.4/go.mod h1:7Zfdj42bJUrgZC5cuE6Q3zer18XoZLfH+8Sv3Yf7kO0=
sigs.k8s.io/controller-runtime v0.21.0 h1:CYfjpEuicjUecRk+KAeyYh+ouUBn4llGyDYytIGcJS8=
sigs.k8s.io/controller-runtime v0.21.0/go.mod h1:OSg14+F65eWqIu4DceX7k/+QRAbTTvxeQSNSOQpukWM=
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE=
Expand Down
38 changes: 10 additions & 28 deletions test/e2e/config/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ managementClusterName: capz-e2e
images:
- name: ${MANAGER_IMAGE}
loadBehavior: mustLoad
# - name: registry.k8s.io/cluster-api/cluster-api-controller:v1.11.3 # Bumped to nightly release-1.11 to
- name: gcr.io/k8s-staging-cluster-api/cluster-api-controller:v20251201-v1.11.3-29-g889987e8d
- name: registry.k8s.io/cluster-api/cluster-api-controller:v1.11.4
loadBehavior: tryLoad
# - name: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.11.3
- name: gcr.io/k8s-staging-cluster-api/kubeadm-bootstrap-controller:v20251201-v1.11.3-29-g889987e8d
- name: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.11.4
loadBehavior: tryLoad
# - name: registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.11.3
- name: gcr.io/k8s-staging-cluster-api/kubeadm-control-plane-controller:v20251201-v1.11.3-29-g889987e8d
- name: registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.11.4
loadBehavior: tryLoad
- name: registry.k8s.io/cluster-api-helm/cluster-api-helm-controller:v0.5.2
loadBehavior: tryLoad
Expand All @@ -28,20 +25,15 @@ providers:
new: --metrics-addr=:8080
files:
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
- name: v1.11.3
# Bump to release-1.11 to include the following fixes:
# https://github.com/kubernetes-sigs/cluster-api/pull/13030
# https://github.com/kubernetes-sigs/cluster-api/pull/13091
value: https://storage.googleapis.com/k8s-staging-cluster-api/components/release-1.11/core-components.yaml
- name: v1.11.4
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.4/core-components.yaml
type: url
contract: v1beta2
files:
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
replacements:
- old: "imagePullPolicy: Always"
new: "imagePullPolicy: IfNotPresent"
- old: controller:release-1.11
new: controller:v20251201-v1.11.3-29-g889987e8d

- name: kubeadm
type: BootstrapProvider
Expand All @@ -55,20 +47,15 @@ providers:
new: --metrics-addr=:8080
files:
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
- name: v1.11.3
# Bump to release-1.11 to include the following fixes:
# https://github.com/kubernetes-sigs/cluster-api/pull/13030
# https://github.com/kubernetes-sigs/cluster-api/pull/13091
value: https://storage.googleapis.com/k8s-staging-cluster-api/components/release-1.11/bootstrap-components.yaml
- name: v1.11.4
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.4/bootstrap-components.yaml
type: url
contract: v1beta2
files:
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
replacements:
- old: "imagePullPolicy: Always"
new: "imagePullPolicy: IfNotPresent"
- old: controller:release-1.11
new: controller:v20251201-v1.11.3-29-g889987e8d

- name: kubeadm
type: ControlPlaneProvider
Expand All @@ -82,20 +69,15 @@ providers:
new: --metrics-addr=:8080
files:
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
- name: v1.11.3
# Bump to release-1.11 to include the following fixes:
# https://github.com/kubernetes-sigs/cluster-api/pull/13030
# https://github.com/kubernetes-sigs/cluster-api/pull/13091
value: https://storage.googleapis.com/k8s-staging-cluster-api/components/release-1.11/control-plane-components.yaml
- name: v1.11.4
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.4/control-plane-components.yaml
type: url
contract: v1beta2
files:
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
replacements:
- old: "imagePullPolicy: Always"
new: "imagePullPolicy: IfNotPresent"
- old: controller:release-1.11
new: controller:v20251201-v1.11.3-29-g889987e8d

- name: azure
type: InfrastructureProvider
Expand Down Expand Up @@ -270,7 +252,7 @@ variables:
WINDOWS_CONTAINERD_URL: "${WINDOWS_CONTAINERD_URL:-}"
AZURE_CNI_V1_MANIFEST_PATH: "${PWD}/templates/addons/azure-cni-v1.yaml"
OLD_CAPI_UPGRADE_VERSION: "v1.10.7"
LATEST_CAPI_UPGRADE_VERSION: "v1.11.3"
LATEST_CAPI_UPGRADE_VERSION: "v1.11.4"
OLD_PROVIDER_UPGRADE_VERSION: "v1.20.4"
LATEST_PROVIDER_UPGRADE_VERSION: "v1.21.1"
OLD_CAAPH_UPGRADE_VERSION: "v0.1.0-alpha.10"
Expand Down
Loading