From 56c331ab412fb6a15046d873ed722cb616a38c20 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 10:09:37 +0000 Subject: [PATCH] chore(main): release google-cloud-alloy_db-v1alpha 0.8.0 --- .release-please-manifest.json | 2 +- google-cloud-alloy_db-v1alpha/CHANGELOG.md | 27 +++++++++++++++++++ .../google/cloud/alloy_db/v1alpha/version.rb | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1fd2edd07387..5fbc16a366b0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/google-cloud-alloy_db-v1alpha/CHANGELOG.md b/google-cloud-alloy_db-v1alpha/CHANGELOG.md index 55ba32f8e4b2..3db6bdba24c9 100644 --- a/google-cloud-alloy_db-v1alpha/CHANGELOG.md +++ b/google-cloud-alloy_db-v1alpha/CHANGELOG.md @@ -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 diff --git a/google-cloud-alloy_db-v1alpha/lib/google/cloud/alloy_db/v1alpha/version.rb b/google-cloud-alloy_db-v1alpha/lib/google/cloud/alloy_db/v1alpha/version.rb index 72f34ee6500d..0b4bd84b51fe 100644 --- a/google-cloud-alloy_db-v1alpha/lib/google/cloud/alloy_db/v1alpha/version.rb +++ b/google-cloud-alloy_db-v1alpha/lib/google/cloud/alloy_db/v1alpha/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module AlloyDB module V1alpha - VERSION = "0.7.2" + VERSION = "0.8.0" end end end