@@ -3,31 +3,31 @@ managementClusterName: caaph-e2e
3
3
images :
4
4
- name : ${MANAGER_IMAGE}
5
5
loadBehavior : mustLoad
6
- - name : registry.k8s.io/cluster-api/cluster-api-controller:v1.6.3
6
+ - name : registry.k8s.io/cluster-api/cluster-api-controller:v1.6.4
7
7
loadBehavior : tryLoad
8
- - name : registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.6.3
8
+ - name : registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.6.4
9
9
loadBehavior : tryLoad
10
- - name : registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.6.3
10
+ - name : registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.6.4
11
11
loadBehavior : tryLoad
12
12
# Note: This pulls the CAPD image from the staging repo instead of the official registry.
13
- - name : gcr.io/k8s-staging-cluster-api/capd-manager:v1.6.3
13
+ - name : gcr.io/k8s-staging-cluster-api/capd-manager:v1.6.4
14
14
loadBehavior : tryLoad
15
15
16
16
providers :
17
17
- name : cluster-api
18
18
type : CoreProvider
19
19
versions :
20
- - name : v1.5.7 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
21
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.7 /core-components.yaml"
20
+ - name : v1.5.8 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
21
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.8 /core-components.yaml"
22
22
type : " url"
23
23
contract : v1beta1
24
24
replacements :
25
25
- old : --metrics-addr=127.0.0.1:8080
26
26
new : --metrics-addr=:8080
27
27
files :
28
28
- sourcePath : " ../data/shared/v1beta1/metadata.yaml"
29
- - name : v1.6.3
30
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.3 /core-components.yaml
29
+ - name : v1.6.4
30
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.4 /core-components.yaml
31
31
type : url
32
32
contract : v1beta1
33
33
files :
@@ -40,17 +40,17 @@ providers:
40
40
- name : kubeadm
41
41
type : BootstrapProvider
42
42
versions :
43
- - name : v1.5.7 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
44
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.7 /bootstrap-components.yaml"
43
+ - name : v1.5.8 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
44
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.8 /bootstrap-components.yaml"
45
45
type : " url"
46
46
contract : v1beta1
47
47
replacements :
48
48
- old : --metrics-addr=127.0.0.1:8080
49
49
new : --metrics-addr=:8080
50
50
files :
51
51
- sourcePath : " ../data/shared/v1beta1/metadata.yaml"
52
- - name : v1.6.3
53
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.3 /bootstrap-components.yaml
52
+ - name : v1.6.4
53
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.4 /bootstrap-components.yaml
54
54
type : url
55
55
contract : v1beta1
56
56
files :
@@ -62,17 +62,17 @@ providers:
62
62
- name : kubeadm
63
63
type : ControlPlaneProvider
64
64
versions :
65
- - name : v1.5.7 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
66
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.7 /control-plane-components.yaml"
65
+ - name : v1.5.8 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
66
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.8 /control-plane-components.yaml"
67
67
type : " url"
68
68
contract : v1beta1
69
69
replacements :
70
70
- old : --metrics-addr=127.0.0.1:8080
71
71
new : --metrics-addr=:8080
72
72
files :
73
73
- sourcePath : " ../data/shared/v1beta1/metadata.yaml"
74
- - name : v1.6.3
75
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.3 /control-plane-components.yaml
74
+ - name : v1.6.4
75
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.4 /control-plane-components.yaml
76
76
type : url
77
77
contract : v1beta1
78
78
files :
@@ -84,8 +84,8 @@ providers:
84
84
- name : docker
85
85
type : InfrastructureProvider
86
86
versions :
87
- - name : v1.5.7 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
88
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.7 /infrastructure-components-development.yaml"
87
+ - name : v1.5.8 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
88
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.8 /infrastructure-components-development.yaml"
89
89
type : " url"
90
90
contract : v1beta1
91
91
replacements :
@@ -95,8 +95,8 @@ providers:
95
95
- sourcePath : " ${PWD}/test/e2e/data/shared/v1beta1/metadata.yaml"
96
96
- sourcePath : " ${PWD}/test/e2e/data/addons-helm/v1.5/cluster-template.yaml"
97
97
targetName : " cluster-template.yaml"
98
- - name : " v1.6.3 " # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
99
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.3 /infrastructure-components-development.yaml"
98
+ - name : " v1.6.4 " # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
99
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.4 /infrastructure-components-development.yaml"
100
100
type : " url"
101
101
contract : v1beta1
102
102
replacements :
@@ -165,7 +165,7 @@ variables:
165
165
EXP_MACHINE_SET_PREFLIGHT_CHECKS : " true"
166
166
CAPI_DIAGNOSTICS_ADDRESS : " :8080"
167
167
CAPI_INSECURE_DIAGNOSTICS : " true"
168
- OLD_CAPI_UPGRADE_VERSION : " v1.5.7 "
168
+ OLD_CAPI_UPGRADE_VERSION : " v1.5.8 "
169
169
OLD_PROVIDER_UPGRADE_VERSION : " v0.1.1-alpha.1"
170
170
171
171
intervals :
0 commit comments