Skip to content

Commit 7f6f222

Browse files
authored
🌱 prepare release v0.5.0 (#221)
**What is the purpose of this pull request/Why do we need it?** Prepare release for v0.5.0 **Issue #, if available:** #220
1 parent 075f649 commit 7f6f222

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ If you need help with CAPIC, please visit the [#cluster-api-ionoscloud][slack] c
4343

4444
This provider's versions are compatible with the following versions of Cluster API:
4545

46-
| | Cluster API v1beta1 (v1.7) | Cluster API v1beta1 (v1.8) |
47-
|------------------------|:--------------------------:|:--------------------------:|
48-
| CAPIC v1alpha1 (v0.2) |||
49-
| CAPIC v1alpha1 (v0.3) |||
50-
| CAPIC v1alpha1 (v0.4) |||
46+
| | Cluster API v1beta1 (v1.7) | Cluster API v1beta1 (v1.8) |
47+
|-----------------------|:--------------------------:|:--------------------------:|
48+
| CAPIC v1alpha1 (v0.2) |||
49+
| CAPIC v1alpha1 (v0.3) |||
50+
| CAPIC v1alpha1 (v0.4) |||
51+
| CAPIC v1alpha1 (v0.5) |||
5152

5253
### Kubernetes Versions
5354

clusterctl-settings.json

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

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
33
kind: Metadata
44
releaseSeries:
5+
- major: 0
6+
minor: 5
7+
contract: v1beta1
58
- major: 0
69
minor: 4
710
contract: v1beta1

test/e2e/config/ionoscloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ providers:
5454
- name: ionoscloud
5555
type: InfrastructureProvider
5656
versions:
57-
- name: v0.4.99
57+
- name: v0.5.99
5858
value: "../../../config/default"
5959
replacements:
6060
- old: ghcr.io/ionos-cloud/cluster-api-provider-ionoscloud:dev

0 commit comments

Comments
 (0)