Skip to content

Commit

Permalink
chore(main): release 0.263.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 11, 2024
1 parent bb22cee commit 122c17c
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 9 deletions.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,70 @@
# Changelog

## 0.263.0

<details><summary>google/cloud-contact-center-insights 2.1.0</summary>



### 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))

</details>

<details><summary>google/cloud-container 2.2.0</summary>



### 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))

</details>

<details><summary>google/cloud-pubsub 2.8.0</summary>



### 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))

</details>

<details><summary>google/cloud-text-to-speech 1.10.0</summary>



### 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))

</details>

## 0.262.0

<details><summary>google/cloud-ai-platform 1.8.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion ContactCenterInsights/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.1.0
2 changes: 1 addition & 1 deletion Container/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.2.0
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
2.8.0
2 changes: 1 addition & 1 deletion PubSub/src/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion TextToSpeech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.1
1.10.0
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 122c17c

Please sign in to comment.