Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[prometheus-cpp] Update to 1.3.0 #42786

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/prometheus-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jupp0r/prometheus-cpp
REF "v${VERSION}"
SHA512 8c15492054189b736e502258c30aaaae0fac3c9ea61907260e6e3cd29fe4077451f9e49fd580508aa6e21691209545d9cf87011be5b046fa097a53a133167553
SHA512 e397f25c7a62d410d19be5e926cfb38175c89755e4ff9d67f06b905036daa82b0dfbe21fcc69438fc1c1e5d04f120ef7ff983ca9411ab198a3911992efb00093
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/prometheus-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prometheus-cpp",
"version-semver": "1.2.4",
"version-semver": "1.3.0",
"description": "Prometheus Client Library for Modern C++",
"license": "MIT",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7225,7 +7225,7 @@
"port-version": 1
},
"prometheus-cpp": {
"baseline": "1.2.4",
"baseline": "1.3.0",
"port-version": 0
},
"promise-cpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/prometheus-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f784dd713938f07787ffefffef73cbb933096046",
"version-semver": "1.3.0",
"port-version": 0
},
{
"git-tree": "7e9110fe6fedb8304d064ed962e5274b0593f3e4",
"version-semver": "1.2.4",
Expand Down