Skip to content

Commit 8684fe8

Browse files
retaRakshit Goyal
authored andcommitted
Update OpenTelemetry to 1.58.0 (#20441)
Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Rakshit Goyal <[email protected]>
1 parent dbb6d2e commit 8684fe8

33 files changed

+40
-17
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3939
- Fix indexing regression and bug fixes for grouping criteria. ([20145](https://github.com/opensearch-project/OpenSearch/pull/20145))
4040
- LeafReader should not remove SubReaderWrappers incase IndexWriter encounters a non aborting Exception ([#20193](https://github.com/opensearch-project/OpenSearch/pull/20193))
4141
- Fix Netty deprecation warnings in transport-reactor-netty4 module ([20429](https://github.com/opensearch-project/OpenSearch/pull/20429))
42+
- Adding validation to check if Remote Store Translog Repo is enabled ([#20450](https://github.com/opensearch-project/OpenSearch/pull/20450))
4243

4344
### Dependencies
4445
- Bump `com.google.auth:google-auth-library-oauth2-http` from 1.38.0 to 1.41.0 ([#20183](https://github.com/opensearch-project/OpenSearch/pull/20183))
@@ -71,7 +72,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7172
- Bump `org.wiremock:wiremock-standalone` from 3.6.0 to 3.13.2 ([#20406](https://github.com/opensearch-project/OpenSearch/pull/20406))
7273
- Bump `tj-actions/changed-files` from 47.0.0 to 47.0.1 ([#20408](https://github.com/opensearch-project/OpenSearch/pull/20408))
7374
- Bump `reactor-netty` to 1.3.2, `reactor` to 3.8.2 ([#20419](https://github.com/opensearch-project/OpenSearch/pull/20419))
75+
- Bump `dnsjava:dnsjava` from 3.6.3 to 3.6.4 ([#20440](https://github.com/opensearch-project/OpenSearch/pull/20440))
7476
- Bump `com.netflix.nebula.ospackage-base` from 12.1.1 to 12.2.0 ([#20439](https://github.com/opensearch-project/OpenSearch/pull/20439))
77+
- Bump OpenTelemetry to 1.58.0 ([#20441](https://github.com/opensearch-project/OpenSearch/pull/20441))
7578

7679
### Removed
7780

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jzlib = "1.1.3"
9494
resteasy = "6.2.4.Final"
9595

9696
# opentelemetry dependencies
97-
opentelemetry = "1.57.0"
97+
opentelemetry = "1.58.0"
9898
opentelemetrysemconv = "1.37.0"
9999

100100
# arrow dependencies

plugins/telemetry-otel/licenses/opentelemetry-api-1.57.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6d2be0c909cfe6c9e0d9349d4b1f5d7edf4f57ee

plugins/telemetry-otel/licenses/opentelemetry-api-incubator-1.57.0-alpha.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b2be07335417b99c9060c2f95c2c8b61dc1c80bd

plugins/telemetry-otel/licenses/opentelemetry-common-1.57.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b010feca635862d4e0cc65ffdacaa2ce2cb764f1

plugins/telemetry-otel/licenses/opentelemetry-context-1.57.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2df0b731c3c7c461816310891885777d424a1799

0 commit comments

Comments
 (0)