google-cloud-kms-inventory-v1 0.12.0 → 0.13.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: 22ac88899be5e508f5c9421ac7fe9f76efb668e3a163a2e2c0032cbf8d53aa82
4
- data.tar.gz: f2fa3a84b71b966e0e9363571c8f772f946c36e099fdb667cbbac05096fbbad4
3
+ metadata.gz: 7a92404dee59de89749c6ea3fa350b45462c9ed16fdcd97e3fed0fa598995d37
4
+ data.tar.gz: d7bf5703fdf14fa58cb54796b1b03484284dbb882ef96efaecd0d99e7f07c6a5
5
5
  SHA512:
6
- metadata.gz: fc13743dc04c50a91fb10b6134a6ba06083ad6f810c867864b037aa0847653005024e30f43dee4fef61f8c68bbb6cf660fb8877feef07acbc8a2725a2cdd7a78
7
- data.tar.gz: aaa0bbdd49f941be894a140d10ecefca0f278d1a4b34123b6d6b9bbfb5fcaa0ce1e2a7d993c1fa302e24edbe10410716e545f52d10180154f02f74598c427020
6
+ metadata.gz: 1446253e8764e0ae414bc1b2cc23b7b54ae612a2cf1e5484998a80e645e38e84b46a4c6f92f9d69ff0bb7fd50975e8d279e6b5024820cc2561dcf7c6e45860ce
7
+ data.tar.gz: 9488246fce1c2a63947e25a5a7e2213da67b1ea80f6a76dd67ccfa26c9311c349bd4896a77cf370603c1d0252f3ff7e9b186abbbfb27196ab3e235d53ea3d5ce
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -331,6 +331,13 @@ module Google
331
331
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
332
332
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
333
333
  # * (`nil`) indicating no credentials
334
+ #
335
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
336
+ # external source for authentication to Google Cloud, you must validate it before
337
+ # providing it to a Google API client library. Providing an unvalidated credential
338
+ # configuration to Google APIs can compromise the security of your systems and data.
339
+ # For more information, refer to [Validate credential configurations from external
340
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
334
341
  # @return [::Object]
335
342
  # @!attribute [rw] scope
336
343
  # The OAuth scopes
@@ -315,6 +315,13 @@ module Google
315
315
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
316
316
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
317
317
  # * (`nil`) indicating no credentials
318
+ #
319
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
320
+ # external source for authentication to Google Cloud, you must validate it before
321
+ # providing it to a Google API client library. Providing an unvalidated credential
322
+ # configuration to Google APIs can compromise the security of your systems and data.
323
+ # For more information, refer to [Validate credential configurations from external
324
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
318
325
  # @return [::Object]
319
326
  # @!attribute [rw] scope
320
327
  # The OAuth scopes
@@ -447,6 +447,13 @@ module Google
447
447
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
448
448
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
449
449
  # * (`nil`) indicating no credentials
450
+ #
451
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
452
+ # external source for authentication to Google Cloud, you must validate it before
453
+ # providing it to a Google API client library. Providing an unvalidated credential
454
+ # configuration to Google APIs can compromise the security of your systems and data.
455
+ # For more information, refer to [Validate credential configurations from external
456
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
450
457
  # @return [::Object]
451
458
  # @!attribute [rw] scope
452
459
  # The OAuth scopes
@@ -424,6 +424,13 @@ module Google
424
424
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
425
425
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
426
426
  # * (`nil`) indicating no credentials
427
+ #
428
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
429
+ # external source for authentication to Google Cloud, you must validate it before
430
+ # providing it to a Google API client library. Providing an unvalidated credential
431
+ # configuration to Google APIs can compromise the security of your systems and data.
432
+ # For more information, refer to [Validate credential configurations from external
433
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
427
434
  # @return [::Object]
428
435
  # @!attribute [rw] scope
429
436
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Kms
23
23
  module Inventory
24
24
  module V1
25
- VERSION = "0.12.0"
25
+ VERSION = "0.13.0"
26
26
  end
27
27
  end
28
28
  end
@@ -133,7 +133,7 @@ module Google
133
133
  # where all related cryptographic operations are performed. Only applicable
134
134
  # if {::Google::Cloud::Kms::V1::CryptoKeyVersion CryptoKeyVersions} have a
135
135
  # {::Google::Cloud::Kms::V1::ProtectionLevel ProtectionLevel} of
136
- # [EXTERNAL_VPC][CryptoKeyVersion.ProtectionLevel.EXTERNAL_VPC], with the
136
+ # {::Google::Cloud::Kms::V1::ProtectionLevel::EXTERNAL_VPC EXTERNAL_VPC}, with the
137
137
  # resource name in the format `projects/*/locations/*/ekmConnections/*`.
138
138
  # Note, this list is non-exhaustive and may apply to additional
139
139
  # {::Google::Cloud::Kms::V1::ProtectionLevel ProtectionLevels} in the future.
@@ -429,7 +429,6 @@ 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.
433
432
  #
434
433
  # For more information, see [Key purposes and algorithms]
435
434
  # (https://cloud.google.com/kms/docs/algorithms).
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-kms-inventory-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -114,7 +113,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
114
113
  licenses:
115
114
  - Apache-2.0
116
115
  metadata: {}
117
- post_install_message:
118
116
  rdoc_options: []
119
117
  require_paths:
120
118
  - lib
@@ -122,15 +120,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
122
120
  requirements:
123
121
  - - ">="
124
122
  - !ruby/object:Gem::Version
125
- version: '2.7'
123
+ version: '3.0'
126
124
  required_rubygems_version: !ruby/object:Gem::Requirement
127
125
  requirements:
128
126
  - - ">="
129
127
  - !ruby/object:Gem::Version
130
128
  version: '0'
131
129
  requirements: []
132
- rubygems_version: 3.5.23
133
- signing_key:
130
+ rubygems_version: 3.6.2
134
131
  specification_version: 4
135
132
  summary: API Client library for the KMS Inventory V1 API
136
133
  test_files: []