[google-cloud-cpp] update to the latest release (v2.10.0) (#31202)

This commit is contained in:
Carlos O'Ryan 2023-05-01 18:34:02 -04:00 committed by GitHub
parent 0b57cc72ac
commit 8b332e211c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO googleapis/google-cloud-cpp REPO googleapis/google-cloud-cpp
REF v${VERSION} REF v${VERSION}
SHA512 b6d75d1810bad9cfd9c0271d895324dd432c3275ccdce2fe8e4ee886da56577f06d778101b935b4084a876d957f3d45289c2ebd971a3ced42b12dfa5f2e5b916 SHA512 1ccc0163fcc34e4e8c74af0193d6402d115809a8421b8c78ce527ae934051b71401bd66df84174b405c3ab83aeabbc2ef5eefc66b241f6f4f0a82e2c7acf0428
HEAD_REF main HEAD_REF main
PATCHES PATCHES
support_absl_cxx17.patch support_absl_cxx17.patch

View File

@ -1,6 +1,6 @@
{ {
"name": "google-cloud-cpp", "name": "google-cloud-cpp",
"version": "2.9.0", "version": "2.10.0",
"description": "C++ Client Libraries for Google Cloud Platform APIs.", "description": "C++ Client Libraries for Google Cloud Platform APIs.",
"homepage": "https://github.com/googleapis/google-cloud-cpp", "homepage": "https://github.com/googleapis/google-cloud-cpp",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -307,6 +307,18 @@
} }
] ]
}, },
"confidentialcomputing": {
"description": "Confidential Computing API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"connectors": { "connectors": {
"description": "Connectors API C++ Client Library", "description": "Connectors API C++ Client Library",
"dependencies": [ "dependencies": [
@ -1069,6 +1081,18 @@
"nlohmann-json" "nlohmann-json"
] ]
}, },
"storageinsights": {
"description": "Storage Insights API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"storagetransfer": { "storagetransfer": {
"description": "Storage Transfer API C++ Client Library", "description": "Storage Transfer API C++ Client Library",
"dependencies": [ "dependencies": [
@ -1260,6 +1284,18 @@
] ]
} }
] ]
},
"workstations": {
"description": "Workstations API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
} }
} }
} }

View File

@ -2873,7 +2873,7 @@
"port-version": 3 "port-version": 3
}, },
"google-cloud-cpp": { "google-cloud-cpp": {
"baseline": "2.9.0", "baseline": "2.10.0",
"port-version": 0 "port-version": 0
}, },
"google-cloud-cpp-common": { "google-cloud-cpp-common": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "c3c69ec65e243e929646ca08f0697849d2d78191",
"version": "2.10.0",
"port-version": 0
},
{ {
"git-tree": "4f9ab675a9cb385078d01716543e99db9a95135a", "git-tree": "4f9ab675a9cb385078d01716543e99db9a95135a",
"version": "2.9.0", "version": "2.9.0",