google-cloud-kms 2.8.1 → 2.8.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1e551be096777f2ecb02162c4b9d795878f5efe670b678690da9a752a203b91
4
- data.tar.gz: 14442fcf7a283893bdee930df36a51ee2944d3b9311e5d75ee3cd41ee5f7dd4e
3
+ metadata.gz: ffed9f313d7cc6deec5345e2ae09e0c32123702a185f45406c652b605fd90cdd
4
+ data.tar.gz: 17488dd0da5fd020393984546ab82a6fecc5b322fadf14bff5e24254614050a2
5
5
  SHA512:
6
- metadata.gz: 21cba4044019856a2573aea076d5e3506d56aa125c37fcccac4c1a3cecd2657a2b544eeec352927175f2576024b0fba33a01c30b504b125f54b0aeba13b44e48
7
- data.tar.gz: 2e17db9eb842587733599cf2aac876b813bf64c06759faab7431ce742c88b2a1444cd8243fbee976b7ef26ecbb9dc6e61d2474f94721ebca6e11e0f0643c742e
6
+ metadata.gz: 5955ebd4c8903573d764c99340c74e20058f19f4a2316dbfd78d0c55265fdadcd73a6d0b75b176d9bcd8c6cfe1754af818674a39a914c59731bde53830bb13c6
7
+ data.tar.gz: 47acd59578568f63333010fdca9894dd40e5893141a010638fe249c472bc31c59f37c8fc12cd7e4cefc9f05728952d3ec462c46eddd4ca717e9588175d5847d8
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Kms
23
- VERSION = "2.8.1"
23
+ VERSION = "2.8.2"
24
24
  end
25
25
  end
26
26
  end
@@ -60,7 +60,8 @@ module Google
60
60
  #
61
61
  # ## About Autokey
62
62
  #
63
- # Provides interfaces for using Cloud KMS Autokey to provision new
63
+ # Provides interfaces for using [Cloud KMS
64
+ # Autokey](https://cloud.google.com/kms/help/autokey) to provision new
64
65
  # CryptoKeys, ready for Customer Managed
65
66
  # Encryption Key (CMEK) use, on-demand. To support certain client tooling, this
66
67
  # feature is modeled around a KeyHandle
@@ -110,7 +111,8 @@ module Google
110
111
  #
111
112
  # ## About AutokeyAdmin
112
113
  #
113
- # Provides interfaces for managing Cloud KMS Autokey folder-level
114
+ # Provides interfaces for managing [Cloud KMS
115
+ # Autokey](https://cloud.google.com/kms/help/autokey) folder-level
114
116
  # configurations. A configuration is inherited by all descendent projects. A
115
117
  # configuration at one folder overrides any other configurations in its
116
118
  # ancestry. Setting a configuration on a folder is a prerequisite for Cloud KMS
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-kms
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.1
4
+ version: 2.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-09 00:00:00.000000000 Z
11
+ date: 2024-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core