Skip to content

Commit 0236808

Browse files
committed
release v0.3.0
1 parent a93bff1 commit 0236808

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This provider's versions are compatible with the following versions of Cluster A
1919
|------------------------|:--------------------------:|:--------------------------:|:--------------------------:|
2020
| CAPMOX v1alpha1 (v0.1) ||||
2121
| CAPMOX v1alpha1 (v0.2) ||||
22+
| CAPMOX v1alpha1 (v0.3) ||||
2223

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

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

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ releaseSeries:
88
- major: 0
99
minor: 2
1010
contract: v1beta1
11+
- major: 0
12+
minor: 3
13+
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.2.99
69+
- name: v0.3.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.2.99
69+
- name: v0.3.99
7070
value: "${PWD}/config/default"
7171
replacements:
7272
- old: ghcr.io/ionos-cloud/cluster-api-provider-proxmox:dev

0 commit comments

Comments
 (0)