Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 18, 2024
1 parent d8afab0 commit 20f9956
Show file tree
Hide file tree
Showing 27 changed files with 65 additions and 26 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"packages/google-cloud-compute": "1.23.0",
"packages/google-cloud-confidentialcomputing": "0.4.14",
"packages/google-cloud-config": "0.1.14",
"packages/google-cloud-contact-center-insights": "1.21.0",
"packages/google-cloud-contact-center-insights": "1.22.0",
"packages/google-cloud-container": "2.55.0",
"packages/google-cloud-containeranalysis": "2.16.0",
"packages/google-cloud-contentwarehouse": "0.7.12",
"packages/google-cloud-data-fusion": "1.12.0",
"packages/google-cloud-data-qna": "0.10.14",
"packages/google-cloud-datacatalog": "3.24.0",
"packages/google-cloud-datacatalog": "3.24.1",
"packages/google-cloud-datacatalog-lineage": "0.3.11",
"packages/google-cloud-dataflow-client": "0.8.15",
"packages/google-cloud-dataform": "0.5.14",
Expand All @@ -72,7 +72,7 @@
"packages/google-cloud-datastream": "1.11.0",
"packages/google-cloud-deploy": "2.5.0",
"packages/google-cloud-developerconnect": "0.1.6",
"packages/google-cloud-dialogflow": "2.37.0",
"packages/google-cloud-dialogflow": "2.38.0",
"packages/google-cloud-dialogflow-cx": "1.38.0",
"packages/google-cloud-discoveryengine": "0.13.5",
"packages/google-cloud-dlp": "3.26.0",
Expand All @@ -97,7 +97,7 @@
"packages/google-cloud-iam-logging": "1.4.0",
"packages/google-cloud-iap": "1.15.0",
"packages/google-cloud-ids": "1.9.0",
"packages/google-cloud-kms": "3.2.0",
"packages/google-cloud-kms": "3.2.1",
"packages/google-cloud-kms-inventory": "0.2.12",
"packages/google-cloud-language": "2.16.0",
"packages/google-cloud-life-sciences": "0.9.15",
Expand Down Expand Up @@ -161,7 +161,7 @@
"packages/google-cloud-talent": "2.15.0",
"packages/google-cloud-tasks": "2.18.0",
"packages/google-cloud-telcoautomation": "0.2.8",
"packages/google-cloud-texttospeech": "2.22.0",
"packages/google-cloud-texttospeech": "2.23.0",
"packages/google-cloud-tpu": "1.20.0",
"packages/google-cloud-trace": "1.15.0",
"packages/google-cloud-translate": "3.19.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/google-cloud-contact-center-insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.22.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-contact-center-insights-v1.21.0...google-cloud-contact-center-insights-v1.22.0) (2024-12-18)


### Features

* [google-cloud-contact-center-insights] A new resource pattern value `projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}/authorizedViews/{authorized_view}/conversations/{conversation}` added to the resource definition `contactcenterinsights.googleapis.com/Conversation` ([8963da7](https://github.com/googleapis/google-cloud-python/commit/8963da77bf07fd2d2b4058c236b769ac4df63f18))
* A new field `agent_type` is added to message `.google.cloud.contactcenterinsights.v1.Conversation` ([8963da7](https://github.com/googleapis/google-cloud-python/commit/8963da77bf07fd2d2b4058c236b769ac4df63f18))
* A new resource pattern value `projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}/authorizedViews/{authorized_view}/conversations/{conversation}/analyses/{analysis}` added to the resource definition `contactcenterinsights.googleapis.com/Analysis` ([8963da7](https://github.com/googleapis/google-cloud-python/commit/8963da77bf07fd2d2b4058c236b769ac4df63f18))
* A new resource pattern value `projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}/authorizedViews/{authorized_view}/conversations/{conversation}/feedbackLabels/{feedback_label}` added to the resource definition `contactcenterinsights.googleapis.com/FeedbackLabel` ([8963da7](https://github.com/googleapis/google-cloud-python/commit/8963da77bf07fd2d2b4058c236b769ac4df63f18))

## [1.21.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-contact-center-insights-v1.20.0...google-cloud-contact-center-insights-v1.21.0) (2024-12-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.22.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.22.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-contact-center-insights",
"version": "0.1.0"
"version": "1.22.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-datacatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-cloud-datacatalog/#history

## [3.24.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-datacatalog-v3.24.0...google-cloud-datacatalog-v3.24.1) (2024-12-18)


### Documentation

* [google-cloud-datacatalog] fix markdown reference in `TagTemplate.is_publicly_readable` comment ([#13369](https://github.com/googleapis/google-cloud-python/issues/13369)) ([d8afab0](https://github.com/googleapis/google-cloud-python/commit/d8afab0223e90ea0f13a8669cfd88ff06318d4ec))

## [3.24.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-datacatalog-v3.23.0...google-cloud-datacatalog-v3.24.0) (2024-12-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "3.24.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "3.24.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "3.24.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datacatalog",
"version": "0.1.0"
"version": "3.24.1"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datacatalog",
"version": "0.1.0"
"version": "3.24.1"
},
"snippets": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-dialogflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://pypi.org/project/google-cloud-dialogflow/#history

## [2.38.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dialogflow-v2.37.0...google-cloud-dialogflow-v2.38.0) (2024-12-18)


### Features

* [google-cloud-dialogflow] add new fields for delivering ([aa99816](https://github.com/googleapis/google-cloud-python/commit/aa998161a58ad9ce48c61ce913184fd49532327d))
* [google-cloud-dialogflow] add new fields for delivering intermediate transcriptions through PubSub ([#13358](https://github.com/googleapis/google-cloud-python/issues/13358)) ([aa99816](https://github.com/googleapis/google-cloud-python/commit/aa998161a58ad9ce48c61ce913184fd49532327d))

## [2.37.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dialogflow-v2.36.0...google-cloud-dialogflow-v2.37.0) (2024-12-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.38.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.38.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.38.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dialogflow",
"version": "0.1.0"
"version": "2.38.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dialogflow",
"version": "0.1.0"
"version": "2.38.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-kms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-cloud-kms/#history

## [3.2.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-kms-v3.2.0...google-cloud-kms-v3.2.1) (2024-12-18)


### Documentation

* [google-cloud-kms] code documentation improvements ([#13366](https://github.com/googleapis/google-cloud-python/issues/13366)) ([0c0f37d](https://github.com/googleapis/google-cloud-python/commit/0c0f37d415a844d29d97a5dba59258d181c8bcc3))

## [3.2.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-kms-v3.1.1...google-cloud-kms-v3.2.0) (2024-12-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "3.2.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "3.2.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-kms",
"version": "0.1.0"
"version": "3.2.1"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-texttospeech/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-cloud-texttospeech/#history

## [2.23.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-texttospeech-v2.22.0...google-cloud-texttospeech-v2.23.0) (2024-12-18)


### Features

* [google-cloud-texttospeech] StreamingSynthesize now supports opus ([#13370](https://github.com/googleapis/google-cloud-python/issues/13370)) ([4999fd8](https://github.com/googleapis/google-cloud-python/commit/4999fd82ae07e4fced8f1c43b5ac38cca2348ae0))

## [2.22.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-texttospeech-v2.21.1...google-cloud-texttospeech-v2.22.0) (2024-12-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.23.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.23.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.23.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-texttospeech",
"version": "0.1.0"
"version": "2.23.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-texttospeech",
"version": "0.1.0"
"version": "2.23.0"
},
"snippets": [
{
Expand Down

0 comments on commit 20f9956

Please sign in to comment.