Skip to content

Commit

Permalink
[google-cloud-cpp] update to the latest release (v2.10.0) (microsoft#…
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored May 1, 2023
1 parent 0b57cc7 commit 8b332e2
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/google-cloud-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 googleapis/google-cloud-cpp
REF v${VERSION}
SHA512 b6d75d1810bad9cfd9c0271d895324dd432c3275ccdce2fe8e4ee886da56577f06d778101b935b4084a876d957f3d45289c2ebd971a3ced42b12dfa5f2e5b916
SHA512 1ccc0163fcc34e4e8c74af0193d6402d115809a8421b8c78ce527ae934051b71401bd66df84174b405c3ab83aeabbc2ef5eefc66b241f6f4f0a82e2c7acf0428
HEAD_REF main
PATCHES
support_absl_cxx17.patch
Expand Down
38 changes: 37 additions & 1 deletion ports/google-cloud-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-cloud-cpp",
"version": "2.9.0",
"version": "2.10.0",
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
"homepage": "https://github.com/googleapis/google-cloud-cpp",
"license": "Apache-2.0",
Expand Down Expand Up @@ -307,6 +307,18 @@
}
]
},
"confidentialcomputing": {
"description": "Confidential Computing API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"connectors": {
"description": "Connectors API C++ Client Library",
"dependencies": [
Expand Down Expand Up @@ -1069,6 +1081,18 @@
"nlohmann-json"
]
},
"storageinsights": {
"description": "Storage Insights API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"storagetransfer": {
"description": "Storage Transfer API C++ Client Library",
"dependencies": [
Expand Down Expand Up @@ -1260,6 +1284,18 @@
]
}
]
},
"workstations": {
"description": "Workstations API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,7 @@
"port-version": 3
},
"google-cloud-cpp": {
"baseline": "2.9.0",
"baseline": "2.10.0",
"port-version": 0
},
"google-cloud-cpp-common": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/google-cloud-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c3c69ec65e243e929646ca08f0697849d2d78191",
"version": "2.10.0",
"port-version": 0
},
{
"git-tree": "4f9ab675a9cb385078d01716543e99db9a95135a",
"version": "2.9.0",
Expand Down

0 comments on commit 8b332e2

Please sign in to comment.