Skip to content

Commit f3e36af

Browse files
committed
release v0.7.0
1 parent 92ac7a5 commit f3e36af

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ Check out the [quickstart guide](./docs/Usage.md#quick-start) for launching a cl
1616
## Compatibility with Cluster API and Kubernetes Versions
1717
This 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) | Cluster API v1beta1 (v1.7) | Cluster API v1beta1 (v1.8) |
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) ||||||
26-
| CAPMOX v1alpha1 (v0.6) ||||||
19+
| | Cluster API v1beta1 (v1.4) | Cluster API v1beta1 (v1.5) | Cluster API v1beta1 (v1.6) | Cluster API v1beta1 (v1.7) | Cluster API v1beta1 (v1.8) | Cluster API v1beta1 (v1.9) |
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) |||||||
26+
| CAPMOX v1alpha1 (v0.6) |||||||
27+
| CAPMOX v1alpha1 (v0.7) |||||||
2728

2829
(See [Kubernetes support matrix](https://cluster-api.sigs.k8s.io/reference/versions.html) of Cluster API versions).
2930

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.6.1"
5+
"nextVersion": "v0.7.0"
66
}
77
}

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ releaseSeries:
2020
- major: 0
2121
minor: 6
2222
contract: v1beta1
23+
- major: 0
24+
minor: 7
25+
contract: v1beta1

test/e2e/config/proxmox-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ providers:
6666
- name: proxmox
6767
type: InfrastructureProvider
6868
versions:
69-
- name: v0.6.99
69+
- name: v0.7.99
7070
value: "${PWD}/config/default"
7171
replacements:
7272
- old: ghcr.io/ionos-cloud/cluster-api-provider-proxmox:dev

test/e2e/config/proxmox-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ providers:
6666
- name: proxmox
6767
type: InfrastructureProvider
6868
versions:
69-
- name: v0.6.99
69+
- name: v0.7.99
7070
value: "${PWD}/config/default"
7171
replacements:
7272
- old: ghcr.io/ionos-cloud/cluster-api-provider-proxmox:dev

0 commit comments

Comments
 (0)