Skip to content

Commit 63607f7

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
HSEARCH-5252 Test against the latest OpenSearch 2.17.1
Bump opensearchproject/opensearch Bumps the search-backend-containers group in /build/container/search-backend with 1 update: opensearchproject/opensearch. Updates `opensearchproject/opensearch` from 2.17.0 to 2.17.1 --- updated-dependencies: - dependency-name: opensearchproject/opensearch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: search-backend-containers ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ca05a9 commit 63607f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ stage('Configure') {
292292
new LocalOpenSearchBuildEnvironment(version: '2.14.0', condition: TestCondition.ON_DEMAND),
293293
new LocalOpenSearchBuildEnvironment(version: '2.15.0', condition: TestCondition.ON_DEMAND),
294294
new LocalOpenSearchBuildEnvironment(version: '2.16.0', condition: TestCondition.ON_DEMAND),
295-
new LocalOpenSearchBuildEnvironment(version: '2.17.0', condition: TestCondition.BEFORE_MERGE),
295+
new LocalOpenSearchBuildEnvironment(version: '2.17.1', condition: TestCondition.BEFORE_MERGE),
296296
// See https://opensearch.org/lines/2x.html for a list of all 2.x versions
297297
// IMPORTANT: Make sure to update the documentation for any newly supported OpenSearch versions
298298
// See version.org.opensearch.compatible.expected.text

build/container/search-backend/amazon-opensearch-serverless.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# IMPORTANT! When updating the version of OpenSearch in this Dockerfile,
55
# make sure to update `version.org.opensearch.latest` property in a POM file,
66
# and to update the version in opensearch.Dockerfile as well.
7-
FROM docker.io/opensearchproject/opensearch:2.17.0
7+
FROM docker.io/opensearchproject/opensearch:2.17.1

build/container/search-backend/opensearch.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# IMPORTANT! When updating the version of OpenSearch in this Dockerfile,
55
# make sure to update `version.org.opensearch.latest` property in a POM file,
66
# and to update the version in amazon-opensearch-serverless.Dockerfile as well.
7-
FROM docker.io/opensearchproject/opensearch:2.17.0
7+
FROM docker.io/opensearchproject/opensearch:2.17.1

0 commit comments

Comments
 (0)