Skip to content

Commit f81a060

Browse files
committed
HSEARCH-5372 Test against the latest OpenSearch 2.19.2
1 parent 214b22c commit f81a060

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
@@ -286,7 +286,7 @@ stage('Configure') {
286286
new LocalOpenSearchBuildEnvironment(version: '2.16.0', condition: TestCondition.ON_DEMAND),
287287
new LocalOpenSearchBuildEnvironment(version: '2.17.1', condition: TestCondition.ON_DEMAND),
288288
new LocalOpenSearchBuildEnvironment(version: '2.18.0', condition: TestCondition.ON_DEMAND),
289-
new LocalOpenSearchBuildEnvironment(version: '2.19.1', condition: TestCondition.BEFORE_MERGE),
289+
new LocalOpenSearchBuildEnvironment(version: '2.19.2', condition: TestCondition.BEFORE_MERGE),
290290
// See https://opensearch.org/lines/2x.html for a list of all 2.x versions
291291
// IMPORTANT: Make sure to update the documentation for any newly supported OpenSearch versions
292292
// 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.19.1
7+
FROM docker.io/opensearchproject/opensearch:2.19.2

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.19.1
7+
FROM docker.io/opensearchproject/opensearch:2.19.2

0 commit comments

Comments
 (0)