[google-cloud-cpp] update to latest release (v2.13.0) (#34238)

This commit is contained in:
Darren Bolduc 2023-10-04 14:36:32 -04:00 committed by GitHub
parent be2d7f886a
commit 3ee9091ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 72 additions and 18 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO googleapis/google-cloud-cpp
REF "v${VERSION}"
SHA512 225202a8e799f630f0b07c392bf305c28e21b99ef8dc5a670238a6d08e0e2816cd8ca1c43d7b252bcf5d289f875e64c16413085f63663265169807fd59977e43
SHA512 a7767e37f0c4997e0d8493ea12e144b22ef529e23da54eb2a2f82848d9535bce23080948be80e5ef6697b55bbfc3ee11225f7ea83fe8fa5f622df7dc45144744
HEAD_REF main
PATCHES
support_absl_cxx17.patch
@ -65,7 +65,7 @@ foreach(feature IN LISTS FEATURES)
endforeach()
# These packages are automatically installed depending on what features are
# enabled.
foreach(suffix common googleapis grpc_utils rest_internal opentelemetry dialogflow_cx dialogflow_es)
foreach(suffix common googleapis grpc_utils rest_internal rest_protobuf_internal dialogflow_cx dialogflow_es)
set(config_path "lib/cmake/google_cloud_cpp_${suffix}")
if(NOT IS_DIRECTORY "${CURRENT_PACKAGES_DIR}/${config_path}")
continue()

View File

@ -1,6 +1,6 @@
{
"name": "google-cloud-cpp",
"version": "2.15.1",
"version": "2.16.0",
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
"homepage": "https://github.com/googleapis/google-cloud-cpp",
"license": "Apache-2.0",
@ -319,6 +319,19 @@
}
]
},
"compute": {
"description": "Compute Engine C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common",
"rest-common"
]
}
]
},
"confidentialcomputing": {
"description": "Confidential Computing API C++ Client Library",
"dependencies": [
@ -331,6 +344,18 @@
}
]
},
"config": {
"description": "Infrastructure Manager API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"connectors": {
"description": "Connectors API C++ Client Library",
"dependencies": [
@ -572,20 +597,6 @@
}
]
},
"experimental-opentelemetry": {
"description": "OpenTelemetry C++ GCP Exporter Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"rest-common",
"trace"
]
},
"opentelemetry-cpp"
]
},
"experimental-storage-grpc": {
"description": "The GCS+gRPC plugin",
"dependencies": [
@ -830,6 +841,18 @@
}
]
},
"netapp": {
"description": "NetApp API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"networkconnectivity": {
"description": "Network Connectivity API C++ Client Library",
"dependencies": [
@ -878,6 +901,32 @@
}
]
},
"oauth2": {
"description": "OAuth2 Access Token Generation Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"rest-common"
]
}
]
},
"opentelemetry": {
"description": "OpenTelemetry C++ GCP Exporter Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"rest-common",
"trace"
]
},
"opentelemetry-cpp"
]
},
"optimization": {
"description": "Cloud Optimization API C++ Client Library",
"dependencies": [

View File

@ -2981,7 +2981,7 @@
"port-version": 5
},
"google-cloud-cpp": {
"baseline": "2.15.1",
"baseline": "2.16.0",
"port-version": 0
},
"google-cloud-cpp-common": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "76121e57d4d9f0ce925973295ee30a574d448e4f",
"version": "2.16.0",
"port-version": 0
},
{
"git-tree": "6b622eca80c311ef081e80432d56f13d9c8f0d72",
"version": "2.15.1",