From 122c17ca60836cc4400370e811c22bdca978814a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:19:11 +0000 Subject: [PATCH] chore(main): release 0.263.0 --- CHANGELOG.md | 65 +++++++++++++++++++++++++++++++++++ ContactCenterInsights/VERSION | 2 +- Container/VERSION | 2 +- PubSub/VERSION | 2 +- PubSub/src/PubSubClient.php | 2 +- TextToSpeech/VERSION | 2 +- composer.json | 8 ++--- 7 files changed, 74 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 212fce24d2e8..9ad2aed1484f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,70 @@ # Changelog +## 0.263.0 + +
google/cloud-contact-center-insights 2.1.0 + + + +### Features + +* Add CMEK InitializeLroSpec ([534f367](https://github.com/googleapis/google-cloud-php/commit/534f3670edc86f7407c0224da4c4a48ea69d18fc)) +* Add import / export IssueModel ([#7731](https://github.com/googleapis/google-cloud-php/issues/7731)) ([534f367](https://github.com/googleapis/google-cloud-php/commit/534f3670edc86f7407c0224da4c4a48ea69d18fc)) +* Add metadata import to IngestConversations ([534f367](https://github.com/googleapis/google-cloud-php/commit/534f3670edc86f7407c0224da4c4a48ea69d18fc)) +* Add sampling to IngestConversations ([534f367](https://github.com/googleapis/google-cloud-php/commit/534f3670edc86f7407c0224da4c4a48ea69d18fc)) + + +### Documentation + +* Add a comment for valid `order_by` values in ListConversations ([534f367](https://github.com/googleapis/google-cloud-php/commit/534f3670edc86f7407c0224da4c4a48ea69d18fc)) +* Add a comment for valid `update_mask` values in UpdateConversation ([534f367](https://github.com/googleapis/google-cloud-php/commit/534f3670edc86f7407c0224da4c4a48ea69d18fc)) + +
+ +
google/cloud-container 2.2.0 + + + +### Features + +* Add an effective_cgroup_mode field in node config ([#7737](https://github.com/googleapis/google-cloud-php/issues/7737)) ([bb22cee](https://github.com/googleapis/google-cloud-php/commit/bb22cee327bb8a5a438bde0d39e6e48ae1d51b72)) +* Add API to enable/disable secret manager csi component on GKE clusters ([bb22cee](https://github.com/googleapis/google-cloud-php/commit/bb22cee327bb8a5a438bde0d39e6e48ae1d51b72)) +* Add CompliancePosture field for configuration of GKE Compliance Posture product ([bb22cee](https://github.com/googleapis/google-cloud-php/commit/bb22cee327bb8a5a438bde0d39e6e48ae1d51b72)) +* Add CompliancePosture field for configuration of GKE Compliance Posture product ([bb22cee](https://github.com/googleapis/google-cloud-php/commit/bb22cee327bb8a5a438bde0d39e6e48ae1d51b72)) +* Add KCP_SSHD and KCP_CONNECTION to the supported values for the --logging flag for the create and update cluster commands ([bb22cee](https://github.com/googleapis/google-cloud-php/commit/bb22cee327bb8a5a438bde0d39e6e48ae1d51b72)) +* Add RBACBindingConfig to API ([bb22cee](https://github.com/googleapis/google-cloud-php/commit/bb22cee327bb8a5a438bde0d39e6e48ae1d51b72)) +* Add storage pools field to NodePool API ([bb22cee](https://github.com/googleapis/google-cloud-php/commit/bb22cee327bb8a5a438bde0d39e6e48ae1d51b72)) +* Added support for Parallelstore CSI Driver ([bb22cee](https://github.com/googleapis/google-cloud-php/commit/bb22cee327bb8a5a438bde0d39e6e48ae1d51b72)) +* Surface upgrade_target_version in GetServerConfig for all supported release channels ([bb22cee](https://github.com/googleapis/google-cloud-php/commit/bb22cee327bb8a5a438bde0d39e6e48ae1d51b72)) + + +### Documentation + +* Minor documentation updates ([bb22cee](https://github.com/googleapis/google-cloud-php/commit/bb22cee327bb8a5a438bde0d39e6e48ae1d51b72)) + +
+ +
google/cloud-pubsub 2.8.0 + + + +### Features + +* Add IngestionFailureEvent to the external proto ([#7738](https://github.com/googleapis/google-cloud-php/issues/7738)) ([438b3e8](https://github.com/googleapis/google-cloud-php/commit/438b3e8a540f8b95e24eb10abcb061c90b5dec48)) + +
+ +
google/cloud-text-to-speech 1.10.0 + + + +### Features + +* Add CustomPronunciationParams for upcoming feature work ([ce39c2e](https://github.com/googleapis/google-cloud-php/commit/ce39c2ef70b75bda13fde63335fd6810480d606d)) +* Add low latency journey option to proto ([#7740](https://github.com/googleapis/google-cloud-php/issues/7740)) ([ce39c2e](https://github.com/googleapis/google-cloud-php/commit/ce39c2ef70b75bda13fde63335fd6810480d606d)) + +
+ ## 0.262.0
google/cloud-ai-platform 1.8.0 diff --git a/ContactCenterInsights/VERSION b/ContactCenterInsights/VERSION index 38f77a65b301..7ec1d6db4087 100644 --- a/ContactCenterInsights/VERSION +++ b/ContactCenterInsights/VERSION @@ -1 +1 @@ -2.0.1 +2.1.0 diff --git a/Container/VERSION b/Container/VERSION index 7ec1d6db4087..ccbccc3dc626 100644 --- a/Container/VERSION +++ b/Container/VERSION @@ -1 +1 @@ -2.1.0 +2.2.0 diff --git a/PubSub/VERSION b/PubSub/VERSION index 24ba9a38de68..834f26295383 100644 --- a/PubSub/VERSION +++ b/PubSub/VERSION @@ -1 +1 @@ -2.7.0 +2.8.0 diff --git a/PubSub/src/PubSubClient.php b/PubSub/src/PubSubClient.php index 938d05cfc093..1711371f87d3 100644 --- a/PubSub/src/PubSubClient.php +++ b/PubSub/src/PubSubClient.php @@ -99,7 +99,7 @@ class PubSubClient use ApiHelperTrait; use ClientOptionsTrait; - const VERSION = '2.7.0'; + const VERSION = '2.8.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/TextToSpeech/VERSION b/TextToSpeech/VERSION index 9ab8337f3962..81c871de46b3 100644 --- a/TextToSpeech/VERSION +++ b/TextToSpeech/VERSION @@ -1 +1 @@ -1.9.1 +1.10.0 diff --git a/composer.json b/composer.json index cef449693376..597ebdee8607 100644 --- a/composer.json +++ b/composer.json @@ -119,8 +119,8 @@ "google/cloud-compute": "1.19.0", "google/cloud-confidentialcomputing": "1.1.0", "google/cloud-config": "1.0.0", - "google/cloud-contact-center-insights": "2.0.1", - "google/cloud-container": "2.1.0", + "google/cloud-contact-center-insights": "2.1.0", + "google/cloud-container": "2.2.0", "google/cloud-container-analysis": "1.0.1", "google/cloud-core": "1.60.0", "google/cloud-data-catalog": "2.0.1", @@ -192,7 +192,7 @@ "google/cloud-private-catalog": "0.4.4", "google/cloud-privilegedaccessmanager": "0.1.0", "google/cloud-profiler": "2.0.0", - "google/cloud-pubsub": "2.7.0", + "google/cloud-pubsub": "2.8.0", "google/cloud-quotas": "1.0.0", "google/cloud-rapidmigrationassessment": "1.0.0", "google/cloud-recaptcha-enterprise": "1.15.0", @@ -228,7 +228,7 @@ "google/cloud-talent": "2.0.0", "google/cloud-tasks": "1.15.0", "google/cloud-telcoautomation": "1.0.0", - "google/cloud-text-to-speech": "1.9.1", + "google/cloud-text-to-speech": "1.10.0", "google/cloud-tpu": "1.4.5", "google/cloud-trace": "1.8.6", "google/cloud-translate": "1.19.0",