Skip to content

Commit 923fc9b

Browse files
authored
Update version support in clusterctl (#89)
1 parent 314477e commit 923fc9b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

clusterctl-settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "infrastructure-proxmox",
33
"config": {
44
"componentsFile": "infrastructure-components.yaml",
5-
"nextVersion": "v0.1.0"
5+
"nextVersion": "v0.2.0"
66
}
77
}

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ releaseSeries:
55
- major: 0
66
minor: 1
77
contract: v1beta1
8+
- major: 0
9+
minor: 2
10+
contract: v1beta1

0 commit comments

Comments
 (0)