Skip to content

Commit

Permalink
Update the compatibility matrix (#288)
Browse files Browse the repository at this point in the history
* Update the compatibility matrix

Improve formatting along the way to satisfy Github's markdown rules,
which helps with rendering the tables outside of Github (e.g., Goland
IDE).

* Remove 1.18- and update content
  • Loading branch information
timoreimann authored Dec 17, 2021
1 parent a16e0ec commit 8294b67
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,24 @@ Check out the [getting started guide](./docs/getting-started.md) for launching a

This provider's versions are compatible with the following versions of Cluster API:

||Cluster API v1alpha1 (v0.1)|Cluster API v1alpha2 (v0.2)|Cluster API v1alpha3 (v0.3)|
|-|-|-|-|
|DigitalOcean Provider v1alpha1 (v0.1)||||
|DigitalOcean Provider v1alpha1 (v0.2)||||
|DigitalOcean Provider v1alpha2 (v0.3)||||
|DigitalOcean Provider v1alpha3 (v0.4)||||
| | Cluster API v1alpha1 (v0.1) | Cluster API v1alpha2 (v0.2) | Cluster API v1alpha3 (v0.3) | Cluster API v1alpha4 (v0.4) | Cluster API v1 (v1.0) |
| ------------------------------------- | --------------------------- | --------------------------- | --------------------------- | --------------------------- | --------------------- |
| DigitalOcean Provider v1alpha1 (v0.1) || | | | |
| DigitalOcean Provider v1alpha1 (v0.2) || | | | |
| DigitalOcean Provider v1alpha2 (v0.3) | || | | |
| DigitalOcean Provider v1alpha3 (v0.4) | | || | |
| DigitalOcean Provider v1alpha4 (v0.5) | | | || |
| DigitalOcean Provider v1 (v1.0) | | | || |

This provider's versions are able to install and manage the following versions of Kubernetes:

||Kubernetes 1.13|Kubernetes 1.14|Kubernetes 1.15|Kubernetes 1.16|Kubernetes 1.17|Kubernetes 1.18|Kubernetes 1.19|
|-|-|-|-|-|-|-|-|
|DigitalOcean Provider v1alpha1 (v0.1)||||||||
|DigitalOcean Provider v1alpha1 (v0.2)||||||||
|DigitalOcean Provider v1alpha2 (v0.3)||||||||
|DigitalOcean Provider v1alpha3 (v0.4)||||||||
| | DigitalOcean Provider v1alpha1 (v0.1) | DigitalOcean Provider v1alpha1 (v0.2) | DigitalOcean Provider v1alpha2 (v0.3) | DigitalOcean Provider v1alpha3 (v0.4) | DigitalOcean Provider v1alpha4 (v0.5) | DigitalOcean Provider v1 (v1.0) |
| --------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------- |
| Kubernetes 1.19 | | |||||
| Kubernetes 1.20 | | |||||
| Kubernetes 1.21 | | |||||
| Kubernetes 1.22 | | |||||
| Kubernetes 1.23 | | | ||||

**NOTE:** As the versioning for this project is tied to the versioning of Cluster API, future modifications to this policy may be made to more closely align with other providers in the Cluster API ecosystem.

Expand Down

0 comments on commit 8294b67

Please sign in to comment.