@@ -3,11 +3,11 @@ managementClusterName: capz-e2e
3
3
images :
4
4
- name : ${MANAGER_IMAGE}
5
5
loadBehavior : mustLoad
6
- - name : registry.k8s.io/cluster-api/cluster-api-controller:v1.9.5
6
+ - name : registry.k8s.io/cluster-api/cluster-api-controller:v1.9.6
7
7
loadBehavior : tryLoad
8
- - name : registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.9.5
8
+ - name : registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.9.6
9
9
loadBehavior : tryLoad
10
- - name : registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.9.5
10
+ - name : registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.9.6
11
11
loadBehavior : tryLoad
12
12
- name : registry.k8s.io/cluster-api-helm/cluster-api-helm-controller:v0.2.5
13
13
loadBehavior : tryLoad
@@ -16,17 +16,17 @@ providers:
16
16
- name : cluster-api
17
17
type : CoreProvider
18
18
versions :
19
- - name : v1.8.10 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
20
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.10 /core-components.yaml"
19
+ - name : v1.8.11 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
20
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.11 /core-components.yaml"
21
21
type : " url"
22
22
contract : v1beta1
23
23
replacements :
24
24
- old : --metrics-addr=127.0.0.1:8080
25
25
new : --metrics-addr=:8080
26
26
files :
27
27
- sourcePath : " ../data/shared/v1beta1/metadata.yaml"
28
- - name : v1.9.5
29
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.5 /core-components.yaml
28
+ - name : v1.9.6
29
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.6 /core-components.yaml
30
30
type : url
31
31
contract : v1beta1
32
32
files :
@@ -39,17 +39,17 @@ providers:
39
39
- name : kubeadm
40
40
type : BootstrapProvider
41
41
versions :
42
- - name : v1.8.10 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
43
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.10 /bootstrap-components.yaml"
42
+ - name : v1.8.11 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
43
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.11 /bootstrap-components.yaml"
44
44
type : " url"
45
45
contract : v1beta1
46
46
replacements :
47
47
- old : --metrics-addr=127.0.0.1:8080
48
48
new : --metrics-addr=:8080
49
49
files :
50
50
- sourcePath : " ../data/shared/v1beta1/metadata.yaml"
51
- - name : v1.9.5
52
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.5 /bootstrap-components.yaml
51
+ - name : v1.9.6
52
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.6 /bootstrap-components.yaml
53
53
type : url
54
54
contract : v1beta1
55
55
files :
@@ -61,17 +61,17 @@ providers:
61
61
- name : kubeadm
62
62
type : ControlPlaneProvider
63
63
versions :
64
- - name : v1.8.10 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
65
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.10 /control-plane-components.yaml"
64
+ - name : v1.8.11 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
65
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.11 /control-plane-components.yaml"
66
66
type : " url"
67
67
contract : v1beta1
68
68
replacements :
69
69
- old : --metrics-addr=127.0.0.1:8080
70
70
new : --metrics-addr=:8080
71
71
files :
72
72
- sourcePath : " ../data/shared/v1beta1/metadata.yaml"
73
- - name : v1.9.5
74
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.5 /control-plane-components.yaml
73
+ - name : v1.9.6
74
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.6 /control-plane-components.yaml
75
75
type : url
76
76
contract : v1beta1
77
77
files :
@@ -234,8 +234,8 @@ variables:
234
234
KUBETEST_CONFIGURATION : " ./data/kubetest/conformance.yaml"
235
235
WINDOWS_CONTAINERD_URL : " ${WINDOWS_CONTAINERD_URL:-}"
236
236
AZURE_CNI_V1_MANIFEST_PATH : " ${PWD}/templates/addons/azure-cni-v1.yaml"
237
- OLD_CAPI_UPGRADE_VERSION : " v1.8.10 "
238
- LATEST_CAPI_UPGRADE_VERSION : " v1.9.5 "
237
+ OLD_CAPI_UPGRADE_VERSION : " v1.8.11 "
238
+ LATEST_CAPI_UPGRADE_VERSION : " v1.9.6 "
239
239
OLD_PROVIDER_UPGRADE_VERSION : " v1.18.2"
240
240
LATEST_PROVIDER_UPGRADE_VERSION : " v1.19.1"
241
241
OLD_CAAPH_UPGRADE_VERSION : " v0.1.0-alpha.10"
0 commit comments