From 20dd00158eff5d2d239c5719434abea5139eb2a4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:01:10 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 12 ++++++------ config/CHANGES.md | 7 +++++++ config/internal/version.go | 2 +- datacatalog/CHANGES.md | 7 +++++++ datacatalog/internal/version.go | 2 +- privatecatalog/CHANGES.md | 7 +++++++ recaptchaenterprise/CHANGES.md | 8 ++++++++ recaptchaenterprise/internal/version.go | 2 +- talent/CHANGES.md | 13 +++++++++++++ texttospeech/CHANGES.md | 7 +++++++ 10 files changed, 58 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 36b0c323392e..1436b6fd2c10 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -38,11 +38,11 @@ "compute": "1.31.1", "compute/metadata": "0.6.0", "confidentialcomputing": "1.8.1", - "config": "1.2.1", + "config": "1.3.0", "contactcenterinsights": "1.17.1", "container": "1.42.1", "containeranalysis": "0.13.3", - "datacatalog": "1.24.2", + "datacatalog": "1.24.3", "dataflow": "0.10.3", "dataform": "0.10.3", "datafusion": "1.8.3", @@ -104,10 +104,10 @@ "phishingprotection": "0.9.3", "policysimulator": "0.3.3", "policytroubleshooter": "1.11.3", - "privatecatalog": "0.10.3", + "privatecatalog": "0.10.4", "privilegedaccessmanager": "0.2.3", "rapidmigrationassessment": "1.1.3", - "recaptchaenterprise": "2.19.2", + "recaptchaenterprise": "2.19.3", "recommendationengine": "0.9.3", "recommender": "1.13.3", "redis": "1.17.3", @@ -134,9 +134,9 @@ "storagetransfer": "1.12.1", "streetview": "0.2.3", "support": "1.1.3", - "talent": "1.7.3", + "talent": "1.8.0", "telcoautomation": "1.1.3", - "texttospeech": "1.10.1", + "texttospeech": "1.11.0", "tpu": "1.7.3", "trace": "1.11.3", "translate": "1.12.3", diff --git a/config/CHANGES.md b/config/CHANGES.md index c9aee382cbc7..f3635effcec5 100644 --- a/config/CHANGES.md +++ b/config/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/config/v1.2.1...config/v1.3.0) (2025-01-07) + + +### Features + +* **config:** Specify retry configuration ([e4e1a49](https://github.com/googleapis/google-cloud-go/commit/e4e1a498f21b0792e0a7662f82f9e062e5aa0fe9)) + ## [1.2.1](https://github.com/googleapis/google-cloud-go/compare/config/v1.2.0...config/v1.2.1) (2025-01-02) diff --git a/config/internal/version.go b/config/internal/version.go index e9cfc3bff1a8..84843770cb79 100644 --- a/config/internal/version.go +++ b/config/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.1" +const Version = "1.3.0" diff --git a/datacatalog/CHANGES.md b/datacatalog/CHANGES.md index 1984f93cdfd1..1af311d68208 100644 --- a/datacatalog/CHANGES.md +++ b/datacatalog/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.24.3](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.24.2...datacatalog/v1.24.3) (2025-01-07) + + +### Documentation + +* **datacatalog:** A comment for field `parent` in message `.google.cloud.datacatalog.v1beta1.CreateTagRequest` is changed ([9d60b40](https://github.com/googleapis/google-cloud-go/commit/9d60b40e9ce47aba2f027b42bfdbfed43339df6d)) + ## [1.24.2](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.24.1...datacatalog/v1.24.2) (2025-01-02) diff --git a/datacatalog/internal/version.go b/datacatalog/internal/version.go index e199c1168a15..e68e82194351 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.2" +const Version = "1.24.3" diff --git a/privatecatalog/CHANGES.md b/privatecatalog/CHANGES.md index 09c9a83ca357..46f6095009df 100644 --- a/privatecatalog/CHANGES.md +++ b/privatecatalog/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.10.4](https://github.com/googleapis/google-cloud-go/compare/privatecatalog/v0.10.3...privatecatalog/v0.10.4) (2025-01-07) + + +### Documentation + +* **privatecatalog:** Fixed format string formatting ([e4e1a49](https://github.com/googleapis/google-cloud-go/commit/e4e1a498f21b0792e0a7662f82f9e062e5aa0fe9)) + ## [0.10.3](https://github.com/googleapis/google-cloud-go/compare/privatecatalog/v0.10.2...privatecatalog/v0.10.3) (2025-01-02) diff --git a/recaptchaenterprise/CHANGES.md b/recaptchaenterprise/CHANGES.md index 26b39f75e284..0fa1cd41dae2 100644 --- a/recaptchaenterprise/CHANGES.md +++ b/recaptchaenterprise/CHANGES.md @@ -1,6 +1,14 @@ # Changes +## [2.19.3](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v2.19.2...recaptchaenterprise/v2.19.3) (2025-01-07) + + +### Documentation + +* **recaptchaenterprise:** Challenge is also returned for INVISIBLE keys ([e4e1a49](https://github.com/googleapis/google-cloud-go/commit/e4e1a498f21b0792e0a7662f82f9e062e5aa0fe9)) +* **recaptchaenterprise:** Update docs for FraudPrevention field in CreateAssessment ([e4e1a49](https://github.com/googleapis/google-cloud-go/commit/e4e1a498f21b0792e0a7662f82f9e062e5aa0fe9)) + ## [2.19.2](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v2.19.1...recaptchaenterprise/v2.19.2) (2025-01-02) diff --git a/recaptchaenterprise/internal/version.go b/recaptchaenterprise/internal/version.go index fe68321d2fbd..f9ba382c3c2e 100644 --- a/recaptchaenterprise/internal/version.go +++ b/recaptchaenterprise/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "2.19.2" +const Version = "2.19.3" diff --git a/talent/CHANGES.md b/talent/CHANGES.md index 63109af64cf8..455acb59a7de 100644 --- a/talent/CHANGES.md +++ b/talent/CHANGES.md @@ -1,6 +1,19 @@ # Changes +## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/talent/v1.7.3...talent/v1.8.0) (2025-01-07) + + +### Features + +* **talent:** A new enum `RelevanceThreshold` is added ([#11363](https://github.com/googleapis/google-cloud-go/issues/11363)) ([4fb6ad9](https://github.com/googleapis/google-cloud-go/commit/4fb6ad96e22d7e1da6e183593f59b6d725fc144f)) +* **talent:** A new field `relevance_threshold` is added to message `.google.cloud.talent.v4.SearchJobsRequest` ([4fb6ad9](https://github.com/googleapis/google-cloud-go/commit/4fb6ad96e22d7e1da6e183593f59b6d725fc144f)) + + +### Documentation + +* **talent:** Multiple fixes for links in documentation ([4fb6ad9](https://github.com/googleapis/google-cloud-go/commit/4fb6ad96e22d7e1da6e183593f59b6d725fc144f)) + ## [1.7.3](https://github.com/googleapis/google-cloud-go/compare/talent/v1.7.2...talent/v1.7.3) (2025-01-02) diff --git a/texttospeech/CHANGES.md b/texttospeech/CHANGES.md index c04de458333d..bb59ab40750d 100644 --- a/texttospeech/CHANGES.md +++ b/texttospeech/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/texttospeech/v1.10.1...texttospeech/v1.11.0) (2025-01-07) + + +### Features + +* **texttospeech:** StreamingSynthesize now supports opus ([#11365](https://github.com/googleapis/google-cloud-go/issues/11365)) ([e4e1a49](https://github.com/googleapis/google-cloud-go/commit/e4e1a498f21b0792e0a7662f82f9e062e5aa0fe9)) + ## [1.10.1](https://github.com/googleapis/google-cloud-go/compare/texttospeech/v1.10.0...texttospeech/v1.10.1) (2025-01-02)