From 626035669bf08279a36e062a37cd2b9066c40ec5 Mon Sep 17 00:00:00 2001 From: Vic Kerr Date: Wed, 5 Jun 2024 12:43:04 +0000 Subject: [PATCH] release v0.5.0 --- README.md | 13 +++++++------ clusterctl-settings.json | 2 +- metadata.yaml | 3 +++ test/e2e/config/proxmox-ci.yaml | 2 +- test/e2e/config/proxmox-dev.yaml | 2 +- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fe21a5ad..86b98277 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,13 @@ Check out the [quickstart guide](./docs/Usage.md#quick-start) for launching a cl ## Compatibility with Cluster API and Kubernetes Versions This provider's versions are compatible with the following versions of Cluster API: -| | Cluster API v1beta1 (v1.4) | Cluster API v1beta1 (v1.5) | Cluster API v1beta1 (v1.6) | -|------------------------|:--------------------------:|:--------------------------:|:--------------------------:| -| CAPMOX v1alpha1 (v0.1) | ✓ | ✓ | ☓ | -| CAPMOX v1alpha1 (v0.2) | ☓ | ✓ | ✓ | -| CAPMOX v1alpha1 (v0.3) | ☓ | ✓ | ✓ | -| CAPMOX v1alpha1 (v0.4) | ☓ | ✓ | ✓ | +| | Cluster API v1beta1 (v1.4) | Cluster API v1beta1 (v1.5) | Cluster API v1beta1 (v1.6) | Cluster API v1beta1 (v1.7) | +|------------------------|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:| +| CAPMOX v1alpha1 (v0.1) | ✓ | ✓ | ☓ | ☓ | +| CAPMOX v1alpha1 (v0.2) | ☓ | ✓ | ✓ | ☓ | +| CAPMOX v1alpha1 (v0.3) | ☓ | ✓ | ✓ | ✓ | +| CAPMOX v1alpha1 (v0.4) | ☓ | ✓ | ✓ | ✓ | +| CAPMOX v1alpha1 (v0.5) | ☓ | ☓ | ✓ | ✓ | (See [Kubernetes support matrix](https://cluster-api.sigs.k8s.io/reference/versions.html) of Cluster API versions). diff --git a/clusterctl-settings.json b/clusterctl-settings.json index 3792c5ce..d4868be0 100644 --- a/clusterctl-settings.json +++ b/clusterctl-settings.json @@ -2,6 +2,6 @@ "name": "infrastructure-proxmox", "config": { "componentsFile": "infrastructure-components.yaml", - "nextVersion": "v0.4.0" + "nextVersion": "v0.5.0" } } diff --git a/metadata.yaml b/metadata.yaml index ad54af02..ff533e7f 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -14,3 +14,6 @@ releaseSeries: - major: 0 minor: 4 contract: v1beta1 +- major: 0 + minor: 5 + contract: v1beta1 diff --git a/test/e2e/config/proxmox-ci.yaml b/test/e2e/config/proxmox-ci.yaml index 575f5e8e..b8f5c325 100644 --- a/test/e2e/config/proxmox-ci.yaml +++ b/test/e2e/config/proxmox-ci.yaml @@ -66,7 +66,7 @@ providers: - name: proxmox type: InfrastructureProvider versions: - - name: v0.4.99 + - name: v0.5.99 value: "${PWD}/config/default" replacements: - old: ghcr.io/ionos-cloud/cluster-api-provider-proxmox:dev diff --git a/test/e2e/config/proxmox-dev.yaml b/test/e2e/config/proxmox-dev.yaml index d46e4815..a7c3953d 100644 --- a/test/e2e/config/proxmox-dev.yaml +++ b/test/e2e/config/proxmox-dev.yaml @@ -66,7 +66,7 @@ providers: - name: proxmox type: InfrastructureProvider versions: - - name: v0.4.99 + - name: v0.5.99 value: "${PWD}/config/default" replacements: - old: ghcr.io/ionos-cloud/cluster-api-provider-proxmox:dev