diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 68c2b6a8c164..466e577032b7 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -38,7 +38,7 @@ "confidentialcomputing": "1.7.1", "config": "1.1.1", "contactcenterinsights": "1.15.0", - "container": "1.40.0", + "container": "1.41.0", "containeranalysis": "0.13.1", "datacatalog": "1.22.1", "dataflow": "0.10.1", @@ -46,19 +46,19 @@ "datafusion": "1.8.1", "datalabeling": "0.9.1", "dataplex": "1.19.1", - "dataproc": "2.9.0", + "dataproc": "2.10.0", "dataqna": "0.9.1", "datastream": "1.11.1", "deploy": "1.23.0", "developerconnect": "0.2.1", "dialogflow": "1.58.0", - "discoveryengine": "1.14.0", + "discoveryengine": "1.15.0", "dlp": "1.19.0", "documentai": "1.34.0", "domains": "0.10.1", "edgecontainer": "1.3.1", "edgenetwork": "1.2.1", - "essentialcontacts": "1.7.1", + "essentialcontacts": "1.7.2", "eventarc": "1.14.1", "filestore": "1.9.1", "functions": "1.19.1", @@ -87,7 +87,7 @@ "monitoring": "1.21.1", "netapp": "1.4.0", "networkconnectivity": "1.15.1", - "networkmanagement": "1.14.1", + "networkmanagement": "1.15.0", "networksecurity": "0.10.1", "networkservices": "0.2.1", "notebooks": "1.12.1", @@ -133,7 +133,7 @@ "support": "1.1.1", "talent": "1.7.1", "telcoautomation": "1.1.1", - "texttospeech": "1.8.1", + "texttospeech": "1.9.0", "tpu": "1.7.1", "trace": "1.11.1", "translate": "1.12.1", diff --git a/container/CHANGES.md b/container/CHANGES.md index d967f5baf67e..396598295e11 100644 --- a/container/CHANGES.md +++ b/container/CHANGES.md @@ -1,5 +1,24 @@ # Changes +## [1.41.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.40.0...container/v1.41.0) (2024-10-15) + + +### Features + +* **container:** Add an effective_cgroup_mode field in node config ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **container:** Add API to enable/disable secret manager csi component on GKE clusters ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **container:** Add CompliancePosture field for configuration of GKE Compliance Posture product ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **container:** Add CompliancePosture field for configuration of GKE Compliance Posture product ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **container:** Add KCP_SSHD and KCP_CONNECTION to the supported values for the --logging flag for the create and update cluster commands ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **container:** Add RBACBindingConfig to API ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **container:** Added support for Parallelstore CSI Driver ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **container:** Surface upgrade_target_version in GetServerConfig for all supported release channels ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) + + +### Documentation + +* **container:** Minor documentation updates ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) + ## [1.40.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.39.0...container/v1.40.0) (2024-09-12) diff --git a/container/internal/version.go b/container/internal/version.go index 1c52a3504b2c..c3cf41cb7182 100644 --- a/container/internal/version.go +++ b/container/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.40.0" +const Version = "1.41.0" diff --git a/dataproc/CHANGES.md b/dataproc/CHANGES.md index 35ebab55daa4..2d687361cb56 100644 --- a/dataproc/CHANGES.md +++ b/dataproc/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [2.10.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v2.9.0...dataproc/v2.10.0) (2024-10-15) + + +### Features + +* **dataproc:** Add `ProvisioningModelMix` to support mixing of spot and standard instances for secondary workers ([#10990](https://github.com/googleapis/google-cloud-go/issues/10990)) ([0544c0a](https://github.com/googleapis/google-cloud-go/commit/0544c0a920d853a90e0f7115a96389cd06067830)) +* **dataproc:** Add support for configuration of bootdisk IOPS and throughput when bootdisk is a hyperdisk ([0544c0a](https://github.com/googleapis/google-cloud-go/commit/0544c0a920d853a90e0f7115a96389cd06067830)) + ## [2.9.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v2.8.0...dataproc/v2.9.0) (2024-09-25) diff --git a/dataproc/internal/version.go b/dataproc/internal/version.go index bca5e8569b0f..d644ccefd205 100644 --- a/dataproc/internal/version.go +++ b/dataproc/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "2.9.0" +const Version = "2.10.0" diff --git a/discoveryengine/CHANGES.md b/discoveryengine/CHANGES.md index b230fd505e4c..008b11bf527e 100644 --- a/discoveryengine/CHANGES.md +++ b/discoveryengine/CHANGES.md @@ -1,6 +1,28 @@ # Changelog +## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/discoveryengine/v1.14.0...discoveryengine/v1.15.0) (2024-10-15) + + +### Features + +* **discoveryengine:** Add BillingEstimation in data store ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **discoveryengine:** Add GroundedGenerationService API ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **discoveryengine:** Add one_box_page_size on search ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **discoveryengine:** Add site_credential for site search config ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **discoveryengine:** Support advanced boost search ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **discoveryengine:** Support Google Workspace search ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) + + +### Bug Fixes + +* **discoveryengine:** Fix the location type annotation ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) + + +### Documentation + +* **discoveryengine:** Update documentation ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) + ## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/discoveryengine/v1.13.0...discoveryengine/v1.14.0) (2024-09-12) diff --git a/discoveryengine/internal/version.go b/discoveryengine/internal/version.go index fdc89470d056..be2cd421969a 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.14.0" +const Version = "1.15.0" diff --git a/essentialcontacts/CHANGES.md b/essentialcontacts/CHANGES.md index a833b2ccdb0b..84152c35408a 100644 --- a/essentialcontacts/CHANGES.md +++ b/essentialcontacts/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.7.2](https://github.com/googleapis/google-cloud-go/compare/essentialcontacts/v1.7.1...essentialcontacts/v1.7.2) (2024-10-15) + + +### Documentation + +* **essentialcontacts:** Marks the `google.cloud.essentialcontacts.v1.Contact.validation_state` field as `output_only` ([0544c0a](https://github.com/googleapis/google-cloud-go/commit/0544c0a920d853a90e0f7115a96389cd06067830)) + ## [1.7.1](https://github.com/googleapis/google-cloud-go/compare/essentialcontacts/v1.7.0...essentialcontacts/v1.7.1) (2024-09-12) diff --git a/networkmanagement/CHANGES.md b/networkmanagement/CHANGES.md index 5b5f119e4428..a64a5d6a2143 100644 --- a/networkmanagement/CHANGES.md +++ b/networkmanagement/CHANGES.md @@ -1,5 +1,27 @@ # Changes +## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/networkmanagement/v1.14.1...networkmanagement/v1.15.0) (2024-10-15) + + +### Features + +* **networkmanagement:** Add fields related to advertised routes to the RouteInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add firewall policy URI to the FirewallInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add load balancer name to the ForwardingRuleInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add messages and fields related to Redis Clusters ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add messages and fields related to Redis Instances ([#10995](https://github.com/googleapis/google-cloud-go/issues/10995)) ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add more detailed abort and drop causes to corresponding enums ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add PSC network attachment URI to the InstanceInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add PSC target fields to the ForwardingRuleInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add region name field to the RouteInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add region name to the ForwardingRuleInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) +* **networkmanagement:** Add subnet URI and region name to the NetworkInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) + + +### Documentation + +* **networkmanagement:** Update outdated comments in the FirewallInfo proto ([1a33f93](https://github.com/googleapis/google-cloud-go/commit/1a33f9393851d7f9ba45f4226e3792960909d99e)) + ## [1.14.1](https://github.com/googleapis/google-cloud-go/compare/networkmanagement/v1.14.0...networkmanagement/v1.14.1) (2024-09-12) diff --git a/networkmanagement/internal/version.go b/networkmanagement/internal/version.go index 1d4c00b5e04b..43a2a84ef8eb 100644 --- a/networkmanagement/internal/version.go +++ b/networkmanagement/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.14.1" +const Version = "1.15.0" diff --git a/texttospeech/CHANGES.md b/texttospeech/CHANGES.md index f1e2b9cb6fc2..16b95b36e44f 100644 --- a/texttospeech/CHANGES.md +++ b/texttospeech/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/texttospeech/v1.8.1...texttospeech/v1.9.0) (2024-10-15) + + +### Features + +* **texttospeech:** Add CustomPronunciationParams for upcoming feature work ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) +* **texttospeech:** Add low latency journey option to proto ([f0b05e2](https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab)) + ## [1.8.1](https://github.com/googleapis/google-cloud-go/compare/texttospeech/v1.8.0...texttospeech/v1.8.1) (2024-09-12)