google-cloud-security-public_ca-v1beta1 0.7.0 → 0.8.0

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: 54a9c8d45162eda978152fad5a4c7ac5092a07564723513db0c71302adedcb19
4
- data.tar.gz: 05a1e62362be250bd574e0117d1f48750baccea6a59217aeb2ceb1ef68a1ef2e
3
+ metadata.gz: 47756bb0edaaeb3b8be13c6b37e8ace14ea91d5ff29cba9ba9af064d07b07ce0
4
+ data.tar.gz: f5f5b1899c8f15239e7a536f8f1e55fe50430aca96c31ebb922536e8482781b7
5
5
  SHA512:
6
- metadata.gz: 588492a8fdc27a21e5b6150f035faf5b84c3a3a0ffb8920897b8a98b48c447e299c0e5a96ba672af79c69381f89a4d24f626b1452cc1af3b7107870b481aaaad
7
- data.tar.gz: 324851e949a6df45880782923b6b803aae15a3f44c2966cca39566445e2a50039017fb4e397b5b0746f097b9a09093f7222bbc196029d2b4989d48234c4c67b0
6
+ metadata.gz: b19ab1613deacf9ba117e82918378ad2397092fbf3664ad853d2deb335aa1888ab3bf5a643ad7fea0469def786858256117828558d2492ae0729d4bcd70f70d4
7
+ data.tar.gz: 59a6d6ca4c3f44ed795bb09b547906ca245a68d3408323130f830107540c373015852e3b22d4ada2092ce046190fc43b34a793fe94e28b2ae0c88d7e248874f2
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
@@ -327,6 +327,13 @@ module Google
327
327
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
328
328
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
329
329
  # * (`nil`) indicating no credentials
330
+ #
331
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
332
+ # external source for authentication to Google Cloud, you must validate it before
333
+ # providing it to a Google API client library. Providing an unvalidated credential
334
+ # configuration to Google APIs can compromise the security of your systems and data.
335
+ # For more information, refer to [Validate credential configurations from external
336
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
330
337
  # @return [::Object]
331
338
  # @!attribute [rw] scope
332
339
  # The OAuth scopes
@@ -311,6 +311,13 @@ module Google
311
311
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
312
312
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
313
313
  # * (`nil`) indicating no credentials
314
+ #
315
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
316
+ # external source for authentication to Google Cloud, you must validate it before
317
+ # providing it to a Google API client library. Providing an unvalidated credential
318
+ # configuration to Google APIs can compromise the security of your systems and data.
319
+ # For more information, refer to [Validate credential configurations from external
320
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
314
321
  # @return [::Object]
315
322
  # @!attribute [rw] scope
316
323
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Security
23
23
  module PublicCA
24
24
  module V1beta1
25
- VERSION = "0.7.0"
25
+ VERSION = "0.8.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security-public_ca-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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
@@ -88,7 +87,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
88
87
  licenses:
89
88
  - Apache-2.0
90
89
  metadata: {}
91
- post_install_message:
92
90
  rdoc_options: []
93
91
  require_paths:
94
92
  - lib
@@ -96,15 +94,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
94
  requirements:
97
95
  - - ">="
98
96
  - !ruby/object:Gem::Version
99
- version: '2.7'
97
+ version: '3.0'
100
98
  required_rubygems_version: !ruby/object:Gem::Requirement
101
99
  requirements:
102
100
  - - ">="
103
101
  - !ruby/object:Gem::Version
104
102
  version: '0'
105
103
  requirements: []
106
- rubygems_version: 3.5.23
107
- signing_key:
104
+ rubygems_version: 3.6.2
108
105
  specification_version: 4
109
106
  summary: The Public Certificate Authority API may be used to create and manage ACME
110
107
  external account binding keys associated with Google Trust Services' publicly trusted