From 844aa80477eace861d9a587d40cace4d6c9113d7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:07:59 +0000 Subject: [PATCH] chore(main): release google-cloud-bare_metal_solution-v2 0.5.0 --- .release-please-manifest.json | 2 +- google-cloud-bare_metal_solution-v2/CHANGELOG.md | 16 ++++++++++++++++ .../cloud/bare_metal_solution/v2/version.rb | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f19cb84c37da..95945df5bddd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/google-cloud-bare_metal_solution-v2/CHANGELOG.md b/google-cloud-bare_metal_solution-v2/CHANGELOG.md index a9d3b0e2a35d..8348f033abfe 100644 --- a/google-cloud-bare_metal_solution-v2/CHANGELOG.md +++ b/google-cloud-bare_metal_solution-v2/CHANGELOG.md @@ -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 diff --git a/google-cloud-bare_metal_solution-v2/lib/google/cloud/bare_metal_solution/v2/version.rb b/google-cloud-bare_metal_solution-v2/lib/google/cloud/bare_metal_solution/v2/version.rb index 0688fcf0683a..546c17a12ac1 100644 --- a/google-cloud-bare_metal_solution-v2/lib/google/cloud/bare_metal_solution/v2/version.rb +++ b/google-cloud-bare_metal_solution-v2/lib/google/cloud/bare_metal_solution/v2/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module BareMetalSolution module V2 - VERSION = "0.4.1" + VERSION = "0.5.0" end end end