From 019e3b9c01a7523db4666ae91029f2e655e69d0d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:13:44 +0000 Subject: [PATCH] chore(main): release 0.227.0 --- AiPlatform/VERSION | 2 +- CHANGELOG.md | 44 +++++++++++++++++++++++++++++++ Firestore/VERSION | 2 +- Firestore/src/FirestoreClient.php | 2 +- RedisCluster/VERSION | 2 +- TelcoAutomation/VERSION | 2 +- composer.json | 8 +++--- 7 files changed, 53 insertions(+), 9 deletions(-) diff --git a/AiPlatform/VERSION b/AiPlatform/VERSION index 1b58cc10180e..697f087f376a 100644 --- a/AiPlatform/VERSION +++ b/AiPlatform/VERSION @@ -1 +1 @@ -0.27.0 +0.28.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d0b90270fd6e..752bc22f9733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # Changelog +## 0.227.0 + +
google/cloud-ai-platform 0.28.0 + + + +### Features + +* Add deployment_timeout to UploadModel ModelContainerSpec ([#6789](https://github.com/googleapis/google-cloud-php/issues/6789)) ([68c4bc4](https://github.com/googleapis/google-cloud-php/commit/68c4bc4fe8ffd97525a8b9e3d3cf90529968243d)) +* Add shared_memory_size_mb to UploadModel ModelContainerSpec ([68c4bc4](https://github.com/googleapis/google-cloud-php/commit/68c4bc4fe8ffd97525a8b9e3d3cf90529968243d)) +* Add startup_probe, health_probe to UploadModel ModelContainerSpec ([68c4bc4](https://github.com/googleapis/google-cloud-php/commit/68c4bc4fe8ffd97525a8b9e3d3cf90529968243d)) + +
+ +
google/cloud-firestore 1.38.0 + + + +### Features + +* **Firestore:** SUM / AVG aggregation feature ([#6557](https://github.com/googleapis/google-cloud-php/issues/6557)) ([53a2795](https://github.com/googleapis/google-cloud-php/commit/53a2795947ac29e16ece35f8a77ca1e848fc9062)) + +
+ +
google/cloud-redis-cluster 0.1.0 + + + +### Features + +* Introduce Redis Cluster ([#6795](https://github.com/googleapis/google-cloud-php/issues/6795)) ([b161dcf](https://github.com/googleapis/google-cloud-php/commit/b161dcfd1a1a6b1a42cc165c3371d8b3433572b7)) + +
+ +
google/cloud-telcoautomation 0.1.0 + + + +### Features + +* Introduce Telecoautomation ([#6794](https://github.com/googleapis/google-cloud-php/issues/6794)) ([4e0b460](https://github.com/googleapis/google-cloud-php/commit/4e0b460add3c599b79ca3e1dd863eec197e711ee)) + +
+ ## 0.226.0
google/cloud-ai-platform 0.27.0 diff --git a/Firestore/VERSION b/Firestore/VERSION index 199e8f7a3aeb..ebeef2f2d619 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.37.7 +1.38.0 diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index 194fec415cad..8048047081dc 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.37.7'; + const VERSION = '1.38.0'; const DEFAULT_DATABASE = '(default)'; diff --git a/RedisCluster/VERSION b/RedisCluster/VERSION index 77d6f4ca2371..6e8bf73aa550 100644 --- a/RedisCluster/VERSION +++ b/RedisCluster/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/TelcoAutomation/VERSION b/TelcoAutomation/VERSION index 77d6f4ca2371..6e8bf73aa550 100644 --- a/TelcoAutomation/VERSION +++ b/TelcoAutomation/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/composer.json b/composer.json index 1386b145cbf5..1b0d276fa771 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,7 @@ "google/analytics-data": "0.11.2", "google/cloud-access-approval": "1.1.3", "google/cloud-advisorynotifications": "0.5.1", - "google/cloud-ai-platform": "0.27.0", + "google/cloud-ai-platform": "0.28.0", "google/cloud-alloydb": "0.8.0", "google/cloud-api-gateway": "1.2.2", "google/cloud-api-keys": "0.3.3", @@ -142,7 +142,7 @@ "google/cloud-eventarc": "1.2.2", "google/cloud-eventarc-publishing": "0.5.1", "google/cloud-filestore": "1.3.2", - "google/cloud-firestore": "1.37.7", + "google/cloud-firestore": "1.38.0", "google/cloud-functions": "1.4.2", "google/cloud-game-servers": "1.2.2", "google/cloud-gke-backup": "0.5.3", @@ -186,7 +186,7 @@ "google/cloud-recommendations-ai": "0.6.4", "google/cloud-recommender": "1.9.1", "google/cloud-redis": "1.8.4", - "google/cloud-redis-cluster": "0.0.0", + "google/cloud-redis-cluster": "0.1.0", "google/cloud-resource-manager": "0.7.2", "google/cloud-resource-settings": "1.1.3", "google/cloud-retail": "1.4.2", @@ -210,7 +210,7 @@ "google/cloud-support": "0.1.2", "google/cloud-talent": "1.2.2", "google/cloud-tasks": "1.13.2", - "google/cloud-telcoautomation": "0.0.0", + "google/cloud-telcoautomation": "0.1.0", "google/cloud-text-to-speech": "1.7.2", "google/cloud-tpu": "1.3.2", "google/cloud-trace": "1.6.5",