Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 16, 2024
1 parent 0e9942c commit 587d3b2
Show file tree
Hide file tree
Showing 11 changed files with 96 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@
"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",
"dataform": "0.10.1",
"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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
19 changes: 19 additions & 0 deletions container/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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-16)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion container/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 8 additions & 0 deletions dataproc/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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-16)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion dataproc/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
22 changes: 22 additions & 0 deletions discoveryengine/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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-16)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion discoveryengine/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions essentialcontacts/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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-16)


### 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)


Expand Down
22 changes: 22 additions & 0 deletions networkmanagement/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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-16)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion networkmanagement/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 8 additions & 0 deletions texttospeech/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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-16)


### 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)


Expand Down

0 comments on commit 587d3b2

Please sign in to comment.