google-cloud-container_analysis-v1 1.1.0 → 1.2.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: '068b9750b622c58e8bce30502dbd608c2f8f610f2c4476cb6fd30f9a0649c0d0'
4
- data.tar.gz: a286c6ef4a435d0969952e3dfa13bf7c68e6187cc9d8d2ca1d94c7e22f23a4e6
3
+ metadata.gz: d7715695b2526e58b6f92b4f86cf8054cc30a25d491c2830452de8562740b27b
4
+ data.tar.gz: fe7d7e34fb3d3c6f77565caa45e16f1e7f9689ffcde967d083556403125252cd
5
5
  SHA512:
6
- metadata.gz: 5e5c9d3c080bb74f6ba9dbb6d20422c962e24f9a0cae10bc7563fbd43d24002efcd8b84c77766947a70ca92a8336aa94c5f54164a18ee633550c671200eca535
7
- data.tar.gz: 51b7f745a98add12b8526635975f337e16845d8095ac105050816e9338d33489562c604b0c88cd51d72676ac0ff69bbc974e6311ec8dbeddb245456db543693d
6
+ metadata.gz: f02a732044ab97036d7012f3fbef1fb2e26d21249926116ccbf1a1cd2299eb098c7f0c0a6d94ef4d4525e4d6a1bd41a16386c7cef82c1e79eb928f429af5f178
7
+ data.tar.gz: 1c185afddf59089a1721f3dc1dc51f03122931d5753d2000e3704644aa25be601da0de2ee6734b313175b0a87746b4fc87095572ef1148781555fa9338cc008a
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
@@ -630,6 +630,13 @@ module Google
630
630
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
631
631
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
632
632
  # * (`nil`) indicating no credentials
633
+ #
634
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
635
+ # external source for authentication to Google Cloud, you must validate it before
636
+ # providing it to a Google API client library. Providing an unvalidated credential
637
+ # configuration to Google APIs can compromise the security of your systems and data.
638
+ # For more information, refer to [Validate credential configurations from external
639
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
633
640
  # @return [::Object]
634
641
  # @!attribute [rw] scope
635
642
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ContainerAnalysis
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.2.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container_analysis-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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
@@ -119,7 +118,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
119
118
  licenses:
120
119
  - Apache-2.0
121
120
  metadata: {}
122
- post_install_message:
123
121
  rdoc_options: []
124
122
  require_paths:
125
123
  - lib
@@ -127,15 +125,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
127
125
  requirements:
128
126
  - - ">="
129
127
  - !ruby/object:Gem::Version
130
- version: '2.7'
128
+ version: '3.0'
131
129
  required_rubygems_version: !ruby/object:Gem::Requirement
132
130
  requirements:
133
131
  - - ">="
134
132
  - !ruby/object:Gem::Version
135
133
  version: '0'
136
134
  requirements: []
137
- rubygems_version: 3.5.23
138
- signing_key:
135
+ rubygems_version: 3.6.2
139
136
  specification_version: 4
140
137
  summary: An implementation of the Grafeas API, which stores, and enables querying
141
138
  and retrieval of critical metadata about all of your software artifacts.