Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Update metadata and matrix for release-0.4 #202

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ This provider's versions are compatible with the following versions of Cluster A
|------------------------|:--------------------------:|
| CAPIC v1alpha1 (v0.2) | ✓ |
| CAPIC v1alpha1 (v0.3) | ✓ |
| CAPIC v1alpha1 (v0.4) | ✓ |

### 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.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 @@ -2,6 +2,9 @@
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
kind: Metadata
releaseSeries:
- major: 0
minor: 4
contract: v1beta1
- major: 0
minor: 3
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 @@ -41,7 +41,7 @@ providers:
- name: ionoscloud
type: InfrastructureProvider
versions:
- name: v0.3.99
- name: v0.4.99
value: "../../../config/default"
replacements:
- old: ghcr.io/ionos-cloud/cluster-api-provider-ionoscloud:dev
Expand Down
Loading