google-cloud-kms 2.10.0 → 2.12.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: f6e193af0065ebb7139bfc223fec776a06f1daa942af84385d5ca9690f920858
4
- data.tar.gz: 20d02191bc722e25f9cb4e493b518d5972d15e0817a050d4f2c83a83b5ff2875
3
+ metadata.gz: 3ea6236e1257895478759d1a431b5a8d5266a5062f9ded55600186317de5d958
4
+ data.tar.gz: 3eb19e9a62d8138cfd19e6d6bf2bee9b5336d30201a8e9cf05b721bee2c8750b
5
5
  SHA512:
6
- metadata.gz: 8bd56c66301ade1f73f0706a78a20ffdefe9b1388edb4bfd1870df49b1782b5a6bdd0a9c724968f49962cc5e59b47f3bca8d7e83cfd9286a28cdee99b737457c
7
- data.tar.gz: 6b65b3240245b4a692d7b853438d7d2667aacd20e0c018592a0befcef60f9c79db8669f5994a22fbb21fdb0c3afbb1b48175fcfe462cdb4542a89950b7112df7
6
+ metadata.gz: fa3f96368121e2cc905c334e738b734fe8958dd752cf73a61b3713d36e89b7abac7a256888d1399180ea95f9c126c4be02b429ab6d7277c436321f28661e5a68
7
+ data.tar.gz: d52c561661ea175ef8c271da591c3424b83631aff991b4bc5d46024e5144f9f190dd035aed02cdf51a593e8aaea928dddefcb03172188f0b6925c15a5e915440
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 Kms
23
- VERSION = "2.10.0"
23
+ VERSION = "2.12.0"
24
24
  end
25
25
  end
26
26
  end
@@ -153,13 +153,15 @@ module Google
153
153
  # ## About AutokeyAdmin
154
154
  #
155
155
  # Provides interfaces for managing [Cloud KMS
156
- # Autokey](https://cloud.google.com/kms/help/autokey) folder-level
157
- # configurations. A configuration is inherited by all descendent projects. A
158
- # configuration at one folder overrides any other configurations in its
159
- # ancestry. Setting a configuration on a folder is a prerequisite for Cloud KMS
160
- # Autokey, so that users working in a descendant project can request
161
- # provisioned CryptoKeys, ready for Customer
162
- # Managed Encryption Key (CMEK) use, on-demand.
156
+ # Autokey](https://cloud.google.com/kms/help/autokey) folder-level or
157
+ # project-level configurations. A configuration is inherited by all descendent
158
+ # folders and projects. A configuration at a folder or project overrides any
159
+ # other configurations in its ancestry. Setting a configuration on a folder is
160
+ # a prerequisite for Cloud KMS Autokey, so that users working in a descendant
161
+ # project can request provisioned CryptoKeys,
162
+ # ready for Customer Managed Encryption Key (CMEK) use, on-demand when using
163
+ # the dedicated key project mode. This is not required when using the delegated
164
+ # key management mode for same-project keys.
163
165
  #
164
166
  # @param version [::String, ::Symbol] The API version to connect to. Optional.
165
167
  # Defaults to `:v1`.
@@ -463,6 +465,7 @@ module Google
463
465
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
464
466
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
465
467
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
468
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
466
469
  # * `:retry_codes` (*type:* `Array<String>`) -
467
470
  # The error codes that should trigger a retry.
468
471
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-kms
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.0
4
+ version: 2.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -70,7 +70,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
- version: '3.0'
73
+ version: '3.2'
74
74
  required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
76
  - - ">="