google-apis-batch_v1 0.28.0 → 0.29.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c23d30b878d46f55cf71d89afd8b0cd541c56cf481fefdeb52e2bb5545447ae
4
- data.tar.gz: 4e24b8ff4242ae3777283d7e11cd03b6a95f972aac947c49dce032dee98c13c3
3
+ metadata.gz: 0e9d85f5743c9efff93b66cb30f3b43fd966ff658a119d86568e995338c1a8c6
4
+ data.tar.gz: 470aa2aa03e88a7de3f9ca4add17084e3b9372121e3ec1fbd32ef467e567e14f
5
5
  SHA512:
6
- metadata.gz: 6869048e833606182aee16642ed11e29ee777fbc042eae959c7c24287827fc4fc245f75403f37440c40f51a8d08fb2e81d224b6d72e692db4666bca481982595
7
- data.tar.gz: e8b39f86ab04be644a272331d01e4da867f951f471226f3dd6aa950ec60cf35ff47696f983c0f326c4853ba1df819d12dcabe4df3429f5ef6d2b193118ace109
6
+ metadata.gz: 5b7fd12fd3d41e14118b635a01570910686b7a0dc91d75e0dd81376825efd42b07289f605297657d4298a21cb9febdbddb579a6a5569ad8a3ad77299cfd151e1
7
+ data.tar.gz: 7145dc94035224c080e7b2e16938a922bc06fd93fa4498798606ae5cd86c1bd43f7f580dff4164819dbcb8333ee696bf67b991f20d650f2f1d8128cd1e50610c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-batch_v1
2
2
 
3
+ ### v0.29.0 (2024-02-04)
4
+
5
+ * Regenerated from discovery document revision 20240127
6
+ * Regenerated using generator version 0.13.1
7
+
3
8
  ### v0.28.0 (2024-01-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240112
@@ -868,16 +868,30 @@ module Google
868
868
  # @return [String]
869
869
  attr_accessor :options
870
870
 
871
- # Optional password for logging in to a docker registry. If password matches `
872
- # projects/*/secrets/*/versions/*` then Batch will read the password from the
873
- # Secret Manager;
871
+ # Required if the container image is from a private Docker registry. The
872
+ # password to login to the Docker registry that contains the image. For security,
873
+ # it is strongly recommended to specify an encrypted password by using a Secret
874
+ # Manager secret: `projects/*/secrets/*/versions/*`. Warning: If you specify the
875
+ # password using plain text, you risk the password being exposed to any users
876
+ # who can view the job or its logs. To avoid this risk, specify a secret that
877
+ # contains the password instead. Learn more about [Secret Manager](https://cloud.
878
+ # google.com/secret-manager/docs/) and [using Secret Manager with Batch](https://
879
+ # cloud.google.com/batch/docs/create-run-job-secret-manager).
874
880
  # Corresponds to the JSON property `password`
875
881
  # @return [String]
876
882
  attr_accessor :password
877
883
 
878
- # Optional username for logging in to a docker registry. If username matches `
879
- # projects/*/secrets/*/versions/*` then Batch will read the username from the
880
- # Secret Manager.
884
+ # Required if the container image is from a private Docker registry. The
885
+ # username to login to the Docker registry that contains the image. You can
886
+ # either specify the username directly by using plain text or specify an
887
+ # encrypted username by using a Secret Manager secret: `projects/*/secrets/*/
888
+ # versions/*`. However, using a secret is recommended for enhanced security.
889
+ # Caution: If you specify the username using plain text, you risk the username
890
+ # being exposed to any users who can view the job or its logs. To avoid this
891
+ # risk, specify a secret that contains the username instead. Learn more about [
892
+ # Secret Manager](https://cloud.google.com/secret-manager/docs/) and [using
893
+ # Secret Manager with Batch](https://cloud.google.com/batch/docs/create-run-job-
894
+ # secret-manager).
881
895
  # Corresponds to the JSON property `username`
882
896
  # @return [String]
883
897
  attr_accessor :username
@@ -2289,17 +2303,17 @@ module Google
2289
2303
 
2290
2304
  # When true, Batch will populate a file with a list of all VMs assigned to the
2291
2305
  # TaskGroup and set the BATCH_HOSTS_FILE environment variable to the path of
2292
- # that file. Defaults to false.
2306
+ # that file. Defaults to false. The host file supports up to 1000 VMs.
2293
2307
  # Corresponds to the JSON property `requireHostsFile`
2294
2308
  # @return [Boolean]
2295
2309
  attr_accessor :require_hosts_file
2296
2310
  alias_method :require_hosts_file?, :require_hosts_file
2297
2311
 
2298
2312
  # Optional. If not set or set to false, Batch uses the root user to execute
2299
- # runnables. If set to true, Batch will make sure to run the runnables using a
2300
- # non-root user. Currently, the non-root user Batch used is generated by OS
2301
- # Login. For more information, see [About OS Login](https://cloud.google.com/
2302
- # compute/docs/oslogin).
2313
+ # runnables. If set to true, Batch runs the runnables using a non-root user.
2314
+ # Currently, the non-root user Batch used is generated by OS Login. For more
2315
+ # information, see [About OS Login](https://cloud.google.com/compute/docs/
2316
+ # oslogin).
2303
2317
  # Corresponds to the JSON property `runAsNonRoot`
2304
2318
  # @return [Boolean]
2305
2319
  attr_accessor :run_as_non_root
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BatchV1
18
18
  # Version of the google-apis-batch_v1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240112"
25
+ REVISION = "20240127"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-batch_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-batch_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-batch_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-batch_v1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-batch_v1
63
63
  post_install_message:
64
64
  rdoc_options: []