@@ -3,11 +3,11 @@ managementClusterName: capz-e2e
33images :
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}"
0 commit comments