Skip to content

Commit

Permalink
[opentelemetry-cpp] update version to v1.2.0 (#22925)
Browse files Browse the repository at this point in the history
* [opentelemetry-cpp] update version to v1.2.0

* [opentelemetry-cpp] update version to v1.2.0

* [opentelemetry-cpp] update version to v1.2.0

* Fix version database.

Co-authored-by: Billy Robert O'Neal III <[email protected]>
  • Loading branch information
juandemanjon and BillyONeal authored Feb 4, 2022
1 parent 94c43b8 commit 0e8ad3b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/opentelemetry-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open-telemetry/opentelemetry-cpp
REF v1.1.1
SHA512 e14712f2085134ef0061a36a8ec77195e7a4def9cecb05c37e9c9c0752e59a42621c92166d2166eb8df4767e7b6ea2b39fdc9bcf925c6d66ccaf9f250421db55
REF v1.2.0
SHA512 5491fc21074f86d3b4ad5e8f7b16168b736491952942b7821984c4564fcb26f73630d83fe74ee7878848240a1b511f893e079154f42013bfe3bf1fd03c114c6d
HEAD_REF main
)

Expand Down
3 changes: 2 additions & 1 deletion ports/opentelemetry-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "opentelemetry-cpp",
"version-semver": "1.1.1",
"version-semver": "1.2.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."
],
"homepage": "https://github.com/open-telemetry/opentelemetry-cpp",
"license": "Apache-2.0",
"supports": "!(windows & !static)",
"dependencies": [
"curl",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5085,7 +5085,7 @@
"port-version": 4
},
"opentelemetry-cpp": {
"baseline": "1.1.1",
"baseline": "1.2.0",
"port-version": 0
},
"opentracing": {
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": "c8c4bd4f115feaa3faed25dc74c695c1627d4f0d",
"version-semver": "1.2.0",
"port-version": 0
},
{
"git-tree": "c6f08af646f830d343e50f00d01775f6ce8fc7d8",
"version-semver": "1.1.1",
Expand Down

0 comments on commit 0e8ad3b

Please sign in to comment.