From d372c80f13672498b50d9641fc8cac455b2abf2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 03:04:26 +0000 Subject: [PATCH] HSEARCH-5236 Test against latest Elasticsearch 8.15.1 Bumps the search-backend-containers group in /build/container/search-backend with 1 update: elastic/elasticsearch. Updates `elastic/elasticsearch` from 8.15.0 to 8.15.1 --- updated-dependencies: - dependency-name: elastic/elasticsearch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: search-backend-containers ... Signed-off-by: dependabot[bot] --- 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 eb86ef802fa..12463442901 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -267,7 +267,7 @@ stage('Configure') { new LocalElasticsearchBuildEnvironment(version: '8.12.2', condition: TestCondition.ON_DEMAND), new LocalElasticsearchBuildEnvironment(version: '8.13.4', condition: TestCondition.ON_DEMAND), new LocalElasticsearchBuildEnvironment(version: '8.14.3', condition: TestCondition.ON_DEMAND), - new LocalElasticsearchBuildEnvironment(version: '8.15.0', condition: TestCondition.BEFORE_MERGE, isDefault: true), + new LocalElasticsearchBuildEnvironment(version: '8.15.1', 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 1850a6ba936..6737b34c1b9 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.15.0 +FROM docker.io/elastic/elasticsearch:8.15.1 diff --git a/pom.xml b/pom.xml index 3f93925517f..332caad4902 100644 --- a/pom.xml +++ b/pom.xml @@ -377,7 +377,7 @@ - 8.15.0 + 8.15.1 elastic