Skip to content

Commit

Permalink
HSEARCH-5252 Test against the latest OpenSearch 2.17.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and marko-bekhta committed Oct 2, 2024
1 parent 3ca05a9 commit 63607f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ stage('Configure') {
new LocalOpenSearchBuildEnvironment(version: '2.14.0', condition: TestCondition.ON_DEMAND),
new LocalOpenSearchBuildEnvironment(version: '2.15.0', condition: TestCondition.ON_DEMAND),
new LocalOpenSearchBuildEnvironment(version: '2.16.0', condition: TestCondition.ON_DEMAND),
new LocalOpenSearchBuildEnvironment(version: '2.17.0', condition: TestCondition.BEFORE_MERGE),
new LocalOpenSearchBuildEnvironment(version: '2.17.1', condition: TestCondition.BEFORE_MERGE),
// See https://opensearch.org/lines/2x.html for a list of all 2.x versions
// IMPORTANT: Make sure to update the documentation for any newly supported OpenSearch versions
// See version.org.opensearch.compatible.expected.text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# IMPORTANT! When updating the version of OpenSearch in this Dockerfile,
# make sure to update `version.org.opensearch.latest` property in a POM file,
# and to update the version in opensearch.Dockerfile as well.
FROM docker.io/opensearchproject/opensearch:2.17.0
FROM docker.io/opensearchproject/opensearch:2.17.1
2 changes: 1 addition & 1 deletion build/container/search-backend/opensearch.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# IMPORTANT! When updating the version of OpenSearch in this Dockerfile,
# make sure to update `version.org.opensearch.latest` property in a POM file,
# and to update the version in amazon-opensearch-serverless.Dockerfile as well.
FROM docker.io/opensearchproject/opensearch:2.17.0
FROM docker.io/opensearchproject/opensearch:2.17.1

0 comments on commit 63607f7

Please sign in to comment.