From 46333f747eb529651b7b91e71e8b3ab2aa75e9d5 Mon Sep 17 00:00:00 2001 From: Brian Presley Date: Thu, 9 May 2024 14:55:15 -0500 Subject: [PATCH] Update supported versions in documentation Signed-off-by: Brian Presley --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6eac48970..b770a170d 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,18 @@ OpenSearch upgrade, migration, and comparison tooling facilitates OpenSearch mig ## Supported cluster versions and platforms -There are numerous combinations of source clusters, target clusters, and platforms. While the tools provided in this repository might work with various combinations, they might not support breaking changes between different source and target versions. Below is a growing support table that will be updated over time. - -|Supported Sources|Supported Targets|Source Platform|Target Platform| -|:---------------:|:---------------:|:-------------:|:-------------:| -|ElasticSearch 7-7.10.2|OpenSearch 1.x and 2.x|AWS Self-Managed|AWS OpenSearch and OpenSearch Serverless| +There are numerous combinations of source clusters, target clusters, and platforms. While the tools provided in this repository might work with various combinations, they might not support breaking changes between different source and target versions. Below is a list of supported source and target versions and platforms. + +### Supported Source and Target Versions +* Elasticsearch 6.x (Coming soon...) +* Elasticsearch 7.0 - 7.17.x +* OpenSearch 1.x +* OpenSearch 2.x + +### Supported Source and Target Platforms +* Self-managed (hosted by cloud provider) +* Self-managed (on-premises) +* Managed cloud offerings (e.g., Amazon OpenSearch, Amazon OpenSearch Serverless) ## Build and deploy