Skip to content

Commit

Permalink
🌱 prepare release v0.5.0 (#221)
Browse files Browse the repository at this point in the history
**What is the purpose of this pull request/Why do we need it?**
Prepare release for v0.5.0

**Issue #, if available:**
#220
  • Loading branch information
lubedacht authored Sep 17, 2024
1 parent 075f649 commit 7f6f222
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ If you need help with CAPIC, please visit the [#cluster-api-ionoscloud][slack] c

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

| | Cluster API v1beta1 (v1.7) | Cluster API v1beta1 (v1.8) |
|------------------------|:--------------------------:|:--------------------------:|
| CAPIC v1alpha1 (v0.2) |||
| CAPIC v1alpha1 (v0.3) |||
| CAPIC v1alpha1 (v0.4) |||
| | Cluster API v1beta1 (v1.7) | Cluster API v1beta1 (v1.8) |
|-----------------------|:--------------------------:|:--------------------------:|
| CAPIC v1alpha1 (v0.2) |||
| CAPIC v1alpha1 (v0.3) |||
| CAPIC v1alpha1 (v0.4) |||
| CAPIC v1alpha1 (v0.5) |||

### Kubernetes 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-ionoscloud",
"config": {
"componentsFile": "infrastructure-components.yaml",
"nextVersion": "v0.4.0"
"nextVersion": "v0.5.0"
}
}
3 changes: 3 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
kind: Metadata
releaseSeries:
- major: 0
minor: 5
contract: v1beta1
- major: 0
minor: 4
contract: v1beta1
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/ionoscloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ providers:
- name: ionoscloud
type: InfrastructureProvider
versions:
- name: v0.4.99
- name: v0.5.99
value: "../../../config/default"
replacements:
- old: ghcr.io/ionos-cloud/cluster-api-provider-ionoscloud:dev
Expand Down

0 comments on commit 7f6f222

Please sign in to comment.