google-cloud-container 2.1.0 → 2.2.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: ec6247064c0d90382e1004651c86f52b89a8a5700df5fb1f52bb0518fe8bafe7
4
- data.tar.gz: 64d0fd87f13d25b6e0765645b26ca21bafcbe61f798a650872f0a5a7a35c6a02
3
+ metadata.gz: 3c120f3aa5a80427fa111848bb643508c76ab1e048ed8e3cf965a94ad73acd91
4
+ data.tar.gz: c7acb0b48b9fe7f685ca9caace172582d898f154a2d59f1ffc54454f39f00586
5
5
  SHA512:
6
- metadata.gz: b77bad5945b202b38fccca31bad76b544750c247d20b2cad73aca54acb1e3c71a219d0b9e94a76a3bb99eb330b8ae8dacd435859270d72e1b1ead30825739e43
7
- data.tar.gz: 4e7c467f184e3f5587c908d7021349167cc3b833fb9d5de2a1f69f09aa8bf9716b33e93d2093c2be53dfd3ad8dddbfd24eda1c18b7534d8d327569d5083620f4
6
+ metadata.gz: 9f58cc3ff0f600893a47aad92beb1dbddad67081152031c70bf1be0ac5e62e93ff46539ef9e840ed0aae7679d95c9923f274ffc8a4672d0ab7c9e3aa9a60fb00
7
+ data.tar.gz: bcdd7f4a031b7a1b61b4f091764cbb4f60b3a26c53b60944c7f2a924643c921ac8dc0c14af353d08bf48fd2e6007d3d533de5c0c3253781d11017915b40423c5
data/README.md CHANGED
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
74
74
 
75
75
  ## Supported Ruby Versions
76
76
 
77
- This library is supported on Ruby 3.0+.
77
+ This library is supported on Ruby 3.2+.
78
78
 
79
79
  Google provides official support for Ruby versions that are actively supported
80
80
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Container
23
- VERSION = "2.1.0"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -129,6 +129,7 @@ module Google
129
129
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
130
130
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
131
131
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
132
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
132
133
  # * `:retry_codes` (*type:* `Array<String>`) -
133
134
  # The error codes that should trigger a retry.
134
135
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC