Skip to content

Commit 963310d

Browse files
chore(main): release google-cloud-database_center 0.1.0 (#32354)
* chore(main): release google-cloud-database_center 0.1.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 20f7d82 commit 963310d

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
"google-cloud-data_labeling+FILLER": "0.0.0",
290290
"google-cloud-data_labeling-v1beta1": "0.13.1",
291291
"google-cloud-data_labeling-v1beta1+FILLER": "0.0.0",
292-
"google-cloud-database_center": "0.0.1",
292+
"google-cloud-database_center": "0.1.0",
293293
"google-cloud-database_center+FILLER": "0.0.0",
294294
"google-cloud-database_center-v1beta": "0.1.0",
295295
"google-cloud-database_center-v1beta+FILLER": "0.0.0",

google-cloud-database_center/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "databasecenter",
99
"name_pretty": "Database Center API",
1010
"product_documentation": "https://cloud.google.com/database-center/docs/overview",
11-
"release_level": "unreleased",
11+
"release_level": "preview",
1212
"repo": "googleapis/google-cloud-ruby",
1313
"requires_billing": true,
1414
"ruby-cloud-description": "The Database Center API provides access to an organization-wide, cross-product database fleet health platform. It aggregates health, security, and compliance signals from various Google Cloud databases, offering a single pane of glass to identify and manage issues.",
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# Release History
1+
# Changelog
22

3+
### 0.1.0 (2026-01-13)
4+
5+
#### Features
6+
7+
* Initial generation of google-cloud-database_center ([#32346](https://github.com/googleapis/google-cloud-ruby/issues/32346))
8+
9+
## Release History

google-cloud-database_center/lib/google/cloud/database_center/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Google
2121
module Cloud
2222
module DatabaseCenter
23-
VERSION = "0.0.1"
23+
VERSION = "0.1.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)