[google-cloud-cpp] update to latest release (v2.3.0) (#27060)

This commit is contained in:
Carlos O'Ryan 2022-10-03 14:03:11 -07:00 committed by GitHub
parent 0a098ee6a8
commit 4a5fbdb6e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 6 deletions

View File

@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO googleapis/google-cloud-cpp
REF v2.2.0
SHA512 7f51f993464ff72e34a39ba0095774ba71b51203aba82953aaedf9c6eb610efe00d1e798f848575e7e526cf1e5de512bf2024adce50506bab429ac765429159c
REF v2.3.0
SHA512 094b8607aab0fc69a0999f63c4f4ed0d23a3658215192229968dfcf24ae3c9610821dc0e9b0da61edf192fcbf554e23cd4f9979c57ff6103011251012fb28596
HEAD_REF main
PATCHES
support_absl_cxx17.patch

View File

@ -1,7 +1,6 @@
{
"name": "google-cloud-cpp",
"version": "2.2.0",
"port-version": 1,
"version": "2.3.0",
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
"homepage": "https://github.com/googleapis/google-cloud-cpp",
"license": "Apache-2.0",
@ -392,6 +391,18 @@
}
]
},
"edgecontainer": {
"description": "Distributed Cloud Edge Container API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"eventarc": {
"description": "Eventarc API C++ Client Library",
"dependencies": [
@ -612,6 +623,18 @@
}
]
},
"networkconnectivity": {
"description": "Network Connectivity API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"networkmanagement": {
"description": "Network Management API C++ Client Library",
"dependencies": [

View File

@ -2689,8 +2689,8 @@
"port-version": 1
},
"google-cloud-cpp": {
"baseline": "2.2.0",
"port-version": 1
"baseline": "2.3.0",
"port-version": 0
},
"google-cloud-cpp-common": {
"baseline": "alias",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "653d6d11f8a3dade7985f982ae09471dc34b9d7d",
"version": "2.3.0",
"port-version": 0
},
{
"git-tree": "1787308d659051c50c95298d855cd7ad5308d8b4",
"version": "2.2.0",