From 39f5b552c6e2aacefb9631c82c7375f2c66641bc Mon Sep 17 00:00:00 2001
From: Kinga Kowalska <120555574+kingakowalska1@users.noreply.github.com>
Date: Wed, 20 Nov 2024 13:17:40 +0100
Subject: [PATCH] BUG-898240 - Add Elasticsearch 8.15.1 to github readme (#854)
* BUG-898240 - Add Elasticsearch 8.15.1 to github readme
* Add 8.15.1 to update instructions
---
charts/backingservices/charts/srs/README.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/charts/backingservices/charts/srs/README.md b/charts/backingservices/charts/srs/README.md
index 8d29e3791..cfc8f6c20 100644
--- a/charts/backingservices/charts/srs/README.md
+++ b/charts/backingservices/charts/srs/README.md
@@ -48,8 +48,8 @@ The service deployment provisions runtime service pods along with a dependency o
Enabled |
- Elasticsearch 7.10.2, 7.16.3, 7.17.9 & 8.10.3 |
- As a best practice, use Elasticsearch version 8.10.3. |
+ Elasticsearch 7.10.2, 7.16.3, 7.17.9, 8.10.3 & 8.15.1 |
+ As a best practice, use Elasticsearch version 8.15.1. |
>= 1.25 |
@@ -59,8 +59,8 @@ The service deployment provisions runtime service pods along with a dependency o
Enabled |
- Elasticsearch 7.17.9 & 8.10.3 |
- As a best practice, use Elasticsearch version 8.10.3. |
+ Elasticsearch 7.17.9, 8.10.3 & 8.15.1 |
+ As a best practice, use Elasticsearch version 8.15.1. |
search-n-reporting-service-os |
@@ -76,25 +76,25 @@ The service deployment provisions runtime service pods along with a dependency o
**Note:**
### If your deployment uses the internally-provisioned Elasticsearch: ###
-To migrate to Elasticsearch version 7.17.9 or 8.10.3 from the Elasticsearch version 7.10.2 or 7.16.3, perform the following steps:
+To migrate to Elasticsearch version 7.17.9, 8.10.3 or 8.15.1 from the Elasticsearch version 7.10.2 or 7.16.3, perform the following steps:
1. Update the SRS Docker image version to use v1.31.2. This version has backward compatibility with Elasticsearch versions 7.10.x and 7.16.x, so your SRS will continue to work even before you update your Elasticsearch service.
2. To update Elasticsearch version to 7.17.9 perform the following actions:
* Update the Elasticsearch `dependencies.version` parameter in the [requirement.yaml](../../requirements.yaml) to 7.17.3.
Note: This parameter references the Elasticsearch Helm chart version and not the Elasticsearch cluster version.
* Update the elasticsearch.imageTag in the Backing Services Helm chart to 7.17.9.
-3. To update Elasticsearch version to 8.10.3, perform the following actions:
+3. To update Elasticsearch version to 8.10.3 or 8.15.1, perform the following actions:
* Update the Elasticsearch `dependencies.version` parameter in the [requirement.yaml](../../requirements.yaml) to 8.5.1.
Note: This parameter references the Elasticsearch Helm chart version and not the Elasticsearch cluster version.
- * Update the elasticsearch.imageTag in the Backing Services Helm chart to 8.10.3.
+ * Update the elasticsearch.imageTag in the Backing Services Helm chart to 8.10.3 or 8.15.1.
4. Restart the SRS pods
### If your deployment connects to an externally-managed Elasticsearch service: ###
-To migrate to Elasticsearch version 7.17.9 or 8.10.3 from the Elasticsearch version 7.10.2 or 7.16.3, perform the following steps:
+To migrate to Elasticsearch version 7.17.9, 8.10.3 or 8.15.1 from the Elasticsearch version 7.10.2 or 7.16.3, perform the following steps:
1. Update the SRS Docker image version to use v1.31.2. This version has backward compatibility with Elasticsearch versions 7.10.x and 7.16.x, so your SRS will continue to work even before you update your Elasticsearch service.
2. To use Elasticsearch version 7.17.9, upgrade your external Elasticsearch cluster to 7.17.9 according to your organization’s best practices. For more information, see official Elasticsearch version 7.17 documentation.
-3. To use Elasticsearch version 8.10.3, upgrade your external Elasticsearch cluster to 8.10.3 according to your organization’s best practices. For more information, see official Elasticsearch version 8.10 documentation.
+3. To use Elasticsearch version 8.10.3 or 8.15.1, upgrade your external Elasticsearch cluster to 8.10.3 or 8.15.1 according to your organization’s best practices. For more information, see official Elasticsearch version 8.x documentation.
4. Restart the SRS pods
### SRS runtime configuration