@@ -31,8 +31,8 @@ providers:
31
31
new : --metrics-addr=:8080
32
32
files :
33
33
- sourcePath : " ../data/shared/v1beta1/metadata.yaml"
34
- - name : v1.1.3 # latest published release in the v1beta1 series
35
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.3 /core-components.yaml"
34
+ - name : v1.1.5 # latest published release in the v1beta1 series
35
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5 /core-components.yaml"
36
36
type : " url"
37
37
contract : v1beta1
38
38
replacements :
@@ -62,8 +62,8 @@ providers:
62
62
new : --metrics-addr=:8080
63
63
files :
64
64
- sourcePath : " ../data/shared/v1beta1/metadata.yaml"
65
- - name : v1.1.3 # latest published release in the v1beta1 series
66
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.3 /bootstrap-components.yaml"
65
+ - name : v1.1.5 # latest published release in the v1beta1 series
66
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5 /bootstrap-components.yaml"
67
67
type : " url"
68
68
contract : v1beta1
69
69
replacements :
@@ -93,8 +93,8 @@ providers:
93
93
new : --metrics-addr=:8080
94
94
files :
95
95
- sourcePath : " ../data/shared/v1beta1/metadata.yaml"
96
- - name : v1.1.3 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
97
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.3 /control-plane-components.yaml"
96
+ - name : v1.1.5 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
97
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5 /control-plane-components.yaml"
98
98
type : " url"
99
99
contract : v1beta1
100
100
replacements :
@@ -139,12 +139,12 @@ providers:
139
139
- sourcePath : " ../data/v1beta1/cluster-template-kcp-remediation.yaml"
140
140
141
141
variables :
142
- KUBERNETES_VERSION_MANAGEMENT : " v1.23.3 "
143
- KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.23.3 }"
144
- KUBERNETES_VERSION_UPGRADE_FROM : " v1.22.4 "
145
- KUBERNETES_VERSION_UPGRADE_TO : " v1.23.3 "
146
- ETCD_VERSION_UPGRADE_TO : " 3.5.1 -0"
147
- COREDNS_VERSION_UPGRADE_TO : " v1.8.4 "
142
+ KUBERNETES_VERSION_MANAGEMENT : " v1.24.0 "
143
+ KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.24.0 }"
144
+ KUBERNETES_VERSION_UPGRADE_FROM : " v1.23.6 "
145
+ KUBERNETES_VERSION_UPGRADE_TO : " v1.24.0 "
146
+ ETCD_VERSION_UPGRADE_TO : " 3.5.3 -0"
147
+ COREDNS_VERSION_UPGRADE_TO : " v1.8.6 "
148
148
149
149
# Infra provider specific variables
150
150
NODE_OS : " ubuntu_18_04"
0 commit comments