@@ -20,17 +20,17 @@ images:
2020# # PLEASE KEEP THESE UP TO DATE WITH THE COMPONENTS
2121
2222 # Cluster API v1beta1 Preloads
23- - name : quay.io/jetstack/cert-manager-cainjector:v1.14.4
23+ - name : quay.io/jetstack/cert-manager-cainjector:v1.15.1
2424 loadBehavior : tryLoad
25- - name : quay.io/jetstack/cert-manager-webhook:v1.14.4
25+ - name : quay.io/jetstack/cert-manager-webhook:v1.15.1
2626 loadBehavior : tryLoad
27- - name : quay.io/jetstack/cert-manager-controller:v1.14.4
27+ - name : quay.io/jetstack/cert-manager-controller:v1.15.1
2828 loadBehavior : tryLoad
29- - name : registry.k8s.io/cluster-api/cluster-api-controller:v1.7.1
29+ - name : registry.k8s.io/cluster-api/cluster-api-controller:v1.8.0-beta.0
3030 loadBehavior : tryLoad
31- - name : registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.7.1
31+ - name : registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.8.0-beta.0
3232 loadBehavior : tryLoad
33- - name : registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.7.1
33+ - name : registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.8.0-beta.0
3434 loadBehavior : tryLoad
3535
3636providers :
@@ -48,8 +48,8 @@ providers:
4848 new : " imagePullPolicy: IfNotPresent"
4949 - old : --metrics-bind-addr=127.0.0.1:8080
5050 new : --metrics-bind-addr=:8080
51- - name : v1.7.1 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
52- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.1 /core-components.yaml"
51+ - name : v1.8.0-beta.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
52+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.0-beta.0 /core-components.yaml"
5353 type : " url"
5454 contract : v1beta1
5555 files :
@@ -75,8 +75,8 @@ providers:
7575 new : " imagePullPolicy: IfNotPresent"
7676 - old : --metrics-bind-addr=127.0.0.1:8080
7777 new : --metrics-bind-addr=:8080
78- - name : v1.7.1 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
79- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.1 /bootstrap-components.yaml"
78+ - name : v1.8.0-beta.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
79+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.0-beta.0 /bootstrap-components.yaml"
8080 type : " url"
8181 contract : v1beta1
8282 files :
@@ -102,8 +102,8 @@ providers:
102102 new : " imagePullPolicy: IfNotPresent"
103103 - old : --metrics-bind-addr=127.0.0.1:8080
104104 new : --metrics-bind-addr=:8080
105- - name : v1.7.1 # latest published release in the v1beta1 series; this is used for v1beta1 --> v1beta1 latest clusterctl upgrades test only.
106- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.1 /control-plane-components.yaml"
105+ - name : v1.8.0-beta.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> v1beta1 latest clusterctl upgrades test only.
106+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.0-beta.0 /control-plane-components.yaml"
107107 type : " url"
108108 contract : v1beta1
109109 files :
@@ -176,7 +176,7 @@ variables:
176176 # allowing the same e2e config file to be re-used in different Prow jobs e.g. each one with a K8s version permutation.
177177 # The following Kubernetes versions should be the latest versions with already published kindest/node images.
178178 # This avoids building node images in the default case which improves the test duration significantly.
179- KUBERNETES_VERSION_MANAGEMENT : " v1.29.0 "
179+ KUBERNETES_VERSION_MANAGEMENT : " v1.30.2 "
180180 KUBERNETES_VERSION : " v1.26.6"
181181 KUBERNETES_VERSION_UPGRADE_TO : " v1.26.6"
182182 KUBERNETES_VERSION_UPGRADE_FROM : " v1.25.12"
@@ -190,11 +190,11 @@ variables:
190190 AWS_NODE_MACHINE_TYPE : t3.large
191191 AWS_MACHINE_TYPE_VCPU_USAGE : 2
192192 AWS_SSH_KEY_NAME : " cluster-api-provider-aws-sigs-k8s-io"
193- CONFORMANCE_CI_ARTIFACTS_KUBERNETES_VERSION : " v1.26.6 "
193+ CONFORMANCE_CI_ARTIFACTS_KUBERNETES_VERSION : " v1.29.1 "
194194 CONFORMANCE_WORKER_MACHINE_COUNT : " 5"
195195 CONFORMANCE_CONTROL_PLANE_MACHINE_COUNT : " 3"
196- ETCD_VERSION_UPGRADE_TO : " 3.5.6 -0"
197- COREDNS_VERSION_UPGRADE_TO : " v1.9.3 "
196+ ETCD_VERSION_UPGRADE_TO : " 3.5.11 -0"
197+ COREDNS_VERSION_UPGRADE_TO : " v1.9.4 "
198198 MULTI_TENANCY_ROLE_NAME : " multi-tenancy-role"
199199 MULTI_TENANCY_NESTED_ROLE_NAME : " multi-tenancy-nested-role"
200200 IP_FAMILY : " IPv4"
0 commit comments