From 1b90be42224d9999e44177c6d8d3a86af68fa2e2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:06:49 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 18 +++++++-------- datacatalog/CHANGES.md | 13 +++++++++++ datacatalog/internal/version.go | 2 +- deploy/CHANGES.md | 13 +++++++++++ deploy/internal/version.go | 2 +- discoveryengine/CHANGES.md | 20 ++++++++++++++++ discoveryengine/internal/version.go | 2 +- dlp/CHANGES.md | 15 ++++++++++++ dlp/internal/version.go | 2 +- documentai/CHANGES.md | 12 ++++++++++ documentai/internal/version.go | 2 +- language/CHANGES.md | 12 ++++++++++ language/internal/version.go | 2 +- managedkafka/CHANGES.md | 7 ++++++ managedkafka/internal/version.go | 2 +- maps/CHANGES.md | 7 ++++++ maps/internal/version.go | 2 +- netapp/CHANGES.md | 29 ++++++++++++++++++++++++ netapp/internal/version.go | 2 +- 19 files changed, 146 insertions(+), 18 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 193ad4da3c29..dfdfe10fed6b 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -39,7 +39,7 @@ "contactcenterinsights": "1.13.6", "container": "1.38.0", "containeranalysis": "0.12.1", - "datacatalog": "1.20.5", + "datacatalog": "1.21.0", "dataflow": "0.9.11", "dataform": "0.9.8", "datafusion": "1.7.11", @@ -48,12 +48,12 @@ "dataproc": "2.5.3", "dataqna": "0.8.11", "datastream": "1.10.10", - "deploy": "1.20.0", + "deploy": "1.21.0", "developerconnect": "0.1.3", "dialogflow": "1.55.0", - "discoveryengine": "1.10.0", - "dlp": "1.15.0", - "documentai": "1.30.5", + "discoveryengine": "1.11.0", + "dlp": "1.16.0", + "documentai": "1.31.0", "domains": "0.9.11", "edgecontainer": "1.2.5", "edgenetwork": "1.1.2", @@ -73,18 +73,18 @@ "ids": "1.4.11", "iot": "1.7.11", "kms": "1.18.4", - "language": "1.12.9", + "language": "1.13.0", "lifesciences": "0.9.11", "longrunning": "0.5.11", "managedidentities": "1.6.11", - "managedkafka": "0.1.4", - "maps": "1.11.5", + "managedkafka": "0.1.5", + "maps": "1.11.6", "mediatranslation": "0.8.11", "memcache": "1.10.11", "metastore": "1.13.10", "migrationcenter": "1.0.4", "monitoring": "1.20.3", - "netapp": "1.1.4", + "netapp": "1.2.0", "networkconnectivity": "1.14.10", "networkmanagement": "1.13.6", "networksecurity": "0.9.11", diff --git a/datacatalog/CHANGES.md b/datacatalog/CHANGES.md index e76abc3ad7a8..cf5b4e8b51da 100644 --- a/datacatalog/CHANGES.md +++ b/datacatalog/CHANGES.md @@ -1,5 +1,18 @@ # Changes +## [1.21.0](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.20.5...datacatalog/v1.21.0) (2024-08-01) + + +### Features + +* **datacatalog:** Add DataplexTransferStatus enum and field to TagTemplate ([5b4b0f7](https://github.com/googleapis/google-cloud-go/commit/5b4b0f7878276ab5709011778b1b4a6ffd30a60b)) + + +### Documentation + +* **datacatalog:** Mark DataplexTransferStatus.MIGRATED as deprecated ([#10621](https://github.com/googleapis/google-cloud-go/issues/10621)) ([6b51942](https://github.com/googleapis/google-cloud-go/commit/6b519428182e8b17ff30fa09e0e3c18716269f1c)) +* **datacatalog:** Update field comments for updated IDENTIFIER field behavior ([5b4b0f7](https://github.com/googleapis/google-cloud-go/commit/5b4b0f7878276ab5709011778b1b4a6ffd30a60b)) + ## [1.20.5](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.20.4...datacatalog/v1.20.5) (2024-07-24) diff --git a/datacatalog/internal/version.go b/datacatalog/internal/version.go index 68f35c5e3e39..b1672963f6c5 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.20.5" +const Version = "1.21.0" diff --git a/deploy/CHANGES.md b/deploy/CHANGES.md index dd0baed90405..7479b3f575be 100644 --- a/deploy/CHANGES.md +++ b/deploy/CHANGES.md @@ -1,6 +1,19 @@ # Changes +## [1.21.0](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.20.0...deploy/v1.21.0) (2024-08-01) + + +### Features + +* **deploy:** Add support for different Pod selector labels when doing canaries ([#10581](https://github.com/googleapis/google-cloud-go/issues/10581)) ([5b4b0f7](https://github.com/googleapis/google-cloud-go/commit/5b4b0f7878276ab5709011778b1b4a6ffd30a60b)) + + +### Bug Fixes + +* **deploy:** Make changes to an API that is disabled on the server, but whose client libraries were prematurely published ([5b4b0f7](https://github.com/googleapis/google-cloud-go/commit/5b4b0f7878276ab5709011778b1b4a6ffd30a60b)) +* **deploy:** Remove an API that was mistakenly made public ([123c886](https://github.com/googleapis/google-cloud-go/commit/123c8861625142b1d58605c008355bc569a3b47b)) + ## [1.20.0](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.19.3...deploy/v1.20.0) (2024-07-24) diff --git a/deploy/internal/version.go b/deploy/internal/version.go index 0b0f0e914120..b1672963f6c5 100644 --- a/deploy/internal/version.go +++ b/deploy/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.20.0" +const Version = "1.21.0" diff --git a/discoveryengine/CHANGES.md b/discoveryengine/CHANGES.md index 685ad5960fbc..3c80ad70a68f 100644 --- a/discoveryengine/CHANGES.md +++ b/discoveryengine/CHANGES.md @@ -1,6 +1,26 @@ # Changelog +## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/discoveryengine/v1.10.0...discoveryengine/v1.11.0) (2024-08-01) + + +### Features + +* **discoveryengine:** Update CompletionService ([5b4b0f7](https://github.com/googleapis/google-cloud-go/commit/5b4b0f7878276ab5709011778b1b4a6ffd30a60b)) +* **discoveryengine:** Update SearchService ([5b4b0f7](https://github.com/googleapis/google-cloud-go/commit/5b4b0f7878276ab5709011778b1b4a6ffd30a60b)) +* **discoveryengine:** Update SearchService ([5b4b0f7](https://github.com/googleapis/google-cloud-go/commit/5b4b0f7878276ab5709011778b1b4a6ffd30a60b)) + + +### Bug Fixes + +* **discoveryengine:** SearchService ([5b4b0f7](https://github.com/googleapis/google-cloud-go/commit/5b4b0f7878276ab5709011778b1b4a6ffd30a60b)) + + +### Documentation + +* **discoveryengine:** Keep the API doc up-to-date with recent changes ([5b4b0f7](https://github.com/googleapis/google-cloud-go/commit/5b4b0f7878276ab5709011778b1b4a6ffd30a60b)) +* **discoveryengine:** Keep the API doc up-to-date with recent changes ([5b4b0f7](https://github.com/googleapis/google-cloud-go/commit/5b4b0f7878276ab5709011778b1b4a6ffd30a60b)) + ## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/discoveryengine/v1.9.0...discoveryengine/v1.10.0) (2024-07-24) diff --git a/discoveryengine/internal/version.go b/discoveryengine/internal/version.go index 6cac2ca4427d..cd27c40801fe 100644 --- a/discoveryengine/internal/version.go +++ b/discoveryengine/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.10.0" +const Version = "1.11.0" diff --git a/dlp/CHANGES.md b/dlp/CHANGES.md index 02148c973629..e96656b33cd6 100644 --- a/dlp/CHANGES.md +++ b/dlp/CHANGES.md @@ -1,5 +1,20 @@ # Changes +## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.15.0...dlp/v1.16.0) (2024-08-01) + + +### Features + +* **dlp:** Add refresh frequency for data profiling ([123c886](https://github.com/googleapis/google-cloud-go/commit/123c8861625142b1d58605c008355bc569a3b47b)) +* **dlp:** GRPC config for get, list, and delete FileStoreDataProfiles ([123c886](https://github.com/googleapis/google-cloud-go/commit/123c8861625142b1d58605c008355bc569a3b47b)) +* **dlp:** Org-level connection bindings ([#10601](https://github.com/googleapis/google-cloud-go/issues/10601)) ([123c886](https://github.com/googleapis/google-cloud-go/commit/123c8861625142b1d58605c008355bc569a3b47b)) + + +### Documentation + +* **dlp:** Replace HTML tags with CommonMark notation ([#10613](https://github.com/googleapis/google-cloud-go/issues/10613)) ([d949cc0](https://github.com/googleapis/google-cloud-go/commit/d949cc0e5d44af62154d9d5fd393f25a852f93ed)) +* **dlp:** Small improvements ([123c886](https://github.com/googleapis/google-cloud-go/commit/123c8861625142b1d58605c008355bc569a3b47b)) + ## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.14.3...dlp/v1.15.0) (2024-07-24) diff --git a/dlp/internal/version.go b/dlp/internal/version.go index 43a2a84ef8eb..b82e17a1938d 100644 --- a/dlp/internal/version.go +++ b/dlp/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.15.0" +const Version = "1.16.0" diff --git a/documentai/CHANGES.md b/documentai/CHANGES.md index baf85e096c75..5360b212d18a 100644 --- a/documentai/CHANGES.md +++ b/documentai/CHANGES.md @@ -1,6 +1,18 @@ # Changes +## [1.31.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.30.5...documentai/v1.31.0) (2024-08-01) + + +### Features + +* **documentai:** A new field `imageless_mode` is added to message `.google.cloud.documentai.v1.ProcessRequest` ([#10615](https://github.com/googleapis/google-cloud-go/issues/10615)) ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) + + +### Documentation + +* **documentai:** Keep the API doc up-to-date with recent changes ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) + ## [1.30.5](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.30.4...documentai/v1.30.5) (2024-07-24) diff --git a/documentai/internal/version.go b/documentai/internal/version.go index 259b4e256461..9c7380dc515f 100644 --- a/documentai/internal/version.go +++ b/documentai/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.30.5" +const Version = "1.31.0" diff --git a/language/CHANGES.md b/language/CHANGES.md index d66fa0e8d3ba..80180ab69c8f 100644 --- a/language/CHANGES.md +++ b/language/CHANGES.md @@ -1,6 +1,18 @@ # Changes +## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/language/v1.12.9...language/v1.13.0) (2024-08-01) + + +### Features + +* **language:** Add model_version in ModerateTextRequest and expose severity score in ClassificationCategory ([123c886](https://github.com/googleapis/google-cloud-go/commit/123c8861625142b1d58605c008355bc569a3b47b)) + + +### Documentation + +* **language:** Minor update on documentation ([123c886](https://github.com/googleapis/google-cloud-go/commit/123c8861625142b1d58605c008355bc569a3b47b)) + ## [1.12.9](https://github.com/googleapis/google-cloud-go/compare/language/v1.12.8...language/v1.12.9) (2024-07-24) diff --git a/language/internal/version.go b/language/internal/version.go index 74965ec94d7a..efedadbea253 100644 --- a/language/internal/version.go +++ b/language/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.12.9" +const Version = "1.13.0" diff --git a/managedkafka/CHANGES.md b/managedkafka/CHANGES.md index 0ce9b4e938b0..58b2db27720a 100644 --- a/managedkafka/CHANGES.md +++ b/managedkafka/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/googleapis/google-cloud-go/compare/managedkafka/v0.1.4...managedkafka/v0.1.5) (2024-08-01) + + +### Documentation + +* **managedkafka:** Update values allowed in kms_key ([5b4b0f7](https://github.com/googleapis/google-cloud-go/commit/5b4b0f7878276ab5709011778b1b4a6ffd30a60b)) + ## [0.1.4](https://github.com/googleapis/google-cloud-go/compare/managedkafka/v0.1.3...managedkafka/v0.1.4) (2024-07-24) diff --git a/managedkafka/internal/version.go b/managedkafka/internal/version.go index a795fcbaaf37..85799cdad302 100644 --- a/managedkafka/internal/version.go +++ b/managedkafka/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.1.4" +const Version = "0.1.5" diff --git a/maps/CHANGES.md b/maps/CHANGES.md index 315897594f3d..af15ed4c2c56 100644 --- a/maps/CHANGES.md +++ b/maps/CHANGES.md @@ -2,6 +2,13 @@ +## [1.11.6](https://github.com/googleapis/google-cloud-go/compare/maps/v1.11.5...maps/v1.11.6) (2024-08-01) + + +### Documentation + +* **maps/fleetengine/delivery:** Document that delivery_vehicle.type can be set on CreateDeliveryVehicle ([123c886](https://github.com/googleapis/google-cloud-go/commit/123c8861625142b1d58605c008355bc569a3b47b)) + ## [1.11.5](https://github.com/googleapis/google-cloud-go/compare/maps/v1.11.4...maps/v1.11.5) (2024-07-24) diff --git a/maps/internal/version.go b/maps/internal/version.go index 7e6270d86a7b..2ee92d4838c5 100644 --- a/maps/internal/version.go +++ b/maps/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.11.5" +const Version = "1.11.6" diff --git a/netapp/CHANGES.md b/netapp/CHANGES.md index 9e5f39d3133d..3f8e3bc5893f 100644 --- a/netapp/CHANGES.md +++ b/netapp/CHANGES.md @@ -1,6 +1,35 @@ # Changelog +## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/netapp/v1.1.4...netapp/v1.2.0) (2024-08-01) + + +### Features + +* **netapp:** A new field `administrators` is added to message `.google.cloud.netapp.v1.ActiveDirectory` ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A new field `large_capacity` is added to message `.google.cloud.netapp.v1.Volume` ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A new field `multiple_endpoints` is added to message `.google.cloud.netapp.v1.Volume` ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A new field `replica_zone` is added to message `.google.cloud.netapp.v1.StoragePool` ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A new field `replica_zone` is added to message `.google.cloud.netapp.v1.Volume` ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A new field `zone` is added to message `.google.cloud.netapp.v1.StoragePool` ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A new field `zone` is added to message `.google.cloud.netapp.v1.Volume` ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) + + +### Documentation + +* **netapp:** A comment for enum value `TRANSFERRING` in enum `MirrorState` is changed ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A comment for field `active_directory_id` in message `.google.cloud.netapp.v1.CreateActiveDirectoryRequest` is changed ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A comment for field `backup_id` in message `.google.cloud.netapp.v1.CreateBackupRequest` is changed ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A comment for field `backup_policy_id` in message `.google.cloud.netapp.v1.CreateBackupPolicyRequest` is changed ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A comment for field `backup_vault_id` in message `.google.cloud.netapp.v1.CreateBackupVaultRequest` is changed ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A comment for field `kms_config_id` in message `.google.cloud.netapp.v1.CreateKmsConfigRequest` is changed ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A comment for field `replication_id` in message `.google.cloud.netapp.v1.CreateReplicationRequest` is changed ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A comment for field `snapshot_id` in message `.google.cloud.netapp.v1.CreateSnapshotRequest` is changed ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A comment for field `storage_pool_id` in message `.google.cloud.netapp.v1.CreateStoragePoolRequest` is changed ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A comment for field `total_transfer_duration` in message `.google.cloud.netapp.v1.TransferStats` is changed ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A comment for field `transfer_bytes` in message `.google.cloud.netapp.v1.TransferStats` is changed ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) +* **netapp:** A comment for field `volume_id` in message `.google.cloud.netapp.v1.CreateVolumeRequest` is changed ([97fa560](https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5)) + ## [1.1.4](https://github.com/googleapis/google-cloud-go/compare/netapp/v1.1.3...netapp/v1.1.4) (2024-07-24) diff --git a/netapp/internal/version.go b/netapp/internal/version.go index a552c792dc1f..397121d779b7 100644 --- a/netapp/internal/version.go +++ b/netapp/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.1.4" +const Version = "1.2.0"