@@ -28,9 +28,9 @@ images:
2828 loadBehavior : tryLoad
2929 - name : registry.k8s.io/cluster-api/cluster-api-controller:v1.11.1
3030 loadBehavior : tryLoad
31- - name : registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.11.0
31+ - name : registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.11.1
3232 loadBehavior : tryLoad
33- - name : registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.11.0
33+ - name : registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.11.1
3434 loadBehavior : tryLoad
3535
3636providers :
@@ -48,7 +48,7 @@ providers:
4848 new : " imagePullPolicy: IfNotPresent"
4949 - old : --metrics-bind-addr=127.0.0.1:8080
5050 new : --metrics-bind-addr=:8080
51- - name : v1.11.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
51+ - name : v1.11.1 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
5252 value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.1/core-components.yaml"
5353 type : " url"
5454 contract : v1beta1
@@ -75,7 +75,7 @@ providers:
7575 new : " imagePullPolicy: IfNotPresent"
7676 - old : --metrics-bind-addr=127.0.0.1:8080
7777 new : --metrics-bind-addr=:8080
78- - name : v1.11.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
78+ - name : v1.11.1 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
7979 value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.1/bootstrap-components.yaml"
8080 type : " url"
8181 contract : v1beta1
@@ -102,7 +102,7 @@ providers:
102102 new : " imagePullPolicy: IfNotPresent"
103103 - old : --metrics-bind-addr=127.0.0.1:8080
104104 new : --metrics-bind-addr=:8080
105- - name : v1.11.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> v1beta1 latest clusterctl upgrades test only.
105+ - name : v1.11.1 # latest published release in the v1beta1 series; this is used for v1beta1 --> v1beta1 latest clusterctl upgrades test only.
106106 value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.1/control-plane-components.yaml"
107107 type : " url"
108108 contract : v1beta1
0 commit comments