google-cloud-kms-inventory-v1 0.14.1 → 0.15.1

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: 71a2155b25bbc5211b374d18bd4b8d7104b36a74b7fb7a9a94cdd5a9d855285a
4
- data.tar.gz: b80a77be443803e447ad0530a11c67c32710e8fe5060dd49fc6bad0297b1d418
3
+ metadata.gz: 3ae43b304d12c514990497a73b115ba04318956182d5288e7bb36dd33afd5407
4
+ data.tar.gz: 52a3128b310a9ed34941afedf6d7547e34e30f38abc965183e00d6f140b4a6e2
5
5
  SHA512:
6
- metadata.gz: 30309de7d61d37391729c5c368a8a3b70c8c4bcc8168aeba7b4cc5b68123ad84de03bd7f6cc7e0a52bdb5936855af922e237d72c632915ca386c478ac1d8519f
7
- data.tar.gz: 422dd5a8708450203d8dd9599909883e19db920f6eb1a97c6efc1913b73da6b6f147d3ae56b03b1773e8a00c97725f4d1367aefc965795857b529cc36322538b
6
+ metadata.gz: '09dbf600a73e8e83f392a52cef0e546cb688a1928c2ca22118110f35e049aadcb81cbd9cb1e383c54c4bfa21187108f27432584d6553baf954a3fa0db8abbda2'
7
+ data.tar.gz: 3c54d038b21986f86b7159bb0632e2d83e4436682fc89f78f13bdcf35b080851e867f16d32e3f511197dfb104c92f07ba8ae1388488fe44bb8e3c1b1d11ba652
@@ -22,7 +22,7 @@ module Google
22
22
  module Kms
23
23
  module Inventory
24
24
  module V1
25
- VERSION = "0.14.1"
25
+ VERSION = "0.15.1"
26
26
  end
27
27
  end
28
28
  end
@@ -429,6 +429,7 @@ module Google
429
429
  # The suffix following `HMAC_` corresponds to the hash algorithm being used
430
430
  # (eg. SHA256).
431
431
  #
432
+ # Algorithms beginning with `PQ_` are post-quantum.
432
433
  #
433
434
  # For more information, see [Key purposes and algorithms]
434
435
  # (https://cloud.google.com/kms/docs/algorithms).
@@ -579,7 +580,7 @@ module Google
579
580
  # state.
580
581
  DISABLED = 2
581
582
 
582
- # This version is destroyed, and the key material is no longer stored.
583
+ # The key material of this version is destroyed and no longer stored.
583
584
  # This version may only become
584
585
  # {::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionState::ENABLED ENABLED}
585
586
  # again if this version is
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-kms-inventory-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.1
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -13,22 +13,16 @@ dependencies:
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -120,7 +114,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
120
114
  requirements:
121
115
  - - ">="
122
116
  - !ruby/object:Gem::Version
123
- version: '3.0'
117
+ version: '3.1'
124
118
  required_rubygems_version: !ruby/object:Gem::Requirement
125
119
  requirements:
126
120
  - - ">="