[opentelemetry-cpp] Update to v1.0.0 (#20260)

This commit is contained in:
Sergii Baitala 2021-09-20 22:29:40 +03:00 committed by GitHub
parent 36fe652165
commit 680de654a9
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-rc4
SHA512 93de3e61b6bd0a9237cf81dedbcdb078fb92c1dc562975c82134d791ad911d4d3c0e717f390a0a993fbeda5d5c90206c0e7a0c7085e58d9cfefbc9fd4ff209d2
REF v1.0.0
SHA512 283090b24494caeb148a791b107c4bba2c4891492d3c3df6b1b9b5c3141c5b9e3aaf86f5d80b1ee7737988bcd3e92ff991a48a234503aa63f8cbd43d0f0fe1a6
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-rc4",
"version-semver": "1.0.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."

View File

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

View File

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