Skip to content

Commit

Permalink
[opentelemetry-cpp] add version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua committed Oct 17, 2024
1 parent cdfcba9 commit 380b4af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/opentelemetry-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS

# opentelemetry-proto is a third party submodule and opentelemetry-cpp release did not pack it.
if(WITH_OTLP_GRPC OR WITH_OTLP_HTTP)
set(OTEL_PROTO_VERSION "1.3.1")
set(OTEL_PROTO_VERSION "1.3.2")
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/open-telemetry/opentelemetry-proto/archive/v${OTEL_PROTO_VERSION}.tar.gz"
FILENAME "opentelemetry-proto-${OTEL_PROTO_VERSION}.tar.gz"
SHA512 c89c4f7a73c11c020f8ea1cb836ccd222456f899ede8e81a1fd0024e0a88f17c44a66bada8ed3010b0d03ac052475edb34b855aeafcff50975d24c8859463d68
SHA512 ac95bb70c5566bab5c9ec7b9c469414b013f2bcf1c5ea82e7b7466311c767de091be819ddbbb01de8ce6e49f163035fec2a9d691c19ae47645b3c4a27c227f2b
)

vcpkg_extract_source_archive(src ARCHIVE "${ARCHIVE}")
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6721,7 +6721,7 @@
"port-version": 2
},
"opentelemetry-cpp": {
"baseline": "1.16.1",
"baseline": "1.17.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": "f1c52bb415c2c2e19b33e37dc85a2747720ae033",
"version-semver": "1.17.0",
"port-version": 0
},
{
"git-tree": "2372bb066c690f99d9e18fd3655dff92c010fecc",
"version-semver": "1.16.1",
Expand Down

0 comments on commit 380b4af

Please sign in to comment.