Skip to content

Commit

Permalink
chore(main): release google-cloud-backupdr-v1 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 1, 2024
1 parent a989b3f commit d1a9d9a
Show file tree
Hide file tree
Showing 3 changed files with 20 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 @@ -101,7 +101,7 @@
"google-cloud-automl-v1beta1+FILLER": "0.0.0",
"google-cloud-backupdr": "1.0.1",
"google-cloud-backupdr+FILLER": "0.0.0",
"google-cloud-backupdr-v1": "0.2.1",
"google-cloud-backupdr-v1": "0.3.0",
"google-cloud-backupdr-v1+FILLER": "0.0.0",
"google-cloud-bare_metal_solution": "1.2.1",
"google-cloud-bare_metal_solution+FILLER": "0.0.0",
Expand Down
18 changes: 18 additions & 0 deletions google-cloud-backupdr-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

### 0.3.0 (2024-12-01)

#### Features

* Add backupplan proto
* Add backupplanassociation proto
* Add backupvault_ba proto
* Add backupvault_gce proto
* Client library for the backupvault api is added ([#27363](https://github.com/googleapis/google-cloud-ruby/issues/27363))
#### Documentation

* A comment for field `management_servers` in message `.google.cloud.backupdr.v1.ListManagementServersResponse` is changed
* A comment for field `name` in message `.google.cloud.backupdr.v1.GetManagementServerRequest` is changed
* A comment for field `oauth2_client_id` in message `.google.cloud.backupdr.v1.ManagementServer` is changed
* A comment for field `parent` in message `.google.cloud.backupdr.v1.CreateManagementServerRequest` is changed
* A comment for field `parent` in message `.google.cloud.backupdr.v1.ListManagementServersRequest` is changed
* A comment for field `requested_cancellation` in message `.google.cloud.backupdr.v1.OperationMetadata` is changed

### 0.2.1 (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 BackupDR
module V1
VERSION = "0.2.1"
VERSION = "0.3.0"
end
end
end
Expand Down

0 comments on commit d1a9d9a

Please sign in to comment.