File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ providers:
9
9
- name : cluster-api
10
10
type : CoreProvider
11
11
versions :
12
- - name : v1.10.2
13
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.2 /core-components.yaml
12
+ - name : v1.11.0-alpha.0
13
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0-alpha.0 /core-components.yaml
14
14
type : url
15
15
files :
16
16
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
17
17
- name : kubeadm
18
18
type : BootstrapProvider
19
19
versions :
20
- - name : v1.10.2
21
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.2 /bootstrap-components.yaml
20
+ - name : v1.11.0-alpha.0
21
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0-alpha.0 /bootstrap-components.yaml
22
22
type : url
23
23
files :
24
24
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
25
25
- name : kubeadm
26
26
type : ControlPlaneProvider
27
27
versions :
28
- - name : v1.10.2
29
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.2 /control-plane-components.yaml
28
+ - name : v1.11.0-alpha.0
29
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0-alpha.0 /control-plane-components.yaml
30
30
type : url
31
31
files :
32
32
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ providers:
9
9
- name : cluster-api
10
10
type : CoreProvider
11
11
versions :
12
- - name : v1.10.2
13
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.2 /core-components.yaml
12
+ - name : v1.11.0-alpha.0
13
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0-alpha.0 /core-components.yaml
14
14
type : url
15
15
files :
16
16
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
17
17
- name : kubeadm
18
18
type : BootstrapProvider
19
19
versions :
20
- - name : v1.10.2
21
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.2 /bootstrap-components.yaml
20
+ - name : v1.11.0-alpha.0
21
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0-alpha.0 /bootstrap-components.yaml
22
22
type : url
23
23
files :
24
24
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
25
25
- name : kubeadm
26
26
type : ControlPlaneProvider
27
27
versions :
28
- - name : v1.10.2
29
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.2 /control-plane-components.yaml
28
+ - name : v1.11.0-alpha.0
29
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0-alpha.0 /control-plane-components.yaml
30
30
type : url
31
31
files :
32
32
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
Original file line number Diff line number Diff line change 5
5
# update this file only when a new major or minor version is released
6
6
apiVersion : clusterctl.cluster.x-k8s.io/v1alpha3
7
7
releaseSeries :
8
+ - major : 1
9
+ minor : 11
10
+ contract : v1beta2
8
11
- major : 1
9
12
minor : 10
10
13
contract : v1beta1
You can’t perform that action at this time.
0 commit comments