From 651881a8823ac48c41450fef83be104e97856d05 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Tue, 14 Nov 2023 09:29:14 +0100 Subject: [PATCH] HSEARCH-5012 Test against Elasticsearch 8.11.1 by default --- 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 f3a92451d5f..0b46d1a07bb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -240,7 +240,7 @@ stage('Configure') { new LocalElasticsearchBuildEnvironment(version: '8.8.2', condition: TestCondition.ON_DEMAND), new LocalElasticsearchBuildEnvironment(version: '8.9.2', condition: TestCondition.ON_DEMAND), new LocalElasticsearchBuildEnvironment(version: '8.10.4', condition: TestCondition.ON_DEMAND), - new LocalElasticsearchBuildEnvironment(version: '8.11.0', condition: TestCondition.BEFORE_MERGE, isDefault: true), + new LocalElasticsearchBuildEnvironment(version: '8.11.1', condition: TestCondition.BEFORE_MERGE, isDefault: true), // -------------------------------------------- // OpenSearch diff --git a/build/container/search-backend/elastic.Dockerfile b/build/container/search-backend/elastic.Dockerfile index ffd886c2933..ef15d03742b 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.11.0 \ No newline at end of file +FROM docker.io/elastic/elasticsearch:8.11.1 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 1fb8833364e..e2ab6ecfd88 100644 --- a/pom.xml +++ b/pom.xml @@ -376,7 +376,7 @@ - 8.11.0 + 8.11.1 elastic