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

This commit is contained in:
Scott Hart 2024-11-11 03:22:19 -05:00 коммит произвёл GitHub
Родитель e46cc24b3d
Коммит 54e04ebab6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 20 добавлений и 3 удалений

Просмотреть файл

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO googleapis/google-cloud-cpp
REF "v${VERSION}"
SHA512 9020e5f762285df163b91ac8cea3198d5744a772374237959896a5e5837010de87b8f637b13ac96effde2053217bb91e1275ab9a0e27bf946e0189b2289b29ef
SHA512 a29606ccd17b17388c8383d555b29ad8ca851e9ceb8337dd26e2945e81c3791f723e68053035c891533b7be5d79d44e3efe3beeff30a4adee6aa13e411638440
HEAD_REF main
)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "google-cloud-cpp",
"version": "2.30.0",
"version": "2.31.0",
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
"homepage": "https://github.com/googleapis/google-cloud-cpp",
"license": "Apache-2.0",
@ -1112,6 +1112,18 @@
}
]
},
"parallelstore": {
"description": "Cloud Parallel Store API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"policysimulator": {
"description": "Policy Simulator API C++ Client Library",
"dependencies": [

Просмотреть файл

@ -3209,7 +3209,7 @@
"port-version": 0
},
"google-cloud-cpp": {
"baseline": "2.30.0",
"baseline": "2.31.0",
"port-version": 0
},
"google-cloud-cpp-common": {

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b91c4361219e502e4629d0172e8200aaf69c2694",
"version": "2.31.0",
"port-version": 0
},
{
"git-tree": "50da62f4ab118b0cec820174bf07744014b03591",
"version": "2.30.0",