Skip to content

Commit

Permalink
[opentelemetry-cpp] update to 1.19.0 (#43628)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Feb 5, 2025
1 parent 262fb71 commit 1f3f10d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/opentelemetry-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open-telemetry/opentelemetry-cpp
REF "v${VERSION}"
SHA512 67c7644d95d1aa3c217a414148ed90d19ce03bc5ed5b9e700866d66b9eda411d8261355e56a5e3888a993a9a2c15aab77edb8b0a45fc28fde923169ad4d41852
SHA512 639ca462dc2f3633f6b9c7b89000276d08ddbe1ee9d4322ac6568ad07d198000cf3c7c5d940e10db8142494b984f1f969956524cc2df4a65d072f4c10f367ddb
HEAD_REF main
PATCHES
cmake-quirks.diff
Expand Down
2 changes: 1 addition & 1 deletion ports/opentelemetry-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "opentelemetry-cpp",
"version-semver": "1.18.0",
"version-semver": "1.19.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
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6773,7 +6773,7 @@
"port-version": 3
},
"opentelemetry-cpp": {
"baseline": "1.18.0",
"baseline": "1.19.0",
"port-version": 0
},
"opentelemetry-cpp-contrib-version": {
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": "8137d32958a0605dc25781d8b8085a77e9b51d29",
"version-semver": "1.19.0",
"port-version": 0
},
{
"git-tree": "3d74005b2c4ffc8a0fdf151e5a82e64ea541a4f3",
"version-semver": "1.18.0",
Expand Down

0 comments on commit 1f3f10d

Please sign in to comment.