From 5447d7e9a1cf3ae00eaaccc617c8e7db92a20289 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 16 Feb 2022 10:41:25 +0400 Subject: [PATCH 1/3] Update Elasticsearch support policy after 8.0 release This is more in line with Elasticsearch's own support policy. --- docs/versions.rst | 2 +- esrally/min-es-version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/versions.rst b/docs/versions.rst index 86bd38d42..2a490d158 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -10,7 +10,7 @@ However, Rally does not support Elasticsearch clusters using the OSS license. End-of-life Policy ================== -The latest version of Rally allows to benchmark all currently supported versions of Elasticsearch. Once an `Elasticsearch version reaches end-of-life `_, Rally will support benchmarking the corresponding version for two more years. For example, Elasticsearch 1.7.x has been supported until 2017-01-16. Rally drops support for Elasticsearch 1.7.x two years after that date on 2019-01-16. Version support is dropped in the next Rally maintenance release after that date. +The latest version of Rally allows to benchmark all currently supported versions of Elasticsearch. Once an `Elasticsearch version reaches end-of-life `_, Rally will support benchmarking its last minor version until a new major version comes out. For example, after the release of Elasticsearch 8.0.0, Rally dropped support for Elasticsearch <= 6.7.x. Metrics store ============= diff --git a/esrally/min-es-version.txt b/esrally/min-es-version.txt index 09b254e90..e029aa99b 100644 --- a/esrally/min-es-version.txt +++ b/esrally/min-es-version.txt @@ -1 +1 @@ -6.0.0 +6.8.0 From b78e638a597441f0bf2347120246500ab97f1bf2 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 17 Feb 2022 09:54:32 +0400 Subject: [PATCH 2/3] Clear ambiguity between .x and = Co-authored-by: Rick Boyd --- docs/versions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versions.rst b/docs/versions.rst index 2a490d158..4261aaaf3 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -10,7 +10,7 @@ However, Rally does not support Elasticsearch clusters using the OSS license. End-of-life Policy ================== -The latest version of Rally allows to benchmark all currently supported versions of Elasticsearch. Once an `Elasticsearch version reaches end-of-life `_, Rally will support benchmarking its last minor version until a new major version comes out. For example, after the release of Elasticsearch 8.0.0, Rally dropped support for Elasticsearch <= 6.7.x. +The latest version of Rally allows to benchmark all currently supported versions of Elasticsearch. Once an `Elasticsearch version reaches end-of-life `_, Rally will support benchmarking its last minor version until a new major version comes out. For example, after the release of Elasticsearch 8.0.0, Rally dropped support for Elasticsearch < 6.8.0. Metrics store ============= From 15451eb925bfa92fa1b544fab94b8e4e8a63248a Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 17 Feb 2022 09:56:44 +0400 Subject: [PATCH 3/3] Mention version drop in migration guide --- docs/migrate.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/migrate.rst b/docs/migrate.rst index 3292256ab..da9bc3793 100644 --- a/docs/migrate.rst +++ b/docs/migrate.rst @@ -1,6 +1,14 @@ Migration Guide =============== +Migrating to Rally 2.4.0 +------------------------ + +Support for Elasticsearch < 6.8.0 has been dropped +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +To benchmark Elasticsearch 6.x nodes, you need to upgrade to 6.8.x first. + Migrating to Rally 2.3.0 ------------------------