diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index d4cc39a76..bac870aac 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -564,3 +564,4 @@ * xref:system-properties.adoc[] * xref:faq.adoc[] * xref:list-of-metrics.adoc[Metrics] +* xref:deploy:about-HZC-versions.adoc[] diff --git a/docs/modules/deploy/pages/about-HZC-versions.adoc b/docs/modules/deploy/pages/about-HZC-versions.adoc new file mode 100644 index 000000000..48b005043 --- /dev/null +++ b/docs/modules/deploy/pages/about-HZC-versions.adoc @@ -0,0 +1,81 @@ += About Hazelcast versions +:description: This section shows compatibility between Hazelcast Platform, its management and monitoring components, and clients. + +{description} + +For each Platform version, the table below shows which versions of Management Center (MC), Hazelcast Operator, CLC, and all official clients (Java, .NET, C++, Python, Node.js, Go) are recommended or supported. + +The most recent version is shown in bold to indicate the recommended and most up-to-date option for that Platform version. A " (ditto) character signifies "as above". + +NOTE: If you are unsure which version to choose, always select the latest version for best compatibility and support. + +[cols="^10%,^10%,^10%,^10%,^10%,^10%,^10%,^10%,^10%,^10%", options="header"] +|=== +|Platform version | MC | Operator | CLC | Java client | .NET | C++ | Python | Node.js | Go + +|5.5.x +|5.5.0 - *5.8.0* +|5.13 - *5.15* +|5.2.0 - *5.5.0* +|Same as Platform version +|4.0.0 - *5.5.1* +|5.3.1 - *5.4.0* +|4.0.0 - *5.5.0* +|4.0.0 - *5.3.0* +|1.0.0 - *1.4.2* + +|5.4.x +|5.4.0 - *5.8.0* +|5.11 - *5.15* +|" +|" +|" +|4.0.0 - *5.4.0* +|" +|" +|" + +|5.3.x +|5.3.0 - *5.8.0* +|5.8 - *5.15* +|" +|" +|" +|" +|" +|" +|" + +|5.2.x +|5.2.0 - *5.8.0* +|5.6 - *5.15* +|" +|" +|" +|" +|" +|" +|" + +|5.1.x +|5.1.0 - *5.8.0* +|N/A +|" +|" +|" +|" +|" +|" +|" + +|5.0.x +|5.0.0 - *5.8.0* +|N/A +|" +|" +|" +|" +|" +|" +|" +|=== \ No newline at end of file