mirror of
https://github.com/outbackdingo/cluster-api-provider-proxmox.git
synced 2026-01-27 10:18:38 +00:00
release v0.6.0
This commit is contained in:
15
README.md
15
README.md
@@ -16,13 +16,14 @@ 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) | 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) | ☓ | ☓ | ✓ | ✓ |
|
||||
| | Cluster API v1beta1 (v1.4) | Cluster API v1beta1 (v1.5) | Cluster API v1beta1 (v1.6) | Cluster API v1beta1 (v1.7) | Cluster API v1beta1 (v1.8) |
|
||||
|------------------------|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|
|
||||
| CAPMOX v1alpha1 (v0.1) | ✓ | ✓ | ☓ | ☓ | ☓ |
|
||||
| CAPMOX v1alpha1 (v0.2) | ☓ | ✓ | ✓ | ☓ | ☓ |
|
||||
| CAPMOX v1alpha1 (v0.3) | ☓ | ✓ | ✓ | ✓ | ☓ |
|
||||
| CAPMOX v1alpha1 (v0.4) | ☓ | ✓ | ✓ | ✓ | ☓ |
|
||||
| CAPMOX v1alpha1 (v0.5) | ☓ | ☓ | ✓ | ✓ | ☓ |
|
||||
| CAPMOX v1alpha1 (v0.6) | ☓ | ☓ | ☓ | ✓ | ✓ |
|
||||
|
||||
(See [Kubernetes support matrix](https://cluster-api.sigs.k8s.io/reference/versions.html) of Cluster API versions).
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
"name": "infrastructure-proxmox",
|
||||
"config": {
|
||||
"componentsFile": "infrastructure-components.yaml",
|
||||
"nextVersion": "v0.5.1"
|
||||
"nextVersion": "v0.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,3 +17,6 @@ releaseSeries:
|
||||
- major: 0
|
||||
minor: 5
|
||||
contract: v1beta1
|
||||
- major: 0
|
||||
minor: 6
|
||||
contract: v1beta1
|
||||
|
||||
@@ -66,7 +66,7 @@ providers:
|
||||
- name: proxmox
|
||||
type: InfrastructureProvider
|
||||
versions:
|
||||
- name: v0.5.99
|
||||
- name: v0.6.99
|
||||
value: "${PWD}/config/default"
|
||||
replacements:
|
||||
- old: ghcr.io/ionos-cloud/cluster-api-provider-proxmox:dev
|
||||
|
||||
@@ -66,7 +66,7 @@ providers:
|
||||
- name: proxmox
|
||||
type: InfrastructureProvider
|
||||
versions:
|
||||
- name: v0.5.99
|
||||
- name: v0.6.99
|
||||
value: "${PWD}/config/default"
|
||||
replacements:
|
||||
- old: ghcr.io/ionos-cloud/cluster-api-provider-proxmox:dev
|
||||
|
||||
Reference in New Issue
Block a user