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 Nov 11, 2024
1 parent 5b59819 commit ed184e0
Show file tree
Hide file tree
Showing 13 changed files with 93 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"accessapproval": "1.8.2",
"accesscontextmanager": "1.9.2",
"advisorynotifications": "1.5.2",
"alloydb": "1.13.0",
"alloydb": "1.14.0",
"analytics": "0.25.2",
"apigateway": "1.7.2",
"apigeeconnect": "1.7.2",
Expand Down Expand Up @@ -38,7 +38,7 @@
"confidentialcomputing": "1.7.2",
"config": "1.1.2",
"contactcenterinsights": "1.15.1",
"container": "1.41.0",
"container": "1.42.0",
"containeranalysis": "0.13.2",
"datacatalog": "1.22.2",
"dataflow": "0.10.2",
Expand All @@ -51,7 +51,7 @@
"datastream": "1.11.2",
"deploy": "1.24.0",
"developerconnect": "0.2.2",
"dialogflow": "1.59.0",
"dialogflow": "1.60.0",
"discoveryengine": "1.16.0",
"dlp": "1.20.0",
"documentai": "1.35.0",
Expand Down Expand Up @@ -79,15 +79,15 @@
"longrunning": "0.6.2",
"managedidentities": "1.7.2",
"managedkafka": "0.2.2",
"maps": "1.14.1",
"maps": "1.15.0",
"mediatranslation": "0.9.2",
"memcache": "1.11.2",
"metastore": "1.14.2",
"migrationcenter": "1.1.2",
"monitoring": "1.21.2",
"netapp": "1.4.1",
"networkconnectivity": "1.15.2",
"networkmanagement": "1.15.0",
"networkmanagement": "1.16.0",
"networksecurity": "0.10.2",
"networkservices": "0.2.2",
"notebooks": "1.12.2",
Expand Down Expand Up @@ -121,7 +121,7 @@
"securityposture": "0.2.2",
"servicecontrol": "1.14.2",
"servicedirectory": "1.12.2",
"servicehealth": "1.1.2",
"servicehealth": "1.1.3",
"servicemanagement": "1.10.2",
"serviceusage": "1.9.2",
"shell": "1.8.2",
Expand Down
28 changes: 28 additions & 0 deletions alloydb/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@



## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/alloydb/v1.13.0...alloydb/v1.14.0) (2024-11-11)


### Features

* **alloydb:** Add more observability options on the Instance level ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **alloydb:** Add new API to execute SQL statements ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **alloydb:** Add new API to perform a promotion or switchover on secondary instances ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **alloydb:** Add new API to upgrade a cluster ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **alloydb:** Add new CloudSQL backup resource ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **alloydb:** Add new cluster and instance level configurations to interact with Gemini ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **alloydb:** Add new PSC instance configuration setting and output the PSC DNS name ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **alloydb:** Add optional field to keep extra roles on a user if it already exists ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **alloydb:** Add support for Free Trials ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **alloydb:** Add support to schedule maintenance ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **alloydb:** Additional field to set tags on a backup or cluster ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **alloydb:** Support for obtaining the public ip addresses of an instance and enabling outbound public ip ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))


### Bug Fixes

* **alloydb:** Deprecated various PSC instance configuration fields ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))


### Documentation

* **alloydb:** Various typo fixes, correcting the formatting, and clarifications on the request_id and validate_only fields in API requests and on the page_size when listing the database ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))

## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/alloydb/v1.12.1...alloydb/v1.13.0) (2024-10-23)


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

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

17 changes: 17 additions & 0 deletions container/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changes

## [1.42.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.41.0...container/v1.42.0) (2024-11-11)


### Features

* **container:** Add desired_enterprise_config,desired_node_pool_auto_config_linux_node_config to ClusterUpdate. ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **container:** Add desired_tier to EnterpriseConfig. ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **container:** Add DesiredEnterpriseConfig proto message ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **container:** Add LinuxNodeConfig in NodePoolAutoConfig ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **container:** Add LocalSsdEncryptionMode in NodeConfig ([#11103](https://github.com/googleapis/google-cloud-go/issues/11103)) ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **container:** Add UpgradeInfoEvent proto message ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))


### Documentation

* **container:** Minor documentation updates ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))

## [1.41.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.40.0...container/v1.41.0) (2024-10-23)


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.41.0"
const Version = "1.42.0"
9 changes: 9 additions & 0 deletions dialogflow/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changes

## [1.60.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.59.0...dialogflow/v1.60.0) (2024-11-11)


### Features

* **dialogflow:** Add options of query_source, search_config and context_size ([ccbc882](https://github.com/googleapis/google-cloud-go/commit/ccbc882d47d8c42998b463860d7c183c86cb7b53))
* **dialogflow:** Add SipTrunks service ([ccbc882](https://github.com/googleapis/google-cloud-go/commit/ccbc882d47d8c42998b463860d7c183c86cb7b53))
* **dialogflow:** Added support for ALAW encoding ([#11097](https://github.com/googleapis/google-cloud-go/issues/11097)) ([ccbc882](https://github.com/googleapis/google-cloud-go/commit/ccbc882d47d8c42998b463860d7c183c86cb7b53))

## [1.59.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.58.1...dialogflow/v1.59.0) (2024-11-06)


Expand Down
2 changes: 1 addition & 1 deletion dialogflow/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.59.0"
const Version = "1.60.0"
7 changes: 7 additions & 0 deletions maps/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/maps/v1.14.1...maps/v1.15.0) (2024-11-11)


### Features

* **maps/places:** Update attributes in Places API ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))

## [1.14.1](https://github.com/googleapis/google-cloud-go/compare/maps/v1.14.0...maps/v1.14.1) (2024-10-23)


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

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

13 changes: 13 additions & 0 deletions networkmanagement/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changes

## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/networkmanagement/v1.15.0...networkmanagement/v1.16.0) (2024-11-11)


### Features

* **networkmanagement:** Add DNS endpoint of Google Kubernetes Engine cluster control plane ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))
* **networkmanagement:** Add more detailed drop causes to corresponding enum ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))


### Documentation

* **networkmanagement:** Update outdated comments ([f072178](https://github.com/googleapis/google-cloud-go/commit/f072178f6fd90537a5782395f4229e4c8b30af7e))

## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/networkmanagement/v1.14.1...networkmanagement/v1.15.0) (2024-10-23)


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.15.0"
const Version = "1.16.0"
7 changes: 7 additions & 0 deletions servicehealth/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [1.1.3](https://github.com/googleapis/google-cloud-go/compare/servicehealth/v1.1.2...servicehealth/v1.1.3) (2024-11-11)


### Documentation

* **servicehealth:** Add missing doc comments ([ccbc882](https://github.com/googleapis/google-cloud-go/commit/ccbc882d47d8c42998b463860d7c183c86cb7b53))

## [1.1.2](https://github.com/googleapis/google-cloud-go/compare/servicehealth/v1.1.1...servicehealth/v1.1.2) (2024-10-23)


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

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

0 comments on commit ed184e0

Please sign in to comment.