Skip to content

Commit

Permalink
chore(main): release google-cloud-alloy_db-v1beta 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 9, 2024
1 parent 76b3406 commit 38ecfb8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"google-cloud-alloy_db-v1+FILLER": "0.0.0",
"google-cloud-alloy_db-v1alpha": "0.7.2",
"google-cloud-alloy_db-v1alpha+FILLER": "0.0.0",
"google-cloud-alloy_db-v1beta": "0.9.0",
"google-cloud-alloy_db-v1beta": "0.10.0",
"google-cloud-alloy_db-v1beta+FILLER": "0.0.0",
"google-cloud-api_gateway": "1.4.1",
"google-cloud-api_gateway+FILLER": "0.0.0",
Expand Down
27 changes: 27 additions & 0 deletions google-cloud-alloy_db-v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

### 0.10.0 (2024-11-09)

### ⚠ BREAKING CHANGES

* deprecated various PSC instance configuration fields ([#27581](https://github.com/googleapis/google-cloud-ruby/issues/27581))

#### Features

* add more observability options on the Instance level
* add new API to execute SQL statements
* add new API to perform a promotion or switchover on secondary instances
* add new API to upgrade a cluster
* add new CloudSQL backup resource
* add new cluster and instance level configurations to interact with Gemini
* add new PSC instance configuration setting and output the PSC DNS name
* add optional field to keep extra roles on a user if it already exists
* add support for Free Trials
* add support to schedule maintenance
* additional field to set tags on a backup or cluster
* support for obtaining the public ip addresses of an instance and enabling outbound public ip
#### Bug Fixes

* deprecated various PSC instance configuration fields ([#27581](https://github.com/googleapis/google-cloud-ruby/issues/27581))
#### Documentation

* 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

### 0.9.0 (2024-08-30)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module AlloyDB
module V1beta
VERSION = "0.9.0"
VERSION = "0.10.0"
end
end
end
Expand Down

0 comments on commit 38ecfb8

Please sign in to comment.