From ade05a364088e129a5a86cd53cdfc74a0d174c50 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:21:17 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 4 ++-- datacatalog/CHANGES.md | 7 +++++++ datacatalog/internal/version.go | 2 +- talent/CHANGES.md | 13 +++++++++++++ 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 36b0c323392e..a17ae1e158cd 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -42,7 +42,7 @@ "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", @@ -134,7 +134,7 @@ "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", "tpu": "1.7.3", 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/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)