Update opentelemetry-cpp port to v1.0.1 (#21004)

This commit is contained in:
Tom Tan 2021-10-27 00:03:56 -07:00 committed by GitHub
parent b03f45c31c
commit a875d75674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -11,8 +11,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open-telemetry/opentelemetry-cpp
REF v1.0.0
SHA512 283090b24494caeb148a791b107c4bba2c4891492d3c3df6b1b9b5c3141c5b9e3aaf86f5d80b1ee7737988bcd3e92ff991a48a234503aa63f8cbd43d0f0fe1a6
REF v1.0.1
SHA512 ddaf5f52f5c100f385e09a6eb69f08fced2e890145939d35f969b05743733409e43f4747713259b68641511401c2c1e01a498b9b7a20fab0f52ee6f4b5d3c77c
HEAD_REF main
)

View File

@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "opentelemetry-cpp",
"version-semver": "1.0.0",
"version-semver": "1.0.1",
"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."

View File

@ -4949,7 +4949,7 @@
"port-version": 2
},
"opentelemetry-cpp": {
"baseline": "1.0.0",
"baseline": "1.0.1",
"port-version": 0
},
"opentracing": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ff4e84e96c81b66be8b52bb00f09f79e692db7c4",
"version-semver": "1.0.1",
"port-version": 0
},
{
"git-tree": "929c881d18d9a55eba5985b788fbf8d409fb62c1",
"version-semver": "1.0.0",