Skip to content

Commit

Permalink
chore(main): release google-cloud-bare_metal_solution-v2 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 14, 2023
1 parent 6536958 commit 844aa80
Show file tree
Hide file tree
Showing 3 changed files with 18 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 @@ -75,7 +75,7 @@
"google-cloud-automl-v1beta1+FILLER": "0.0.0",
"google-cloud-bare_metal_solution": "1.0.0",
"google-cloud-bare_metal_solution+FILLER": "0.0.0",
"google-cloud-bare_metal_solution-v2": "0.4.1",
"google-cloud-bare_metal_solution-v2": "0.5.0",
"google-cloud-bare_metal_solution-v2+FILLER": "0.0.0",
"google-cloud-batch": "1.0.0",
"google-cloud-batch+FILLER": "0.0.0",
Expand Down
16 changes: 16 additions & 0 deletions google-cloud-bare_metal_solution-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

### 0.5.0 (2023-08-14)

#### Features

* add new Instance state values
* add NFSShare resource and methods
* add OsImage resource and methods
* add ProvisioningConfig resource and methods
* add RPC EvictLune
* add RPCs Enable/Disable InteractiveSerialConsole
* add RPCs Rename/Evict Volume
* add SSHKey resource and methods
* add VolumeSnapshot resource and methods
* several new resources and RPCs ([#22751](https://github.com/googleapis/google-cloud-ruby/issues/22751))
* include IAMPolicy mixin ([#22765](https://github.com/googleapis/google-cloud-ruby/issues/22765))

### 0.4.1 (2023-06-06)

#### Bug Fixes
Expand Down
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.4.1"
VERSION = "0.5.0"
end
end
end
Expand Down

0 comments on commit 844aa80

Please sign in to comment.