From 3a068b378863b1e87a4fcab753d9c159c57b4fc2 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:14:35 +0000 Subject: [PATCH] chore(main): release 0.227.0 --- AiPlatform/VERSION | 2 +- CHANGELOG.md | 70 +++++++++++++++++++++++++++++++ Container/VERSION | 2 +- Filestore/VERSION | 2 +- Firestore/VERSION | 2 +- Firestore/src/FirestoreClient.php | 2 +- Profiler/VERSION | 2 +- RedisCluster/VERSION | 2 +- TelcoAutomation/VERSION | 2 +- composer.json | 14 +++---- 10 files changed, 85 insertions(+), 15 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..dc37f2efef19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,75 @@ # 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-container 1.23.0 + + + +### Features + +* Add Provisioning Request API ([#6796](https://github.com/googleapis/google-cloud-php/issues/6796)) ([ff27805](https://github.com/googleapis/google-cloud-php/commit/ff2780532f52fe4ade6c780ce354d9e0124fdf4a)) + +
+ +
google/cloud-filestore 1.4.0 + + + +### Features + +* Added REGIONAL tier support in the v1 API ([#6790](https://github.com/googleapis/google-cloud-php/issues/6790)) ([244675e](https://github.com/googleapis/google-cloud-php/commit/244675e44914bd42cac8453c224e2cfc4e77824a)) + +
+ +
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-profiler 1.2.4 + + + +
+ +
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/Container/VERSION b/Container/VERSION index 57807d6d0d0c..a6c2798a482e 100644 --- a/Container/VERSION +++ b/Container/VERSION @@ -1 +1 @@ -1.22.0 +1.23.0 diff --git a/Filestore/VERSION b/Filestore/VERSION index 1892b9267677..88c5fb891dcf 100644 --- a/Filestore/VERSION +++ b/Filestore/VERSION @@ -1 +1 @@ -1.3.2 +1.4.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/Profiler/VERSION b/Profiler/VERSION index 0495c4a88cae..e8ea05db8142 100644 --- a/Profiler/VERSION +++ b/Profiler/VERSION @@ -1 +1 @@ -1.2.3 +1.2.4 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..5fab14c24cb4 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", @@ -114,7 +114,7 @@ "google/cloud-confidentialcomputing": "0.6.0", "google/cloud-config": "0.1.2", "google/cloud-contact-center-insights": "1.7.0", - "google/cloud-container": "1.22.0", + "google/cloud-container": "1.23.0", "google/cloud-container-analysis": "0.3.4", "google/cloud-core": "1.52.8", "google/cloud-data-catalog": "1.8.2", @@ -141,8 +141,8 @@ "google/cloud-essential-contacts": "0.3.4", "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-filestore": "1.4.0", + "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", @@ -179,14 +179,14 @@ "google/cloud-policysimulator": "0.1.1", "google/cloud-policytroubleshooter-iam": "0.1.1", "google/cloud-private-catalog": "0.3.3", - "google/cloud-profiler": "1.2.3", + "google/cloud-profiler": "1.2.4", "google/cloud-pubsub": "1.46.5", "google/cloud-rapidmigrationassessment": "0.2.2", "google/cloud-recaptcha-enterprise": "1.5.2", "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",