Skip to content

Commit

Permalink
chore(main): release google-cloud-bare_metal_solution-v2 1.0.0 (#28838)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 7, 2025
1 parent 78184e9 commit 3f00438
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"google-cloud-backupdr-v1+FILLER": "0.0.0",
"google-cloud-bare_metal_solution": "1.3.0",
"google-cloud-bare_metal_solution+FILLER": "0.0.0",
"google-cloud-bare_metal_solution-v2": "0.10.0",
"google-cloud-bare_metal_solution-v2": "1.0.0",
"google-cloud-bare_metal_solution-v2+FILLER": "0.0.0",
"google-cloud-batch": "1.3.0",
"google-cloud-batch+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bare_metal_solution-v2/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "baremetalsolution",
"name_pretty": "Bare Metal Solution V2 API",
"product_documentation": "https://cloud.google.com/bare-metal/",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "Bare Metal Solution is a managed solution that provides purpose-built HPE or Atos bare-metal servers in regional extensions that are connected to Google Cloud by a managed, high-performance connection with a low-latency network fabric. Note that google-cloud-bare_metal_solution-v2 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-bare_metal_solution instead. See the readme for more details.",
Expand Down
14 changes: 13 additions & 1 deletion google-cloud-bare_metal_solution-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### 1.0.0 (2025-02-07)

### ⚠ BREAKING CHANGES

* Fixed incorrect pagination on certain REST RPC methods ([#28823](https://github.com/googleapis/google-cloud-ruby/issues/28823))

#### Features

* Bump version to 1.0.0 ([#28941](https://github.com/googleapis/google-cloud-ruby/issues/28941))
#### Bug Fixes

* Fixed incorrect pagination on certain REST RPC methods ([#28823](https://github.com/googleapis/google-cloud-ruby/issues/28823))

### 0.10.0 (2025-01-28)

#### Features
Expand Down Expand Up @@ -106,4 +119,3 @@
#### Features

* Initial generation of google-cloud-bare_metal_solution-v2

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module BareMetalSolution
module V2
VERSION = "0.10.0"
VERSION = "1.0.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-bare_metal_solution-v2",
"version": "0.10.0",
"version": "1.0.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 3f00438

Please sign in to comment.