Skip to content

Commit

Permalink
Release Google.Cloud.GdcHardwareManagement.V1Alpha version 1.0.0-alpha04
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add DNS address, Kubernetes primary VLAN ID, and provisioning state to the Zone resource ([commit 9180676](9180676))
- Add MAC address-associated IP address to the Hardware resource ([commit 9180676](9180676))
- Add provisioning_state_signal field in SignalZoneState method request ([commit 9180676](9180676))

### Documentation improvements

- Change state_signal field in SignalZoneState method request as optional ([commit 9180676](9180676))
  • Loading branch information
jskeet committed Nov 18, 2024
1 parent 9a07985 commit f6f6f03
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-alpha03</Version>
<Version>1.0.0-alpha04</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Distributed Cloud Hardware Management API (v1alpha)</Description>
Expand Down
12 changes: 12 additions & 0 deletions apis/Google.Cloud.GdcHardwareManagement.V1Alpha/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Version history

## Version 1.0.0-alpha04, released 2024-11-18

### New features

- Add DNS address, Kubernetes primary VLAN ID, and provisioning state to the Zone resource ([commit 9180676](https://github.com/googleapis/google-cloud-dotnet/commit/918067697f16a57916593566858e5bac33709c10))
- Add MAC address-associated IP address to the Hardware resource ([commit 9180676](https://github.com/googleapis/google-cloud-dotnet/commit/918067697f16a57916593566858e5bac33709c10))
- Add provisioning_state_signal field in SignalZoneState method request ([commit 9180676](https://github.com/googleapis/google-cloud-dotnet/commit/918067697f16a57916593566858e5bac33709c10))

### Documentation improvements

- Change state_signal field in SignalZoneState method request as optional ([commit 9180676](https://github.com/googleapis/google-cloud-dotnet/commit/918067697f16a57916593566858e5bac33709c10))

## Version 1.0.0-alpha03, released 2024-10-29

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2631,7 +2631,7 @@
},
{
"id": "Google.Cloud.GdcHardwareManagement.V1Alpha",
"version": "1.0.0-alpha03",
"version": "1.0.0-alpha04",
"type": "grpc",
"productName": "GDC Hardware Management",
"productUrl": "https://cloud.google.com/distributed-cloud/edge/latest/docs",
Expand Down

0 comments on commit f6f6f03

Please sign in to comment.