Skip to content

Commit 098c5f9

Browse files
authored
[BUILD] Upgrade to opentelemetry-proto 1.8.0 (open-telemetry#3730)
1 parent 0ec5224 commit 098c5f9

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.1
1+
7.2.1

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Increment the:
2929
* [CONFIGURATION] File configuration - prometheus translation
3030
[#3715](https://github.com/open-telemetry/opentelemetry-cpp/pull/3715)
3131

32+
* [BUILD] Upgrade to opentelemetry-proto 1.8.0
33+
[#3730](https://github.com/open-telemetry/opentelemetry-cpp/pull/3730)
34+
3235
## [1.23 2025-09-25]
3336

3437
* [CodeHealth] Fix clang-tidy warnings part 6

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
1313
bazel_dep(name = "curl", version = "8.8.0")
1414
bazel_dep(name = "grpc", version = "1.66.0.bcr.2", repo_name = "com_github_grpc_grpc")
1515
bazel_dep(name = "nlohmann_json", version = "3.12.0", repo_name = "github_nlohmann_json")
16-
bazel_dep(name = "opentelemetry-proto", version = "1.7.0", repo_name = "com_github_opentelemetry_proto")
16+
bazel_dep(name = "opentelemetry-proto", version = "1.8.0", repo_name = "com_github_opentelemetry_proto")
1717
bazel_dep(name = "opentracing-cpp", version = "1.6.0", repo_name = "com_github_opentracing")
1818
bazel_dep(name = "platforms", version = "0.0.11")
1919
bazel_dep(name = "prometheus-cpp", version = "1.3.0", repo_name = "com_github_jupp0r_prometheus_cpp")

install/cmake/third_party_latest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ benchmark=v1.9.4
1313
googletest=v1.17.0
1414
ms-gsl=v4.2.0
1515
nlohmann-json=v3.12.0
16-
opentelemetry-proto=v1.7.0
16+
opentelemetry-proto=v1.8.0
1717
opentracing-cpp=v1.6.0
1818
prometheus-cpp=v1.3.0
1919
ryml=v0.9.0

third_party_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ benchmark=v1.9.4
2222
googletest=v1.17.0
2323
ms-gsl=v4.2.0
2424
nlohmann-json=v3.12.0
25-
opentelemetry-proto=v1.7.0
25+
opentelemetry-proto=v1.8.0
2626
opentracing-cpp=v1.6.0
2727
prometheus-cpp=v1.3.0
2828
ryml=v0.9.0

0 commit comments

Comments
 (0)