diff --git a/ports/google-cloud-cpp/portfile.cmake b/ports/google-cloud-cpp/portfile.cmake index ce16a2a63c9a69..08ad13b4dae95f 100644 --- a/ports/google-cloud-cpp/portfile.cmake +++ b/ports/google-cloud-cpp/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO googleapis/google-cloud-cpp REF "v${VERSION}" - SHA512 c7fd2445339fbb9f66d6863693feff456fa14381e83f3e28456aed2e8102c8d776868afa1a5020874672306f68e911f199b5ce667c61708166925c63877e8c5d + SHA512 eda4e409771f4f9eb076ce6e6454546f35cecc329c3277c6db5fd5a205d6d6d3182a0743820208b9e672a56e94e61a2c43427c9c54837808df5d789bd1129eae HEAD_REF main PATCHES support_absl_cxx17.patch diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index 69aa7ebf3e348a..06e959435ffb13 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,7 +1,6 @@ { "name": "google-cloud-cpp", - "version": "2.14.0", - "port-version": 1, + "version": "2.15.0", "description": "C++ Client Libraries for Google Cloud Platform APIs.", "homepage": "https://github.com/googleapis/google-cloud-cpp", "license": "Apache-2.0", @@ -441,6 +440,18 @@ } ] }, + "datastore": { + "description": "Cloud Datastore API C++ Client Library", + "dependencies": [ + { + "name": "google-cloud-cpp", + "default-features": false, + "features": [ + "grpc-common" + ] + } + ] + }, "datastream": { "description": "Datastream API C++ Client Library", "dependencies": [ @@ -501,6 +512,18 @@ } ] }, + "discoveryengine": { + "description": "Discovery Engine API C++ Client Library", + "dependencies": [ + { + "name": "google-cloud-cpp", + "default-features": false, + "features": [ + "grpc-common" + ] + } + ] + }, "dlp": { "description": "Cloud Data Loss Prevention (DLP) API C++ Client Library", "dependencies": [ @@ -903,6 +926,18 @@ } ] }, + "policysimulator": { + "description": "Policy Simulator API C++ Client Library", + "dependencies": [ + { + "name": "google-cloud-cpp", + "default-features": false, + "features": [ + "grpc-common" + ] + } + ] + }, "policytroubleshooter": { "description": "Policy Troubleshooter API C++ Client Library", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 1df8c349d5a67d..77aa6f526399c0 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2965,8 +2965,8 @@ "port-version": 5 }, "google-cloud-cpp": { - "baseline": "2.14.0", - "port-version": 1 + "baseline": "2.15.0", + "port-version": 0 }, "google-cloud-cpp-common": { "baseline": "alias", diff --git a/versions/g-/google-cloud-cpp.json b/versions/g-/google-cloud-cpp.json index d4ac906abba397..ffafdd38af0a41 100644 --- a/versions/g-/google-cloud-cpp.json +++ b/versions/g-/google-cloud-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "abe57efc591eb204c5e39b2a78c5c1d6832fc236", + "version": "2.15.0", + "port-version": 0 + }, { "git-tree": "d32a3fa190564c35057874f3912f61ebf07852b7", "version": "2.14.0",