Skip to content

Commit

Permalink
[opentelemetry-cpp] Update to 1.13.0
Browse files Browse the repository at this point in the history
The patch to add a dependency of opentelemetry-proto on gRPC should
not be needed after the upstream changes in:

open-telemetry/opentelemetry-cpp#2268
  • Loading branch information
waywardmonkeys committed Jan 2, 2024
1 parent a344996 commit 16e3fd5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 23 deletions.
15 changes: 0 additions & 15 deletions ports/opentelemetry-cpp/add-missing-dependencies.patch

This file was deleted.

5 changes: 1 addition & 4 deletions ports/opentelemetry-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open-telemetry/opentelemetry-cpp
REF "v${VERSION}"
SHA512 55553e3695adbc446264a4589fe8e3b2a284c0aac50ce2a09f76913bc8c0196b8ec8f79a32366c4473196332d4bff058793fe54ad2e95350fc046e3d148c8abb
SHA512 38a3796a5f4c28fd54cc2a5475b3a024e2e73594acbc635fccc6358bf4d93ae897fc0ce55a93d27736a08622869ccc9fe9a9ee62e3884adadb3f135c27d378ec
HEAD_REF main
PATCHES
# When compiling code generated by gRPC we need to link the gRPC library
# too.
add-missing-dependencies.patch
# Missing find_dependency for Abseil
add-missing-find-dependency.patch
)
Expand Down
3 changes: 1 addition & 2 deletions ports/opentelemetry-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "opentelemetry-cpp",
"version-semver": "1.12.0",
"port-version": 1,
"version-semver": "1.13.0",
"description": [
"OpenTelemetry is a collection of tools, APIs, and SDKs.",
"You use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior."
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6357,8 +6357,8 @@
"port-version": 1
},
"opentelemetry-cpp": {
"baseline": "1.12.0",
"port-version": 1
"baseline": "1.13.0",
"port-version": 0
},
"opentelemetry-fluentd": {
"baseline": "2.0.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/opentelemetry-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c23bdec45f3acefb243e6647be2bd93e4d3ebe6e",
"version-semver": "1.13.0",
"port-version": 0
},
{
"git-tree": "71dd31a63ee43f477bad710ccce04ffac2be5238",
"version-semver": "1.12.0",
Expand Down

0 comments on commit 16e3fd5

Please sign in to comment.