Skip to content

Commit b25d176

Browse files
authored
Clarify version support matrix (#217)
Signed-off-by: Angelos Kolaitis <neoaggelos@gmail.com>
1 parent bd94591 commit b25d176

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ See [Quick Start](https://capn.linuxcontainers.org/tutorial/quick-start.html) to
3535

3636
ClusterAPI v1.11 (August 2025) introduced a new `v1beta2` API contract. `cluster-api-provider-incus` supports it starting from version `v0.9.0`.
3737

38-
| cluster-api version | contract | CAPN version | CAPN API | Incus | Canonical LXD |
39-
| ------------------- | --------- | ------------ | ---------- | ----------- | ------------- |
40-
| `v1.13.x` or older | `v1beta1` | `v0.8.x` | `v1alpha2` | 6.0+, 7.0+ | 5.21+ |
41-
| `v1.11.x` or newer | `v1beta2` | `v0.9.x` | `v1alpha2` | 6.0+, < 7.0 | 5.21+ |
38+
| CAPN version | CAPN API | cluster-api version | contract | Incus | Canonical LXD |
39+
| ------------ | ---------- | -------------------- | --------- | ----------- | ------------- |
40+
| `v0.8.x` | `v1alpha2` | `[old]` -> `v1.13.x` | `v1beta1` | 6.0+, < 7.0 | 5.21+ |
41+
| `v0.9.x` | `v1alpha2` | `v1.11.x` -> `[new]` | `v1beta2` | 6.0+, 7.0+ | 5.21+ |
4242

4343
Support commitments for CAPN versions are:
4444
- `v0.8.x` series will not receive any further updates, bug and/or security fixes.

0 commit comments

Comments
 (0)