From 10df0e206fc4c2452b751945588515e78e668304 Mon Sep 17 00:00:00 2001 From: Anastasia Alexadrova Date: Fri, 7 Nov 2025 08:33:52 +0100 Subject: [PATCH 1/2] Added version compatibility matrix --- docs/versions.md | 16 ++++++++++++++++ mkdocs-base.yml | 1 + 2 files changed, 17 insertions(+) create mode 100644 docs/versions.md diff --git a/docs/versions.md b/docs/versions.md new file mode 100644 index 0000000..0ae9442 --- /dev/null +++ b/docs/versions.md @@ -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) | [AKS :octicons-link-external-16:](https://azure.microsoft.com/en-us/services/kubernetes-service/) | [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 | diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 6fa232d..a6d88ca 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -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 From ffa12fa466888710cd5f9365e04d745a25748d99 Mon Sep 17 00:00:00 2001 From: Anastasia Alexadrova Date: Tue, 11 Nov 2025 14:22:25 +0100 Subject: [PATCH 2/2] Removed AKS column as it's not supported --- docs/versions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/versions.md b/docs/versions.md index 0ae9442..c0f7a86 100644 --- a/docs/versions.md +++ b/docs/versions.md @@ -11,6 +11,6 @@ Below you can find the versions of software components and platforms that have b ## 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) | [AKS :octicons-link-external-16:](https://azure.microsoft.com/en-us/services/kubernetes-service/) | [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 | +| 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 |