From 2e296e34e01c54191107430810f37d7251902a27 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:31:41 +0000 Subject: [PATCH] chore(main): release 0.202.1 --- CHANGELOG.md | 52 +++++++++++++++++++++++++++++++ Container/VERSION | 2 +- ContainerAnalysis/VERSION | 2 +- Core/VERSION | 2 +- Datastore/VERSION | 2 +- Datastore/src/DatastoreClient.php | 2 +- Firestore/VERSION | 2 +- Firestore/src/FirestoreClient.php | 2 +- Storage/VERSION | 2 +- Storage/src/StorageClient.php | 2 +- Vision/VERSION | 2 +- Vision/src/VisionClient.php | 2 +- composer.json | 14 ++++----- src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- 15 files changed, 72 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a9c30e8f7..4cf5d94fe2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,57 @@ # Changelog +## 0.202.1 + +
google/cloud-container 1.12.1 + + + +### Documentation + +* Minor formatting in docstring ([#6102](https://github.com/googleapis/google-cloud-php/issues/6102)) ([fd6d686](https://github.com/googleapis/google-cloud-php/commit/fd6d686ee4e1fdea14af67c1661ae00cc113fb8d)) + +
+ +
google/cloud-container-analysis 0.2.14 + + + +### Bug Fixes + +* **deps:** Update dependency google/grafeas to ^0.7.0 ([#6107](https://github.com/googleapis/google-cloud-php/issues/6107)) ([aff65d8](https://github.com/googleapis/google-cloud-php/commit/aff65d8f8123bab562a4fbcfd4b920ac8e3a12cd)) + +
+ +
google/cloud-core 1.50.1 + + + +
+ +
google/cloud-datastore 1.21.1 + + + +
+ +
google/cloud-firestore 1.30.1 + + + +
+ +
google/cloud-storage 1.30.4 + + + +
+ +
google/cloud-vision 1.6.7 + + + +
+ ## 0.202.0
google/cloud-access-approval 1.0.4 diff --git a/Container/VERSION b/Container/VERSION index 0eed1a29efd..f8f4f03b3dc 100644 --- a/Container/VERSION +++ b/Container/VERSION @@ -1 +1 @@ -1.12.0 +1.12.1 diff --git a/ContainerAnalysis/VERSION b/ContainerAnalysis/VERSION index 27792457cb5..769ed6ae790 100644 --- a/ContainerAnalysis/VERSION +++ b/ContainerAnalysis/VERSION @@ -1 +1 @@ -0.2.13 +0.2.14 diff --git a/Core/VERSION b/Core/VERSION index 5a5c7211dc6..9cbd34da1ac 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.50.0 +1.50.1 diff --git a/Datastore/VERSION b/Datastore/VERSION index 3500250a4b0..2844977405c 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -1.21.0 +1.21.1 diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php index ec646bd7f22..e01200d8674 100644 --- a/Datastore/src/DatastoreClient.php +++ b/Datastore/src/DatastoreClient.php @@ -91,7 +91,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.21.0'; + const VERSION = '1.21.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/Firestore/VERSION b/Firestore/VERSION index 034552a83ee..7f3c3affd72 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.30.0 +1.30.1 diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index 1b6f9535750..787716f4fd1 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.30.0'; + const VERSION = '1.30.1'; const DEFAULT_DATABASE = '(default)'; diff --git a/Storage/VERSION b/Storage/VERSION index b0f33908df1..593d72103a0 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.30.3 +1.30.4 diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index 4b396ea0596..94894e325fc 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.30.3'; + const VERSION = '1.30.4'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only'; diff --git a/Vision/VERSION b/Vision/VERSION index ec70f755607..400084b1bf2 100644 --- a/Vision/VERSION +++ b/Vision/VERSION @@ -1 +1 @@ -1.6.6 +1.6.7 diff --git a/Vision/src/VisionClient.php b/Vision/src/VisionClient.php index 6ef48765e48..31a4a841bd3 100644 --- a/Vision/src/VisionClient.php +++ b/Vision/src/VisionClient.php @@ -50,7 +50,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '1.6.6'; + const VERSION = '1.6.7'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/composer.json b/composer.json index 50ab88f3581..d7fed07114f 100644 --- a/composer.json +++ b/composer.json @@ -112,9 +112,9 @@ "google/cloud-compute": "1.8.2", "google/cloud-confidentialcomputing": "0.1.0", "google/cloud-contact-center-insights": "1.2.1", - "google/cloud-container": "1.12.0", - "google/cloud-container-analysis": "0.2.13", - "google/cloud-core": "1.50.0", + "google/cloud-container": "1.12.1", + "google/cloud-container-analysis": "0.2.14", + "google/cloud-core": "1.50.1", "google/cloud-data-catalog": "1.4.1", "google/cloud-data-fusion": "0.2.10", "google/cloud-datacatalog-lineage": "0.1.2", @@ -124,7 +124,7 @@ "google/cloud-dataplex": "0.2.3", "google/cloud-dataproc": "3.6.0", "google/cloud-dataproc-metastore": "0.6.0", - "google/cloud-datastore": "1.21.0", + "google/cloud-datastore": "1.21.1", "google/cloud-datastore-admin": "0.5.8", "google/cloud-datastream": "1.0.4", "google/cloud-debugger": "1.4.15", @@ -139,7 +139,7 @@ "google/cloud-eventarc": "1.0.4", "google/cloud-eventarc-publishing": "0.3.4", "google/cloud-filestore": "1.1.1", - "google/cloud-firestore": "1.30.0", + "google/cloud-firestore": "1.30.1", "google/cloud-functions": "1.1.1", "google/cloud-game-servers": "1.0.4", "google/cloud-gke-backup": "0.1.6", @@ -195,7 +195,7 @@ "google/cloud-spanner": "1.58.3", "google/cloud-speech": "1.11.1", "google/cloud-sql-admin": "0.2.11", - "google/cloud-storage": "1.30.3", + "google/cloud-storage": "1.30.4", "google/cloud-storage-transfer": "1.0.5", "google/cloud-talent": "1.0.4", "google/cloud-tasks": "1.11.10", @@ -207,7 +207,7 @@ "google/cloud-video-stitcher": "0.5.0", "google/cloud-video-transcoder": "0.7.0", "google/cloud-videointelligence": "1.12.15", - "google/cloud-vision": "1.6.6", + "google/cloud-vision": "1.6.7", "google/cloud-vm-migration": "0.3.1", "google/cloud-vmware-engine": "0.1.3", "google/cloud-vpc-access": "1.0.4", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 2b396f35bdc..2e1ccb2ab9c 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.202.0'; + const VERSION = '0.202.1'; } diff --git a/src/Version.php b/src/Version.php index 8df377cacf0..51cf79d8238 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.202.0'; + const VERSION = '0.202.1'; }