@@ -7,8 +7,8 @@ providers:
77 - name : cluster-api
88 type : CoreProvider
99 versions :
10- - name : v1.1.4
11- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.4 /core-components.yaml
10+ - name : v1.1.5
11+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5 /core-components.yaml
1212 type : " url"
1313 files :
1414 - sourcePath : " ${PWD}/test/e2e/data/metadata/cluster-api/metadata.yaml"
@@ -20,8 +20,8 @@ providers:
2020 - name : kubeadm
2121 type : BootstrapProvider
2222 versions :
23- - name : v1.1.4
24- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.4 /bootstrap-components.yaml
23+ - name : v1.1.5
24+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5 /bootstrap-components.yaml
2525 type : " url"
2626 files :
2727 - sourcePath : " ${PWD}/test/e2e/data/metadata/cluster-api/metadata.yaml"
@@ -33,8 +33,8 @@ providers:
3333 - name : kubeadm
3434 type : ControlPlaneProvider
3535 versions :
36- - name : v1.1.4
37- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.4 /control-plane-components.yaml
36+ - name : v1.1.5
37+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5 /control-plane-components.yaml
3838 type : " url"
3939 files :
4040 - sourcePath : " ${PWD}/test/e2e/data/metadata/cluster-api/metadata.yaml"
@@ -67,32 +67,32 @@ providers:
6767
6868variables :
6969 REDACT_LOG_SCRIPT : " ${PWD}/hack/log/redact.sh"
70- KUBERNETES_VERSION : " v1.22.6 "
70+ KUBERNETES_VERSION : " v1.22.11 "
7171 EXP_CLUSTER_RESOURCE_SET : " true"
7272 # Cluster Addons
7373 CNI : " ${PWD}/test/e2e/data/cni/calico/calico.yaml"
7474 CCM : " ${PWD}/test/e2e/data/ccm/digitalocean-cloud-controller-manager.yaml"
7575 # Following CAPDO variables should be set before testing
7676 DO_REGION : " nyc1"
7777 DO_CONTROL_PLANE_MACHINE_TYPE : " s-2vcpu-2gb"
78- # Cluster API Kubernetes v1.22.6 on Ubuntu 20.04
79- DO_CONTROL_PLANE_MACHINE_IMAGE : " 101591787 "
78+ # Cluster API Kubernetes v1.22.11 on Ubuntu 20.04
79+ DO_CONTROL_PLANE_MACHINE_IMAGE : " 110971350 "
8080 DO_NODE_MACHINE_TYPE : " s-2vcpu-2gb"
81- # Cluster API Kubernetes v1.22.6 on Ubuntu 20.04
82- DO_NODE_MACHINE_IMAGE : " 101591787 "
81+ # Cluster API Kubernetes v1.22.11 on Ubuntu 20.04
82+ DO_NODE_MACHINE_IMAGE : " 110971350 "
8383 CONFORMANCE_WORKER_MACHINE_COUNT : " 2"
8484 CONFORMANCE_CONTROL_PLANE_MACHINE_COUNT : " 1"
8585 KUBETEST_CONFIGURATION : " ${PWD}/test/e2e/data/kubetest/conformance.yaml"
8686 ETCD_VERSION_UPGRADE_TO : " 3.5.1-0"
8787 COREDNS_VERSION_UPGRADE_TO : " v1.8.6"
88- # Cluster API Kubernetes v1.22.6 on Ubuntu 20.04
89- KUBERNETES_IMAGE_UPGRADE_FROM : " 101591787 "
90- # Cluster API Kubernetes v1.23.3 on Ubuntu 20.04
91- KUBERNETES_IMAGE_UPGRADE_TO : " 101593074 "
88+ # Cluster API Kubernetes v1.22.11 on Ubuntu 20.04
89+ KUBERNETES_IMAGE_UPGRADE_FROM : " 110971350 "
90+ # Cluster API Kubernetes v1.23.8 on Ubuntu 20.04
91+ KUBERNETES_IMAGE_UPGRADE_TO : " 110971520 "
9292 CONTROL_PLANE_MACHINE_TEMPLATE_UPGRADE_TO : " cp-k8s-upgrade-and-conformance"
9393 WORKERS_MACHINE_TEMPLATE_UPGRADE_TO : " worker-k8s-upgrade-and-conformance"
94- KUBERNETES_VERSION_UPGRADE_TO : " ${KUBERNETES_VERSION_UPGRADE_TO:-v1.23.3 }"
95- KUBERNETES_VERSION_UPGRADE_FROM : " ${KUBERNETES_VERSION_UPGRADE_FROM:-v1.22.6 }"
94+ KUBERNETES_VERSION_UPGRADE_TO : " ${KUBERNETES_VERSION_UPGRADE_TO:-v1.23.8 }"
95+ KUBERNETES_VERSION_UPGRADE_FROM : " ${KUBERNETES_VERSION_UPGRADE_FROM:-v1.22.11 }"
9696 IP_FAMILY : " IPv4"
9797
9898intervals :
0 commit comments