google-cloud-kms 2.10.0 → 2.11.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: f10b093b1a22889874fa287b904f1258d2a46c373978ae9320ddc94321a97069
4
+ data.tar.gz: 0d1d48b89d748ff888e07d6682bd0bddd4b7b492c9d88cfd7048a8194d51f19d
5
5
  SHA512:
6
- metadata.gz: 8bd56c66301ade1f73f0706a78a20ffdefe9b1388edb4bfd1870df49b1782b5a6bdd0a9c724968f49962cc5e59b47f3bca8d7e83cfd9286a28cdee99b737457c
7
- data.tar.gz: 6b65b3240245b4a692d7b853438d7d2667aacd20e0c018592a0befcef60f9c79db8669f5994a22fbb21fdb0c3afbb1b48175fcfe462cdb4542a89950b7112df7
6
+ metadata.gz: ee5bb514fa69f03012227e509beeb297f3fc1f9d05987d51979db4c503e60997676c03aff24cdf19eea7b5a56aaf00f699573d44f249d1cebe82a66d2803a63d
7
+ data.tar.gz: 326d577d87213932edd7fe6440379d2d93d81f56eed2fdb2b46587c4e0a67a69adb89f4cfe50d7644f10ca2c801eceb13ff604a43b4590893d54402d02a9b2c0
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Kms
23
- VERSION = "2.10.0"
23
+ VERSION = "2.11.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`.
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.11.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
  - - ">="