Skip to content

Commit ca5f206

Browse files
🌱 prepare release v0.6.0 (#283)
**What is the purpose of this pull request/Why do we need it?** Prepare release v0.6.0 **Checklist:** - [x] Documentation updated - [ ] Unit Tests added - [ ] E2E Tests added - [x] Includes [emojis](https://github.com/kubernetes-sigs/kubebuilder-release-tools?tab=readme-ov-file#kubebuilder-project-versioning)
1 parent 3a83797 commit ca5f206

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ This provider's versions are compatible with the following versions of Cluster A
4949
| CAPIC v1alpha1 (v0.3) | ✓ | ☓ |
5050
| CAPIC v1alpha1 (v0.4) | ✓ | ✓ |
5151
| CAPIC v1alpha1 (v0.5) | ✓ | ✓ |
52+
| CAPIC v1alpha1 (v0.6) | ✓ | ✓ |
5253

5354
### Kubernetes Versions
5455

‎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.5.0"
5+
"nextVersion": "v0.6.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: 6
7+
contract: v1beta1
58
- major: 0
69
minor: 5
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.5.99
57+
- name: v0.6.99
5858
value: "../../../config/default"
5959
replacements:
6060
- old: ghcr.io/ionos-cloud/cluster-api-provider-ionoscloud:dev

0 commit comments

Comments
 (0)