Skip to content

Commit 7b133fc

Browse files
🌱 Update metadata and matrix for release-0.4 (#202)
**What is the purpose of this pull request/Why do we need it?** **Issue #, if available:** **Description of changes:** **Special notes for your reviewer:** **Checklist:** - [x] Documentation updated - [x] Includes [emojis](https://github.com/kubernetes-sigs/kubebuilder-release-tools?tab=readme-ov-file#kubebuilder-project-versioning)
1 parent 73539f0 commit 7b133fc

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
@@ -47,6 +47,7 @@ This provider's versions are compatible with the following versions of Cluster A
4747
|------------------------|:--------------------------:|
4848
| CAPIC v1alpha1 (v0.2) | ✓ |
4949
| CAPIC v1alpha1 (v0.3) | ✓ |
50+
| CAPIC v1alpha1 (v0.4) | ✓ |
5051

5152
### Kubernetes Versions
5253

‎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.3.0"
5+
"nextVersion": "v0.4.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: 4
7+
contract: v1beta1
58
- major: 0
69
minor: 3
710
contract: v1beta1

‎test/e2e/config/ionoscloud.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ providers:
4141
- name: ionoscloud
4242
type: InfrastructureProvider
4343
versions:
44-
- name: v0.3.99
44+
- name: v0.4.99
4545
value: "../../../config/default"
4646
replacements:
4747
- old: ghcr.io/ionos-cloud/cluster-api-provider-ionoscloud:dev

0 commit comments

Comments
 (0)