fluent-plugin-google-cloud 0.13.2 → 0.13.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +28 -32
- data/fluent-plugin-google-cloud.gemspec +6 -1
- metadata +23 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: efca8bd89ef6ce931b48b462ebcbb179f354ebfe4c860155184a0321c9e54b68
|
4
|
+
data.tar.gz: a903f14f4486739d1f29481c4dd17736613e0a71be0d2e93cdcdfe2ae007cf1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f036e8e633c816703aa2d72d1d39f17f89d38f1f498d7ba5b728b63f7929a5462d4d107840b164a26eb5ad0443da3a3175d667960b48fd79146328fb5127a52
|
7
|
+
data.tar.gz: 8a2ac7efe39999c23719f919f13eaee388b9b02e9822d7e15fa26064d34324531c992e5b429ed3bb6a4fa7af351132c47cb135d6af124594efd1f9721cfdeeea
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fluent-plugin-google-cloud (0.13.
|
4
|
+
fluent-plugin-google-cloud (0.13.3)
|
5
|
+
activesupport (~> 6.1, >= 6.1.7.5)
|
5
6
|
fluentd (= 1.16.2)
|
6
7
|
google-api-client (= 0.53.0)
|
7
8
|
google-cloud-logging (= 2.3.2)
|
@@ -17,24 +18,18 @@ PATH
|
|
17
18
|
GEM
|
18
19
|
remote: https://rubygems.org/
|
19
20
|
specs:
|
20
|
-
activesupport (7.
|
21
|
-
|
22
|
-
bigdecimal
|
23
|
-
concurrent-ruby (~> 1.0, >= 1.3.1)
|
24
|
-
connection_pool (>= 2.2.5)
|
25
|
-
drb
|
21
|
+
activesupport (6.1.7.10)
|
22
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
26
23
|
i18n (>= 1.6, < 2)
|
27
|
-
logger (>= 1.4.2)
|
28
24
|
minitest (>= 5.1)
|
29
|
-
|
30
|
-
|
25
|
+
tzinfo (~> 2.0)
|
26
|
+
zeitwerk (~> 2.3)
|
31
27
|
addressable (2.8.7)
|
32
28
|
public_suffix (>= 2.0.2, < 7.0)
|
33
29
|
ast (2.4.2)
|
34
30
|
base64 (0.2.0)
|
35
31
|
bigdecimal (3.1.8)
|
36
32
|
concurrent-ruby (1.3.4)
|
37
|
-
connection_pool (2.4.1)
|
38
33
|
cool.io (1.9.0)
|
39
34
|
coveralls (0.8.23)
|
40
35
|
json (>= 1.8, < 3)
|
@@ -47,13 +42,12 @@ GEM
|
|
47
42
|
rexml
|
48
43
|
declarative (0.0.20)
|
49
44
|
docile (1.4.1)
|
50
|
-
|
51
|
-
|
52
|
-
faraday-net_http (>= 2.0, < 3.4)
|
45
|
+
faraday (2.12.1)
|
46
|
+
faraday-net_http (>= 2.0, < 3.5)
|
53
47
|
json
|
54
48
|
logger
|
55
|
-
faraday-net_http (3.
|
56
|
-
net-http
|
49
|
+
faraday-net_http (3.4.0)
|
50
|
+
net-http (>= 0.5.0)
|
57
51
|
faraday-retry (2.2.1)
|
58
52
|
faraday (~> 2.0)
|
59
53
|
fluentd (1.16.2)
|
@@ -76,7 +70,7 @@ GEM
|
|
76
70
|
googleapis-common-protos-types (>= 1.3.1, < 2.a)
|
77
71
|
googleauth (~> 1.0)
|
78
72
|
grpc (~> 1.36)
|
79
|
-
gems (1.
|
73
|
+
gems (1.3.0)
|
80
74
|
google-api-client (0.53.0)
|
81
75
|
google-apis-core (~> 0.1)
|
82
76
|
google-apis-generator (~> 0.1)
|
@@ -153,7 +147,7 @@ GEM
|
|
153
147
|
grpc (1.65.2-x86_64-linux)
|
154
148
|
google-protobuf (>= 3.25, < 5.0)
|
155
149
|
googleapis-common-protos-types (~> 1.0)
|
156
|
-
hashdiff (1.1.
|
150
|
+
hashdiff (1.1.2)
|
157
151
|
http_parser.rb (0.8.0)
|
158
152
|
httpclient (2.8.3)
|
159
153
|
i18n (1.14.6)
|
@@ -161,16 +155,16 @@ GEM
|
|
161
155
|
json (2.6.3)
|
162
156
|
jwt (2.9.3)
|
163
157
|
base64
|
164
|
-
logger (1.6.
|
158
|
+
logger (1.6.2)
|
165
159
|
memoist (0.16.2)
|
166
160
|
metaclass (0.0.4)
|
167
161
|
mini_mime (1.1.5)
|
168
|
-
minitest (5.25.
|
162
|
+
minitest (5.25.2)
|
169
163
|
mocha (1.9.0)
|
170
164
|
metaclass (~> 0.0.1)
|
171
|
-
msgpack (1.7.
|
165
|
+
msgpack (1.7.5)
|
172
166
|
multi_json (1.15.0)
|
173
|
-
net-http (0.
|
167
|
+
net-http (0.6.0)
|
174
168
|
uri
|
175
169
|
opencensus (0.5.0)
|
176
170
|
opencensus-stackdriver (0.4.1)
|
@@ -181,7 +175,7 @@ GEM
|
|
181
175
|
opencensus (~> 0.5)
|
182
176
|
os (1.1.4)
|
183
177
|
parallel (1.26.3)
|
184
|
-
parser (3.3.
|
178
|
+
parser (3.3.6.0)
|
185
179
|
ast (~> 2.4.1)
|
186
180
|
racc
|
187
181
|
power_assert (2.0.4)
|
@@ -192,13 +186,13 @@ GEM
|
|
192
186
|
racc (1.8.1)
|
193
187
|
rainbow (3.1.1)
|
194
188
|
rake (13.0.6)
|
195
|
-
regexp_parser (2.9.
|
189
|
+
regexp_parser (2.9.3)
|
196
190
|
representable (3.2.0)
|
197
191
|
declarative (< 0.1.0)
|
198
192
|
trailblazer-option (>= 0.1.1, < 0.2.0)
|
199
193
|
uber (< 0.2.0)
|
200
194
|
retriable (3.1.2)
|
201
|
-
rexml (3.3.
|
195
|
+
rexml (3.3.9)
|
202
196
|
rubocop (1.48.1)
|
203
197
|
json (~> 2.3)
|
204
198
|
parallel (~> 1.10)
|
@@ -209,11 +203,12 @@ GEM
|
|
209
203
|
rubocop-ast (>= 1.26.0, < 2.0)
|
210
204
|
ruby-progressbar (~> 1.7)
|
211
205
|
unicode-display_width (>= 2.4.0, < 3.0)
|
212
|
-
rubocop-ast (1.
|
206
|
+
rubocop-ast (1.36.2)
|
213
207
|
parser (>= 3.3.1.0)
|
214
208
|
ruby-progressbar (1.13.0)
|
215
|
-
|
216
|
-
|
209
|
+
serverengine (2.4.0)
|
210
|
+
base64 (~> 0.1)
|
211
|
+
logger (~> 1.4)
|
217
212
|
sigdump (~> 0.2.2)
|
218
213
|
sigdump (0.2.5)
|
219
214
|
signet (0.19.0)
|
@@ -235,7 +230,7 @@ GEM
|
|
235
230
|
test-unit (3.3.3)
|
236
231
|
power_assert
|
237
232
|
thor (1.3.2)
|
238
|
-
tins (1.
|
233
|
+
tins (1.37.0)
|
239
234
|
bigdecimal
|
240
235
|
sync
|
241
236
|
trailblazer-option (0.1.2)
|
@@ -245,13 +240,14 @@ GEM
|
|
245
240
|
tzinfo (>= 1.0.0)
|
246
241
|
uber (0.1.0)
|
247
242
|
unicode-display_width (2.6.0)
|
248
|
-
uri (0.
|
243
|
+
uri (1.0.2)
|
249
244
|
webmock (3.17.1)
|
250
245
|
addressable (>= 2.8.0)
|
251
246
|
crack (>= 0.3.2)
|
252
247
|
hashdiff (>= 0.4.0, < 2.0.0)
|
253
|
-
webrick (1.
|
248
|
+
webrick (1.9.1)
|
254
249
|
yajl-ruby (1.4.3)
|
250
|
+
zeitwerk (2.7.1)
|
255
251
|
|
256
252
|
PLATFORMS
|
257
253
|
aarch64-linux
|
@@ -272,4 +268,4 @@ DEPENDENCIES
|
|
272
268
|
webmock (= 3.17.1)
|
273
269
|
|
274
270
|
BUNDLED WITH
|
275
|
-
2.5.
|
271
|
+
2.5.23
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.homepage =
|
11
11
|
'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
|
12
12
|
gem.license = 'Apache-2.0'
|
13
|
-
gem.version = '0.13.
|
13
|
+
gem.version = '0.13.3'
|
14
14
|
gem.authors = ['Stackdriver Agents Team']
|
15
15
|
gem.email = ['stackdriver-agents@google.com']
|
16
16
|
gem.required_ruby_version = Gem::Requirement.new('>= 2.7')
|
@@ -34,6 +34,11 @@ Gem::Specification.new do |gem|
|
|
34
34
|
gem.add_runtime_dependency 'opencensus', '0.5.0'
|
35
35
|
gem.add_runtime_dependency 'opencensus-stackdriver', '0.4.1'
|
36
36
|
|
37
|
+
# CVE-2023-28120, CVE-2023-22796, CVE-2023-38037: activesupport is a
|
38
|
+
# transitive dependency of google-api-client, which has not been updated
|
39
|
+
# upstream to a patched version, so we are pinning it here instead.
|
40
|
+
gem.add_runtime_dependency 'activesupport', '~> 6.1', '>= 6.1.7.5'
|
41
|
+
|
37
42
|
gem.add_development_dependency 'mocha', '1.9.0'
|
38
43
|
# Keep this the same as in
|
39
44
|
# https://github.com/fluent/fluent-plugin-prometheus/blob/master/fluent-plugin-prometheus.gemspec
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-google-cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stackdriver Agents Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -164,6 +164,26 @@ dependencies:
|
|
164
164
|
- - '='
|
165
165
|
- !ruby/object:Gem::Version
|
166
166
|
version: 0.4.1
|
167
|
+
- !ruby/object:Gem::Dependency
|
168
|
+
name: activesupport
|
169
|
+
requirement: !ruby/object:Gem::Requirement
|
170
|
+
requirements:
|
171
|
+
- - "~>"
|
172
|
+
- !ruby/object:Gem::Version
|
173
|
+
version: '6.1'
|
174
|
+
- - ">="
|
175
|
+
- !ruby/object:Gem::Version
|
176
|
+
version: 6.1.7.5
|
177
|
+
type: :runtime
|
178
|
+
prerelease: false
|
179
|
+
version_requirements: !ruby/object:Gem::Requirement
|
180
|
+
requirements:
|
181
|
+
- - "~>"
|
182
|
+
- !ruby/object:Gem::Version
|
183
|
+
version: '6.1'
|
184
|
+
- - ">="
|
185
|
+
- !ruby/object:Gem::Version
|
186
|
+
version: 6.1.7.5
|
167
187
|
- !ruby/object:Gem::Dependency
|
168
188
|
name: mocha
|
169
189
|
requirement: !ruby/object:Gem::Requirement
|
@@ -323,7 +343,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
323
343
|
- !ruby/object:Gem::Version
|
324
344
|
version: '0'
|
325
345
|
requirements: []
|
326
|
-
rubygems_version: 3.5.
|
346
|
+
rubygems_version: 3.5.22
|
327
347
|
signing_key:
|
328
348
|
specification_version: 4
|
329
349
|
summary: fluentd plugins for the Stackdriver Logging API
|