Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping the OpenSearch Client in general and the Server in the DataNode to 2.15 #20097

Merged
merged 5 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog/unreleased/pr-20097.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type = "a"
message = "bumping the OpenSearch (client, server in DataNode) to 2.15"

pulls = ["20097"]
8 changes: 4 additions & 4 deletions data-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<opensearch.version>2.12.0</opensearch.version>
<opensearch.version>2.15.0</opensearch.version>

<!--
We don't need to sign anything in this module. This fixes a release build error related to setting
Expand Down Expand Up @@ -551,7 +551,7 @@
https://artifacts.opensearch.org/releases/bundle/opensearch/${opensearch.version}/opensearch-${opensearch.version}-linux-x64.tar.gz
</url>
<sha512>
02af3abe0488279d9ba29cde8f69924344fdcef0bd59b13cec53e80121972469168c7479f4ffea645224c4e17d552b99408d5a217bdfe4851c143bde34afca90
a72f218b581903b1ddf1072498560bc5304516ed57feb39735f920985740366c2779ed9174251a13b9a9dabdfc184119c325bb387dadf96485dc7964ecf32d54
</sha512>
<outputFileName>opensearch-${opensearch.version}-linux-x64.tar.gz</outputFileName>
<outputDirectory>${project.build.directory}/opensearch</outputDirectory>
Expand All @@ -575,7 +575,7 @@
https://artifacts.opensearch.org/releases/bundle/opensearch/${opensearch.version}/opensearch-${opensearch.version}-linux-arm64.tar.gz
</url>
<sha512>
33838c1a6374338641288df7bd97c17bbab739cc1ae8137ea9fcd9a0e4c6f6bb9b5c3a677a2c181d73dc513526018b7eed1e0db4ed3c12f93586727afa22fce1
866c348ac39b7b35e671917349269383c75e1f9d10768742067807569180d1914fd09c6ae7e71d5e74bd77c8c8165ea17c19290b71f887f074dfe8e68dff66bb
</sha512>
<outputFileName>opensearch-${opensearch.version}-linux-aarch64.tar.gz</outputFileName>
<outputDirectory>${project.build.directory}/opensearch</outputDirectory>
Expand All @@ -601,7 +601,7 @@
<outputFileName>repository-s3-${opensearch.version}.zip</outputFileName>
<outputDirectory>${project.build.directory}/opensearch-plugins</outputDirectory>
<sha512>
a99a5e92a48a7c2c0039b89ca074295e5ec10e40c92cb2801bed6a486588188f600d3deb0f805f0833f67fe4fda6d2f6fd199a81c4475927eb20ad76c78312fd
de44a181133a33a08703e8464b52aa2ac29d1d9918d9478c307b98909a571baaaf0c9dcb664349802c3dd85fa53275bd2228248fd129179631b9096d470eb8d5
</sha512>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>

<!-- Dependencies -->
<opensearch.shaded.version>2.12.0-2</opensearch.shaded.version>
<opensearch.shaded.version>2.15.0-1</opensearch.shaded.version>
<airline.version>3.0.0</airline.version>
<amqp-client.version>5.21.0</amqp-client.version>
<antlr.version>4.13.2</antlr.version>
Expand Down
Loading