Skip to content

Commit 7a7b52c

Browse files
authored
Add metadata.yaml file (#406)
1 parent bd57c70 commit 7a7b52c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

metadata.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
releaseSeries:
8+
- major: 0
9+
minor: 1
10+
contract: v1alpha4

0 commit comments

Comments
 (0)