google-cloud-container-v1beta1 0.56.0 → 0.57.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '028b5cf54708539d877a102525cd7709ace6959c3510ca5c75229a33375f875a'
4
- data.tar.gz: 5956550eff1c8ec4ddcea718aa410a3dd70f9bf75c7f7d555e49b9e85eacfdfa
3
+ metadata.gz: 9c7de755558f20db3e256483894b06e2a710517321d9d8472bf866eb9b725c71
4
+ data.tar.gz: 3b6b724085e21d870e34ffdc6bd7c9a829921532eb00ed45146afa04acbfe9b1
5
5
  SHA512:
6
- metadata.gz: 6a470a21a7638f9be07b5863880b60d1b7b6624e149e97cd4b08a835dcbedfc9094a3f028f14c74a0812d174fd4ec2ae14702d2c0cf9439f320f1f5a2061849f
7
- data.tar.gz: 210d0d26069a4681cc752be073ab5de0ac850b8c91c3d39040a1a840cc6115487844e195cb6540693af6f6c68123d54da7fe0e969edf738f79a99a39c35e032f
6
+ metadata.gz: 92d0bfa0ee8541196473af6d2977d7f4bdb7fe4c8ec366b5c71289f7b83fa1cdc6796ff59f6ffcf1ceda1612008010138bfceb4dda9fefa4eec9f424fd2263e2
7
+ data.tar.gz: e433fff56feba276979e91707d9175fba20294bad0b8e60a40204c7b82bae2693adba510e30194c4e8e3a0b336bd42329f414380f8a82357b078420e56f4ae74
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 3.0+.
88
+ This library is supported on Ruby 3.2+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -4295,6 +4295,7 @@ module Google
4295
4295
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4296
4296
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4297
4297
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4298
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4298
4299
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4299
4300
  # trigger a retry.
4300
4301
  # @return [::Hash]
@@ -4378,6 +4379,7 @@ module Google
4378
4379
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4379
4380
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4380
4381
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4382
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4381
4383
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4382
4384
  # trigger a retry.
4383
4385
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1beta1
24
- VERSION = "0.56.0"
24
+ VERSION = "0.57.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement