Skip to content

Commit ddd1b87

Browse files
chore(main): release google-cloud-maintenance-api-v1 0.1.0 (#32395)
* chore(main): release google-cloud-maintenance-api-v1 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 718a4dd commit ddd1b87

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
"google-cloud-lustre-v1+FILLER": "0.0.0",
510510
"google-cloud-maintenance-api": "0.1.1",
511511
"google-cloud-maintenance-api+FILLER": "0.0.0",
512-
"google-cloud-maintenance-api-v1": "0.0.1",
512+
"google-cloud-maintenance-api-v1": "0.1.0",
513513
"google-cloud-maintenance-api-v1+FILLER": "0.0.0",
514514
"google-cloud-maintenance-api-v1beta": "0.2.1",
515515
"google-cloud-maintenance-api-v1beta+FILLER": "0.0.0",

google-cloud-maintenance-api-v1/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "maintenance",
99
"name_pretty": "Maintenance V1 API",
1010
"product_documentation": "https://cloud.google.com/unified-maintenance/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 Maintenance API provides a centralized view of planned disruptive maintenance events across supported Google Cloud products. It offers users visibility into upcoming, ongoing, and completed maintenance, along with controls to manage certain maintenance activities, such as maintenance windows, rescheduling, and on-demand updates. Note that google-cloud-maintenance-api-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-maintenance-api instead. See the readme for more details.",
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-23)
4+
5+
#### Features
6+
7+
* Initial generation of google-cloud-maintenance-api-v1 ([#32390](https://github.com/googleapis/google-cloud-ruby/issues/32390))
8+
9+
## Release History

google-cloud-maintenance-api-v1/lib/google/cloud/maintenance/api/v1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module Cloud
2222
module Maintenance
2323
module Api
2424
module V1
25-
VERSION = "0.0.1"
25+
VERSION = "0.1.0"
2626
end
2727
end
2828
end

google-cloud-maintenance-api-v1/snippets/snippet_metadata_google.cloud.maintenance.api.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-maintenance-api-v1",
4-
"version": "",
4+
"version": "0.1.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)