Skip to content
Merged
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 @@ -109,7 +109,7 @@
"google-cloud-bare_metal_solution-v2+FILLER": "0.0.0",
"google-cloud-batch": "1.3.0",
"google-cloud-batch+FILLER": "0.0.0",
"google-cloud-batch-v1": "0.21.0",
"google-cloud-batch-v1": "1.0.0",
"google-cloud-batch-v1+FILLER": "0.0.0",
"google-cloud-beyond_corp": "1.4.0",
"google-cloud-beyond_corp+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-batch-v1/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"language": "ruby",
"name": "batch",
"name_pretty": "Batch V1 API",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "Google Cloud Batch is a fully managed service used by scientists, VFX artists, developers to easily and efficiently run batch workloads on Google Cloud. This service manages provisioning of resources to satisfy the requirements of the batch jobs for a variety of workloads including ML, HPC, VFX rendering, transcoding, genomics and others. Note that google-cloud-batch-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-batch instead. See the readme for more details.",
Expand Down
14 changes: 13 additions & 1 deletion google-cloud-batch-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### 1.0.0 (2025-02-07)

### ⚠ BREAKING CHANGES

* Fixed incorrect pagination on certain REST RPC methods ([#28823](https://github.com/googleapis/google-cloud-ruby/issues/28823))

#### Features

* Bump version to 1.0.0 ([#28941](https://github.com/googleapis/google-cloud-ruby/issues/28941))
#### Bug Fixes

* Fixed incorrect pagination on certain REST RPC methods ([#28823](https://github.com/googleapis/google-cloud-ruby/issues/28823))

### 0.21.0 (2025-01-28)

#### Features
Expand Down Expand Up @@ -304,4 +317,3 @@
#### Features

* Initial generation of google-cloud-batch-v1

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module Batch
module V1
VERSION = "0.21.0"
VERSION = "1.0.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-batch-v1",
"version": "0.21.0",
"version": "1.0.0",
"language": "RUBY",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-batch-v1",
"version": "0.21.0",
"version": "1.0.0",
"language": "RUBY",
"apis": [
{
Expand Down