Skip to content

Commit 1b46532

Browse files
chore(main): release google-cloud-batch-v1 0.16.0 (googleapis#24476)
1 parent c8b6573 commit 1b46532

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"google-cloud-bare_metal_solution-v2+FILLER": "0.0.0",
8484
"google-cloud-batch": "1.1.0",
8585
"google-cloud-batch+FILLER": "0.0.0",
86-
"google-cloud-batch-v1": "0.15.1",
86+
"google-cloud-batch-v1": "0.16.0",
8787
"google-cloud-batch-v1+FILLER": "0.0.0",
8888
"google-cloud-beyond_corp": "1.1.0",
8989
"google-cloud-beyond_corp+FILLER": "0.0.0",

google-cloud-batch-v1/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### 0.16.0 (2024-01-25)
4+
5+
#### Features
6+
7+
* Container runnables support using image streaming
8+
* Support running a task group as non-root
9+
* Support tags in the allocation policy
10+
* Support the use_generic_task_monitored_resource cloud logging option
11+
312
### 0.15.1 (2024-01-12)
413

514
#### Bug Fixes

google-cloud-batch-v1/lib/google/cloud/batch/v1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module Batch
2323
module V1
24-
VERSION = "0.15.1"
24+
VERSION = "0.16.0"
2525
end
2626
end
2727
end

google-cloud-batch-v1/snippets/snippet_metadata_google.cloud.batch.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-batch-v1",
4-
"version": "0.15.1",
4+
"version": "0.16.0",
55
"language": "RUBY",
66
"apis": [
77
{

google-cloud-batch-v1/snippets/snippet_metadata_google.iam.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-batch-v1",
4-
"version": "0.15.1",
4+
"version": "0.16.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)