From 5f985abe26c7e96fe51dd0d106a05589f5c1ff3f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:21:22 -0600 Subject: [PATCH] chore: release main (#11312) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest-submodules.json | 14 +++++++------- contactcenterinsights/CHANGES.md | 10 ++++++++++ contactcenterinsights/internal/version.go | 2 +- datacatalog/CHANGES.md | 7 +++++++ datacatalog/internal/version.go | 2 +- dialogflow/CHANGES.md | 8 ++++++++ dialogflow/internal/version.go | 2 +- kms/CHANGES.md | 7 +++++++ kms/internal/version.go | 2 +- memorystore/CHANGES.md | 10 +++++++++- memorystore/internal/version.go | 2 +- shopping/CHANGES.md | 8 +++++++- shopping/internal/version.go | 2 +- storagetransfer/CHANGES.md | 7 +++++++ 14 files changed, 68 insertions(+), 15 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 6ece3140d810..0c8cc178b741 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -39,10 +39,10 @@ "compute/metadata": "0.6.0", "confidentialcomputing": "1.8.0", "config": "1.2.0", - "contactcenterinsights": "1.16.0", + "contactcenterinsights": "1.17.0", "container": "1.42.0", "containeranalysis": "0.13.2", - "datacatalog": "1.24.0", + "datacatalog": "1.24.1", "dataflow": "0.10.2", "dataform": "0.10.2", "datafusion": "1.8.2", @@ -53,7 +53,7 @@ "datastream": "1.12.0", "deploy": "1.26.0", "developerconnect": "0.3.0", - "dialogflow": "1.63.0", + "dialogflow": "1.64.0", "discoveryengine": "1.16.0", "dlp": "1.20.0", "documentai": "1.35.0", @@ -75,7 +75,7 @@ "identitytoolkit": "0.2.2", "ids": "1.5.2", "iot": "1.8.2", - "kms": "1.20.2", + "kms": "1.20.3", "language": "1.14.2", "lifesciences": "0.10.2", "longrunning": "0.6.3", @@ -84,7 +84,7 @@ "maps": "1.17.0", "mediatranslation": "0.9.2", "memcache": "1.11.2", - "memorystore": "0.0.0", + "memorystore": "0.1.0", "metastore": "1.14.2", "migrationcenter": "1.1.2", "monitoring": "1.22.0", @@ -128,10 +128,10 @@ "servicemanagement": "1.10.2", "serviceusage": "1.9.2", "shell": "1.8.2", - "shopping": "0.13.0", + "shopping": "0.14.0", "speech": "1.25.2", "storageinsights": "1.1.2", - "storagetransfer": "1.11.2", + "storagetransfer": "1.12.0", "streetview": "0.2.2", "support": "1.1.2", "talent": "1.7.2", diff --git a/contactcenterinsights/CHANGES.md b/contactcenterinsights/CHANGES.md index 85814e957880..64d38a730b67 100644 --- a/contactcenterinsights/CHANGES.md +++ b/contactcenterinsights/CHANGES.md @@ -1,5 +1,15 @@ # Changes +## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.16.0...contactcenterinsights/v1.17.0) (2024-12-18) + + +### Features + +* **contactcenterinsights:** A new field `agent_type` is added to message `.google.cloud.contactcenterinsights.v1.Conversation` ([4254053](https://github.com/googleapis/google-cloud-go/commit/42540530e44e5f331e66e0777c4aabf449f5fd90)) +* **contactcenterinsights:** 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` ([4254053](https://github.com/googleapis/google-cloud-go/commit/42540530e44e5f331e66e0777c4aabf449f5fd90)) +* **contactcenterinsights:** 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` ([4254053](https://github.com/googleapis/google-cloud-go/commit/42540530e44e5f331e66e0777c4aabf449f5fd90)) +* **contactcenterinsights:** 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` ([4254053](https://github.com/googleapis/google-cloud-go/commit/42540530e44e5f331e66e0777c4aabf449f5fd90)) + ## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.15.1...contactcenterinsights/v1.16.0) (2024-11-19) diff --git a/contactcenterinsights/internal/version.go b/contactcenterinsights/internal/version.go index b82e17a1938d..6607c695d5cb 100644 --- a/contactcenterinsights/internal/version.go +++ b/contactcenterinsights/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.16.0" +const Version = "1.17.0" diff --git a/datacatalog/CHANGES.md b/datacatalog/CHANGES.md index 312492c93e9d..a429ad28ecc5 100644 --- a/datacatalog/CHANGES.md +++ b/datacatalog/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.24.1](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.24.0...datacatalog/v1.24.1) (2024-12-18) + + +### Documentation + +* **datacatalog:** Fix markdown reference in `TagTemplate.is_publicly_readable` comment ([4254053](https://github.com/googleapis/google-cloud-go/commit/42540530e44e5f331e66e0777c4aabf449f5fd90)) + ## [1.24.0](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.23.0...datacatalog/v1.24.0) (2024-11-21) diff --git a/datacatalog/internal/version.go b/datacatalog/internal/version.go index 291a237fe1cd..3e6c62c9201f 100644 --- a/datacatalog/internal/version.go +++ b/datacatalog/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.24.0" +const Version = "1.24.1" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index de8e62319887..0472dac32f95 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.64.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.63.0...dialogflow/v1.64.0) (2024-12-18) + + +### Features + +* **dialogflow:** Add new fields for delivering intermediate transcriptions through PubSub ([4254053](https://github.com/googleapis/google-cloud-go/commit/42540530e44e5f331e66e0777c4aabf449f5fd90)) +* **dialogflow:** Add new fields for delivering intermediate transcriptions through PubSub ([4254053](https://github.com/googleapis/google-cloud-go/commit/42540530e44e5f331e66e0777c4aabf449f5fd90)) + ## [1.63.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.62.0...dialogflow/v1.63.0) (2024-12-11) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index d2f495c7d694..396a10c007fe 100644 --- a/dialogflow/internal/version.go +++ b/dialogflow/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.63.0" +const Version = "1.64.0" diff --git a/kms/CHANGES.md b/kms/CHANGES.md index 3353c40882d6..b8ab433da902 100644 --- a/kms/CHANGES.md +++ b/kms/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.20.3](https://github.com/googleapis/google-cloud-go/compare/kms/v1.20.2...kms/v1.20.3) (2024-12-18) + + +### Documentation + +* **kms:** Code documentation improvements ([4254053](https://github.com/googleapis/google-cloud-go/commit/42540530e44e5f331e66e0777c4aabf449f5fd90)) + ## [1.20.2](https://github.com/googleapis/google-cloud-go/compare/kms/v1.20.1...kms/v1.20.2) (2024-12-04) diff --git a/kms/internal/version.go b/kms/internal/version.go index 003d19f6ac6c..a8a51fdaa7a2 100644 --- a/kms/internal/version.go +++ b/kms/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.20.2" +const Version = "1.20.3" diff --git a/memorystore/CHANGES.md b/memorystore/CHANGES.md index 06729a2ef77b..4eb697481fb3 100644 --- a/memorystore/CHANGES.md +++ b/memorystore/CHANGES.md @@ -1,2 +1,10 @@ -# Changes +# Changelog +## 0.1.0 (2024-12-18) + + +### Features + +* **memorystore:** New clients ([#11310](https://github.com/googleapis/google-cloud-go/issues/11310)) ([1946e3d](https://github.com/googleapis/google-cloud-go/commit/1946e3de6c3afb7ed51ac641bddcbe027916df46)) + +## Changes diff --git a/memorystore/internal/version.go b/memorystore/internal/version.go index b662f1b47cf4..20ba73abd675 100644 --- a/memorystore/internal/version.go +++ b/memorystore/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.0.0" +const Version = "0.1.0" diff --git a/shopping/CHANGES.md b/shopping/CHANGES.md index 0818ff22a597..735757850932 100644 --- a/shopping/CHANGES.md +++ b/shopping/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.0](https://github.com/googleapis/google-cloud-go/compare/shopping/v0.13.0...shopping/v0.14.0) (2024-12-18) + + +### Features + +* **shopping:** New clients ([#11311](https://github.com/googleapis/google-cloud-go/issues/11311)) ([720f7e9](https://github.com/googleapis/google-cloud-go/commit/720f7e9c58b364b74b982af9ed53bf0905ee73a8)) + ## [0.13.0](https://github.com/googleapis/google-cloud-go/compare/shopping/v0.12.1...shopping/v0.13.0) (2024-12-11) @@ -306,4 +313,3 @@ * **shopping:** New clients ([#8699](https://github.com/googleapis/google-cloud-go/issues/8699)) ([0e43b40](https://github.com/googleapis/google-cloud-go/commit/0e43b40184bacac8d355ea2cfd00ebe58bd9e30b)) ## Changes - diff --git a/shopping/internal/version.go b/shopping/internal/version.go index 75e365a522bf..0c85fb77ad63 100644 --- a/shopping/internal/version.go +++ b/shopping/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.13.0" +const Version = "0.14.0" diff --git a/storagetransfer/CHANGES.md b/storagetransfer/CHANGES.md index 329283a7659a..e2e33d21a2df 100644 --- a/storagetransfer/CHANGES.md +++ b/storagetransfer/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/storagetransfer/v1.11.2...storagetransfer/v1.12.0) (2024-12-18) + + +### Features + +* **storagetransfer:** Support cross-bucket replication ([#11291](https://github.com/googleapis/google-cloud-go/issues/11291)) ([4254053](https://github.com/googleapis/google-cloud-go/commit/42540530e44e5f331e66e0777c4aabf449f5fd90)) + ## [1.11.2](https://github.com/googleapis/google-cloud-go/compare/storagetransfer/v1.11.1...storagetransfer/v1.11.2) (2024-10-23)