Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wikkyk committed Apr 19, 2024
1 parent 43fe9ff commit d9cb90c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This provider's versions are compatible with the following versions of Cluster A
| CAPMOX v1alpha1 (v0.1) ||||
| CAPMOX v1alpha1 (v0.2) ||||
| CAPMOX v1alpha1 (v0.3) ||||
| CAPMOX v1alpha1 (v0.4) ||||

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

Expand Down
2 changes: 1 addition & 1 deletion clusterctl-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "infrastructure-proxmox",
"config": {
"componentsFile": "infrastructure-components.yaml",
"nextVersion": "v0.3.0"
"nextVersion": "v0.4.0"
}
}
3 changes: 3 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ releaseSeries:
- major: 0
minor: 3
contract: v1beta1
- major: 0
minor: 4
contract: v1beta1
2 changes: 1 addition & 1 deletion test/e2e/config/proxmox-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ providers:
- name: proxmox
type: InfrastructureProvider
versions:
- name: v0.3.99
- name: v0.4.99
value: "${PWD}/config/default"
replacements:
- old: ghcr.io/ionos-cloud/cluster-api-provider-proxmox:dev
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/proxmox-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ providers:
- name: proxmox
type: InfrastructureProvider
versions:
- name: v0.3.99
- name: v0.4.99
value: "${PWD}/config/default"
replacements:
- old: ghcr.io/ionos-cloud/cluster-api-provider-proxmox:dev
Expand Down

0 comments on commit d9cb90c

Please sign in to comment.