File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
test/e2e/data/shared/capi/v1.9 Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ # maps release series of major.minor to cluster-api contract version
2
+ # the contract version may change between minor or major versions, but *not*
3
+ # between patch versions.
4
+ #
5
+ # update this file only when a new major or minor version is released
6
+ apiVersion : clusterctl.cluster.x-k8s.io/v1alpha3
7
+ kind : Metadata
8
+ releaseSeries :
9
+ - major : 1
10
+ minor : 8
11
+ contract : v1beta1
12
+ - major : 1
13
+ minor : 7
14
+ contract : v1beta1
15
+ - major : 1
16
+ minor : 6
17
+ contract : v1beta1
18
+ - major : 1
19
+ minor : 5
20
+ contract : v1beta1
21
+ - major : 1
22
+ minor : 4
23
+ contract : v1beta1
24
+ - major : 1
25
+ minor : 3
26
+ contract : v1beta1
27
+ - major : 1
28
+ minor : 2
29
+ contract : v1beta1
30
+ - major : 1
31
+ minor : 1
32
+ contract : v1beta1
33
+ - major : 1
34
+ minor : 0
35
+ contract : v1beta1
You can’t perform that action at this time.
0 commit comments