File tree Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ Check out the [quickstart guide](./docs/Usage.md#quick-start) for launching a cl
1616## Compatibility with Cluster API and Kubernetes Versions
1717This provider's versions are compatible with the following versions of Cluster API:
1818
19- | | Cluster API v1beta1 (v1.4) | Cluster API v1beta1 (v1.5) | Cluster API v1beta1 (v1.6) |
20- | ------------------------| :--------------------------:| :--------------------------:| :--------------------------:|
21- | CAPMOX v1alpha1 (v0.1) | ✓ | ✓ | ☓ |
22- | CAPMOX v1alpha1 (v0.2) | ☓ | ✓ | ✓ |
23- | CAPMOX v1alpha1 (v0.3) | ☓ | ✓ | ✓ |
24- | CAPMOX v1alpha1 (v0.4) | ☓ | ✓ | ✓ |
19+ | | Cluster API v1beta1 (v1.4) | Cluster API v1beta1 (v1.5) | Cluster API v1beta1 (v1.6) | Cluster API v1beta1 (v1.7) |
20+ | ------------------------| :--------------------------:| :--------------------------:| :--------------------------:| :--------------------------:|
21+ | CAPMOX v1alpha1 (v0.1) | ✓ | ✓ | ☓ | ☓ |
22+ | CAPMOX v1alpha1 (v0.2) | ☓ | ✓ | ✓ | ☓ |
23+ | CAPMOX v1alpha1 (v0.3) | ☓ | ✓ | ✓ | ✓ |
24+ | CAPMOX v1alpha1 (v0.4) | ☓ | ✓ | ✓ | ✓ |
25+ | CAPMOX v1alpha1 (v0.5) | ☓ | ☓ | ✓ | ✓ |
2526
2627(See [ Kubernetes support matrix] ( https://cluster-api.sigs.k8s.io/reference/versions.html ) of Cluster API versions).
2728
Original file line number Diff line number Diff line change 22 "name" : " infrastructure-proxmox" ,
33 "config" : {
44 "componentsFile" : " infrastructure-components.yaml" ,
5- "nextVersion" : " v0.4 .0"
5+ "nextVersion" : " v0.5 .0"
66 }
77}
Original file line number Diff line number Diff line change @@ -14,3 +14,6 @@ releaseSeries:
1414- major : 0
1515 minor : 4
1616 contract : v1beta1
17+ - major : 0
18+ minor : 5
19+ contract : v1beta1
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ providers:
6666 - name : proxmox
6767 type : InfrastructureProvider
6868 versions :
69- - name : v0.4 .99
69+ - name : v0.5 .99
7070 value : " ${PWD}/config/default"
7171 replacements :
7272 - old : ghcr.io/ionos-cloud/cluster-api-provider-proxmox:dev
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ providers:
6666 - name : proxmox
6767 type : InfrastructureProvider
6868 versions :
69- - name : v0.4 .99
69+ - name : v0.5 .99
7070 value : " ${PWD}/config/default"
7171 replacements :
7272 - old : ghcr.io/ionos-cloud/cluster-api-provider-proxmox:dev
You can’t perform that action at this time.
0 commit comments