Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
"google-cloud-functions-v2+FILLER": "0.0.0",
"google-cloud-gdc_hardware_management": "0.2.2",
"google-cloud-gdc_hardware_management+FILLER": "0.0.0",
"google-cloud-gdc_hardware_management-v1alpha": "0.12.1",
"google-cloud-gdc_hardware_management-v1alpha": "0.13.0",
"google-cloud-gdc_hardware_management-v1alpha+FILLER": "0.0.0",
"google-cloud-gemini_data_analytics": "0.1.1",
"google-cloud-gemini_data_analytics+FILLER": "0.0.0",
Expand Down
12 changes: 12 additions & 0 deletions google-cloud-gdc_hardware_management-v1alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### 0.13.0 (2026-03-19)

#### Features

* Add `OFFLINE` state to Zone resources ([#32804](https://github.com/googleapis/google-cloud-ruby/issues/32804))
* Add irb as explicit dependency for Ruby 4.0 compatibility ([#32887](https://github.com/googleapis/google-cloud-ruby/issues/32887))
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32849](https://github.com/googleapis/google-cloud-ruby/issues/32849))
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32851](https://github.com/googleapis/google-cloud-ruby/issues/32851))
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32853](https://github.com/googleapis/google-cloud-ruby/issues/32853))
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32854](https://github.com/googleapis/google-cloud-ruby/issues/32854))
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32855](https://github.com/googleapis/google-cloud-ruby/issues/32855))

### 0.12.1 (2025-10-27)

#### Documentation
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.12.1"
VERSION = "0.13.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.12.1",
"version": "0.13.0",
"language": "RUBY",
"apis": [
{
Expand Down
Loading