google-cloud-container-v1 1.16.0 → 1.17.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: 9d6b7b8ef2623ced24436d51c688e6127994fb757d82fee1d0945e9310c729a5
4
- data.tar.gz: a33d18db4b76901649af2dda91ed38f330a513395433294038a3365b4fb6d376
3
+ metadata.gz: f5f7463846a7fce4807394edebc479199d529b8e8f464c4447b8ce7656e2ef2e
4
+ data.tar.gz: fc3bcaca8076310f9240dae9904f7b909ae5769238ad5fd9f8ce32eb19bd0aa3
5
5
  SHA512:
6
- metadata.gz: cc2e0b26e856d1b2dc21b7915673ff825b94dcb4d69dbcdc2dabc4aede45efd14aa257eb571790a999f3efca29537df14e699b07669edc1bf9d1198f6b691218
7
- data.tar.gz: 61c42e594e9742ce67e9d7219d6562d8521ff3dcc4f3105cdbb713416c5901d48cfabb723dd800c0e0ce3ea1c5a374aff52d4963ac92cb6933e090fac53a269a
6
+ metadata.gz: 3e14baa46815442f7b289e51a2729e90e0fdd0026d18eda998c8fcda5b09e6a15349536962db297e1fda2311748a061d73b1e47c7ab7dbba8364de3d8dd424e6
7
+ data.tar.gz: 8e6a9f92b33f1018012cce16d8b8ede332cd670d5d5dc7d823f9441603c7d07da50f1a402e1416a1919d6d028fadc09bab52784b670b883619631890fa2a27c0
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
@@ -4113,6 +4113,7 @@ module Google
4113
4113
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4114
4114
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4115
4115
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4116
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4116
4117
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4117
4118
  # trigger a retry.
4118
4119
  # @return [::Hash]
@@ -4196,6 +4197,7 @@ module Google
4196
4197
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4197
4198
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4198
4199
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4200
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4199
4201
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4200
4202
  # trigger a retry.
4201
4203
  #
@@ -3826,6 +3826,7 @@ module Google
3826
3826
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3827
3827
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3828
3828
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3829
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3829
3830
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3830
3831
  # trigger a retry.
3831
3832
  # @return [::Hash]
@@ -3898,6 +3899,7 @@ module Google
3898
3899
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3899
3900
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3900
3901
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3902
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3901
3903
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3902
3904
  # trigger a retry.
3903
3905
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "1.16.0"
24
+ VERSION = "1.17.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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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