Skip to content

Commit 80c584a

Browse files
authored
Added version compatibility matrix (#155)
Added version compatibility matrix new file: docs/versions.md
1 parent 3df62b4 commit 80c584a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/versions.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Versions compatibility
2+
3+
Below you can find the versions of software components and platforms that have been tested and are confirmed to work with each specific Operator version. Other software and platform versions might work, but we have not tested them and cannot guarantee their compatibility.
4+
5+
## Cluster components
6+
7+
| Operator | [MySQL :octicons-link-external-16:](https://www.percona.com/software/mysql-database/percona-server) | [Percona XtraBackup :octicons-link-external-16:](https://www.percona.com/software/mysql-database/percona-xtrabackup) | [HA Proxy :octicons-link-external-16:](https://www.haproxy.org/) | [MySQL Router :octicons-link-external-16:](https://www.mysql.com/products/enterprise/router.html) | [Orchestrator :octicons-link-external-16:](https://github.com/percona/orchestrator) | [Percona Toolkit :octicons-link-external-16:](https://www.percona.com/percona-toolkit) |
8+
|:--------|:--------|:---------------------------------------------------------------------------|:--------|:-----------|:-------------|:-------------------|
9+
|[1.0.0](ReleaseNotes/Kubernetes-Operator-for-PS-RN1.0.0.md)| 8.4.6-6.1, 8.0.43-34.1 | 8.4.0-4.1, 8.0.35-34.1 | 2.8.15 | 8.4.6-6.1, 8.0.43-34.1 | 3.2.6-18 | 3.7.0-2 |
10+
11+
12+
## Platforms
13+
14+
| Operator | [GKE :octicons-link-external-16:](https://cloud.google.com/kubernetes-engine) | [EKS :octicons-link-external-16:](https://aws.amazon.com) | [Openshift :octicons-link-external-16:](https://www.redhat.com/en/technologies/cloud-computing/openshift) | [Minikube :octicons-link-external-16:](https://github.com/kubernetes/minikube) |
15+
|:--------|:------------|:------------|:------------|:--------------------|
16+
|[1.0.0](ReleaseNotes/Kubernetes-Operator-for-PS-RN1.0.0.md) | 1.31 - 1.33 | 1.31 - 1.34 | 4.16 - 4.20 | 1.37.0 |

mkdocs-base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ nav:
247247
- Certified images:
248248
- "Percona certified images": images.md
249249
- "Retrieve certified images": image-query.md
250+
- Version compatibility: versions.md
250251
- Legal:
251252
- "Copyright and licensing information": copyright.md
252253
- "Trademark policy": trademark-policy.md

0 commit comments

Comments
 (0)