Skip to content

Commit

Permalink
chore(main): release google-cloud-alloy_db-v1alpha 0.8.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 56c331a
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 @@ -45,7 +45,7 @@
"google-cloud-alloy_db+FILLER": "0.0.0",
"google-cloud-alloy_db-v1": "0.10.0",
"google-cloud-alloy_db-v1+FILLER": "0.0.0",
"google-cloud-alloy_db-v1alpha": "0.7.2",
"google-cloud-alloy_db-v1alpha": "0.8.0",
"google-cloud-alloy_db-v1alpha+FILLER": "0.0.0",
"google-cloud-alloy_db-v1beta": "0.9.0",
"google-cloud-alloy_db-v1beta+FILLER": "0.0.0",
Expand Down
27 changes: 27 additions & 0 deletions google-cloud-alloy_db-v1alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

### 0.8.0 (2024-11-09)

### ⚠ BREAKING CHANGES

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

#### 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 ([#27576](https://github.com/googleapis/google-cloud-ruby/issues/27576))
#### 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.7.2 (2024-08-30)

#### Documentation
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 V1alpha
VERSION = "0.7.2"
VERSION = "0.8.0"
end
end
end
Expand Down

0 comments on commit 56c331a

Please sign in to comment.