google-cloud-container_analysis 1.6.0 → 1.7.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: 60acb5473b1f0f3703a4de3bdbeb150dc2401a35cce79a19921633a8b504550a
4
- data.tar.gz: 8fb497561b60a13920e05e1d748579a3643b24846751adbfdbf51af05d8d7d12
3
+ metadata.gz: e34c92cad3e56f05136c17ef172db690a2daf0c1042af4f25731dcbb44f616dc
4
+ data.tar.gz: 376cb17102f03024ecc15ea51c1ca53eb527b36cbc214c0bd034d286773794c9
5
5
  SHA512:
6
- metadata.gz: 6902f00df893e49a3597bbf32c249e57d5c73edfdf63286a8c3af885167c24d0b910075bc6874d1a82fbfa2146e7e281d9158803ce9e8feca99c7359dbe2da89
7
- data.tar.gz: 9671f2d09a8c61b524349cfd13e1930df44e49da989894b16ac7ac9dd68c3d27e3e12cd22ae7aef0e5e14e7442cdc3d2e143c7e8fd9cdce25748ee18beca8db7
6
+ metadata.gz: 1da1f64d8daec07e3e24c1ce611cfcbfa9cdccd28d47094e0ab99e785923e82763166f5c749165d11828f317ae1e7c0ab417ac9434ced9ed3743efe7cb41a47f
7
+ data.tar.gz: 44f15cdf54d084d7c51ca71fe5775063fd445e0396b2c74936d698c39476e9570f255209575e820df38e4de4a0e12cc50cead5af13feb88e01c5983f2294bfbc
data/README.md CHANGED
@@ -82,7 +82,7 @@ working, try updating the versioned clients in your bundle or installed gems:
82
82
 
83
83
  ## Supported Ruby Versions
84
84
 
85
- This library is supported on Ruby 3.0+.
85
+ This library is supported on Ruby 3.2+.
86
86
 
87
87
  Google provides official support for Ruby versions that are actively supported
88
88
  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 ContainerAnalysis
23
- VERSION = "1.6.0"
23
+ VERSION = "1.7.0"
24
24
  end
25
25
  end
26
26
  end
@@ -141,6 +141,7 @@ module Google
141
141
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
142
142
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
143
143
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
144
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
144
145
  # * `:retry_codes` (*type:* `Array<String>`) -
145
146
  # The error codes that should trigger a retry.
146
147
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container_analysis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC