Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/versions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Versions compatibility

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.

## Cluster components

| 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) |
|:--------|:--------|:---------------------------------------------------------------------------|:--------|:-----------|:-------------|:-------------------|
|[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 |


## Platforms

| 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) |
|:--------|:------------|:------------|:------------|:--------------------|
|[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 |
1 change: 1 addition & 0 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ nav:
- Certified images:
- "Percona certified images": images.md
- "Retrieve certified images": image-query.md
- Version compatibility: versions.md
- Legal:
- "Copyright and licensing information": copyright.md
- "Trademark policy": trademark-policy.md
Expand Down