From d245a9b1dedfce8ded14a19499b70c3da401ca71 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Wed, 12 Feb 2025 00:08:26 +0100 Subject: [PATCH] HSEARCH-5316 Test against the latest Elasticsearch 8.17.2 --- Jenkinsfile | 2 +- build/container/search-backend/elastic.Dockerfile | 2 +- ci/dependency-update/Jenkinsfile | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a14a906e392..9a38ba7dc10 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -255,7 +255,7 @@ stage('Configure') { new LocalElasticsearchBuildEnvironment(version: '8.14.3', condition: TestCondition.ON_DEMAND), new LocalElasticsearchBuildEnvironment(version: '8.15.4', condition: TestCondition.ON_DEMAND), new LocalElasticsearchBuildEnvironment(version: '8.16.1', condition: TestCondition.ON_DEMAND), - new LocalElasticsearchBuildEnvironment(version: '8.17.1', condition: TestCondition.BEFORE_MERGE, isDefault: true), + new LocalElasticsearchBuildEnvironment(version: '8.17.2', condition: TestCondition.BEFORE_MERGE, isDefault: true), // IMPORTANT: Make sure to update the documentation for any newly supported Elasticsearch versions // See version.org.elasticsearch.compatible.expected.text // and version.org.elasticsearch.compatible.regularly-tested.text in POMs. diff --git a/build/container/search-backend/elastic.Dockerfile b/build/container/search-backend/elastic.Dockerfile index f15fae5d92e..fd5d548b400 100644 --- a/build/container/search-backend/elastic.Dockerfile +++ b/build/container/search-backend/elastic.Dockerfile @@ -5,4 +5,4 @@ # * update `version.org.elasticsearch.latest` property in a POM file. # * update the tags for 'elasticsearch-current' and 'elasticsearch-next' builds in ci/dependency-update/Jenkinsfile # -FROM docker.io/elastic/elasticsearch:8.17.1 +FROM docker.io/elastic/elasticsearch:8.17.2 diff --git a/ci/dependency-update/Jenkinsfile b/ci/dependency-update/Jenkinsfile index 1c9fa87f4cf..e0ca72d28a5 100644 --- a/ci/dependency-update/Jenkinsfile +++ b/ci/dependency-update/Jenkinsfile @@ -52,7 +52,7 @@ Map settings() { updateProperties: [], onlyRunTestDependingOn: ['hibernate-search-backend-elasticsearch'], // We want to use the snapshot version of an image from the ES registry since that's where they are publishing their snapshots. - additionalMavenArgs: '-Dtest.lucene.skip=true -Dtest.elasticsearch.run.elastic.image.name=docker.elastic.co/elasticsearch/elasticsearch -Dtest.elasticsearch.run.elastic.image.tag=8.17.2-SNAPSHOT', + additionalMavenArgs: '-Dtest.lucene.skip=true -Dtest.elasticsearch.run.elastic.image.name=docker.elastic.co/elasticsearch/elasticsearch -Dtest.elasticsearch.run.elastic.image.tag=8.17.3-SNAPSHOT', // This job won't change the versions in the pom. We are passing the latest Elasticsearch version through an additional maven argument `-D` skipSourceModifiedCheck: true ] diff --git a/pom.xml b/pom.xml index a91193eef2b..648a1794117 100644 --- a/pom.xml +++ b/pom.xml @@ -381,7 +381,7 @@ - 8.17.1 + 8.17.2 elastic