Skip to content

Commit

Permalink
chore(main): release google-cloud-gdc_hardware_management-v1alpha 0.4…
Browse files Browse the repository at this point in the history
….0 (#27623)
  • Loading branch information
release-please[bot] authored Nov 14, 2024
1 parent 6381033 commit cee4845
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
"google-cloud-functions-v2+FILLER": "0.0.0",
"google-cloud-gdc_hardware_management": "0.1.1",
"google-cloud-gdc_hardware_management+FILLER": "0.0.0",
"google-cloud-gdc_hardware_management-v1alpha": "0.3.0",
"google-cloud-gdc_hardware_management-v1alpha": "0.4.0",
"google-cloud-gdc_hardware_management-v1alpha+FILLER": "0.0.0",
"google-cloud-gke_backup": "1.2.1",
"google-cloud-gke_backup+FILLER": "0.0.0",
Expand Down
11 changes: 11 additions & 0 deletions google-cloud-gdc_hardware_management-v1alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### 0.4.0 (2024-11-14)

#### Features

* add DNS address, Kubernetes primary VLAN ID, and provisioning state to the Zone resource ([#27605](https://github.com/googleapis/google-cloud-ruby/issues/27605))
* add MAC address-associated IP address to the Hardware resource
* add provisioning_state_signal field in SignalZoneState method request
#### Documentation

* change state_signal field in SignalZoneState method request as optional

### 0.3.0 (2024-10-29)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module GDCHardwareManagement
module V1alpha
VERSION = "0.3.0"
VERSION = "0.4.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-gdc_hardware_management-v1alpha",
"version": "0.3.0",
"version": "0.4.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit cee4845

Please sign in to comment.