Skip to content

Commit 7e8737c

Browse files
chore(main): release google-cloud-hypercompute_cluster 0.1.0 (#32131)
* chore(main): release google-cloud-hypercompute_cluster 0.1.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 69b2af1 commit 7e8737c

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
"google-cloud-gsuite_add_ons+FILLER": "0.0.0",
454454
"google-cloud-gsuite_add_ons-v1": "1.4.1",
455455
"google-cloud-gsuite_add_ons-v1+FILLER": "0.0.0",
456-
"google-cloud-hypercompute_cluster": "0.0.1",
456+
"google-cloud-hypercompute_cluster": "0.1.0",
457457
"google-cloud-hypercompute_cluster+FILLER": "0.0.0",
458458
"google-cloud-hypercompute_cluster-v1beta": "0.1.0",
459459
"google-cloud-hypercompute_cluster-v1beta+FILLER": "0.0.0",

google-cloud-hypercompute_cluster/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "hypercomputecluster",
99
"name_pretty": "Cluster Director API",
1010
"product_documentation": "https://cloud.google.com/blog/products/compute/managed-slurm-and-other-cluster-director-enhancements",
11-
"release_level": "unreleased",
11+
"release_level": "preview",
1212
"repo": "googleapis/google-cloud-ruby",
1313
"requires_billing": true,
1414
"ruby-cloud-description": "google-cloud-hypercompute_cluster is the official client library for the Cluster Director API.",
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# Release History
1+
# Changelog
22

3+
### 0.1.0 (2025-10-29)
4+
5+
#### Features
6+
7+
* Initial generation of google-cloud-hypercompute_cluster ([#32127](https://github.com/googleapis/google-cloud-ruby/issues/32127))
8+
9+
## Release History

google-cloud-hypercompute_cluster/lib/google/cloud/hypercompute_cluster/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Google
2121
module Cloud
2222
module HypercomputeCluster
23-
VERSION = "0.0.1"
23+
VERSION = "0.1.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)