Skip to content

Commit

Permalink
[google-cloud-cpp] update to latest release (v2.14.0) (microsoft#33503)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored Sep 1, 2023
1 parent 632a33a commit 4a600e9
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/google-cloud-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
39 changes: 37 additions & 2 deletions ports/google-cloud-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/google-cloud-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "abe57efc591eb204c5e39b2a78c5c1d6832fc236",
"version": "2.15.0",
"port-version": 0
},
{
"git-tree": "d32a3fa190564c35057874f3912f61ebf07852b7",
"version": "2.14.0",
Expand Down

0 comments on commit 4a600e9

Please sign in to comment.