From fe2013f167d6bbddedaaad414617219373863a28 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Tue, 9 Apr 2024 08:35:29 +0200 Subject: [PATCH 1/2] HSEARCH-5125 Upgrade to Elasticsearch client 8.13.2 --- build/parents/build/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/parents/build/pom.xml b/build/parents/build/pom.xml index 69a54dd7648..215e25cc5a7 100644 --- a/build/parents/build/pom.xml +++ b/build/parents/build/pom.xml @@ -52,7 +52,7 @@ - 8.13.1 + 8.13.2 ${version.org.elasticsearch.latest} https://www.elastic.co/guide/en/elasticsearch/reference/${parsed-version.org.elasticsearch.compatible.main.majorVersion}.${parsed-version.org.elasticsearch.compatible.main.minorVersion} From 29d1da370b6e3d69e7a22efcaf850b9e4244ea4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 02:51:12 +0000 Subject: [PATCH 2/2] HSEARCH-5126 Test against Elasticsearch 8.13.2 --- Jenkinsfile | 2 +- build/container/search-backend/elastic.Dockerfile | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0123cc958da..70b54020885 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -265,7 +265,7 @@ stage('Configure') { new LocalElasticsearchBuildEnvironment(version: '8.10.4', condition: TestCondition.ON_DEMAND), new LocalElasticsearchBuildEnvironment(version: '8.11.4', condition: TestCondition.ON_DEMAND), new LocalElasticsearchBuildEnvironment(version: '8.12.2', condition: TestCondition.ON_DEMAND), - new LocalElasticsearchBuildEnvironment(version: '8.13.1', condition: TestCondition.BEFORE_MERGE, isDefault: true), + new LocalElasticsearchBuildEnvironment(version: '8.13.2', condition: TestCondition.BEFORE_MERGE, isDefault: true), // -------------------------------------------- // OpenSearch diff --git a/build/container/search-backend/elastic.Dockerfile b/build/container/search-backend/elastic.Dockerfile index a937e00a33e..a1569357db5 100644 --- a/build/container/search-backend/elastic.Dockerfile +++ b/build/container/search-backend/elastic.Dockerfile @@ -4,4 +4,4 @@ # IMPORTANT! When updating the version of Elasticsearch in this Dockerfile, # make sure to update `version.org.elasticsearch.latest` property in a POM file. # -FROM docker.io/elastic/elasticsearch:8.13.1 \ No newline at end of file +FROM docker.io/elastic/elasticsearch:8.13.2 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 1394732ad34..11ea49a6670 100644 --- a/pom.xml +++ b/pom.xml @@ -379,7 +379,7 @@ - 8.13.1 + 8.13.2 elastic