fluent-plugin-google-cloud 0.13.0 → 0.13.2
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 +4 -4
- data/Gemfile.lock +110 -65
- data/fluent-plugin-google-cloud.gemspec +5 -5
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7898617279390ae1128d1d467cb8d5e45ee7b45a8dab9123d1de57c8e88a07eb
|
4
|
+
data.tar.gz: 31598126c642a79d2f8c4a877a9594e79682fa0ff06727d17cee0ee80fb091e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fac5aa487d811dce9099cdb22edd66db79a82509aa7408853a7159ae8973ef82f2638bb44ab1d72172dd38330f96c702700f50e7521fce6c8bb1537a51cb266e
|
7
|
+
data.tar.gz: 2ed7cea5acdd840f9803af68efc6e5adfbf8d484ac7b71ca253524d51030fff93cddc69fdc6c0d223d42eb378b6ccadb95dfd7a46b426d0aa84720ffdf7111aa
|
data/Gemfile.lock
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fluent-plugin-google-cloud (0.13.
|
5
|
-
fluentd (= 1.
|
4
|
+
fluent-plugin-google-cloud (0.13.2)
|
5
|
+
fluentd (= 1.16.2)
|
6
6
|
google-api-client (= 0.53.0)
|
7
7
|
google-cloud-logging (= 2.3.2)
|
8
8
|
google-cloud-monitoring-v3 (= 0.10.0)
|
9
|
-
google-protobuf (= 3.
|
9
|
+
google-protobuf (= 3.25.5)
|
10
10
|
googleapis-common-protos (= 1.4.0)
|
11
11
|
googleauth (= 1.3.0)
|
12
|
-
grpc (= 1.
|
12
|
+
grpc (= 1.65.2)
|
13
13
|
json (= 2.6.3)
|
14
14
|
opencensus (= 0.5.0)
|
15
15
|
opencensus-stackdriver (= 0.4.1)
|
@@ -17,45 +17,58 @@ PATH
|
|
17
17
|
GEM
|
18
18
|
remote: https://rubygems.org/
|
19
19
|
specs:
|
20
|
-
activesupport (7.
|
21
|
-
|
20
|
+
activesupport (7.2.1)
|
21
|
+
base64
|
22
|
+
bigdecimal
|
23
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
24
|
+
connection_pool (>= 2.2.5)
|
25
|
+
drb
|
22
26
|
i18n (>= 1.6, < 2)
|
27
|
+
logger (>= 1.4.2)
|
23
28
|
minitest (>= 5.1)
|
24
|
-
|
25
|
-
|
26
|
-
|
29
|
+
securerandom (>= 0.3)
|
30
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
31
|
+
addressable (2.8.7)
|
32
|
+
public_suffix (>= 2.0.2, < 7.0)
|
27
33
|
ast (2.4.2)
|
28
|
-
|
29
|
-
|
34
|
+
base64 (0.2.0)
|
35
|
+
bigdecimal (3.1.8)
|
36
|
+
concurrent-ruby (1.3.4)
|
37
|
+
connection_pool (2.4.1)
|
38
|
+
cool.io (1.9.0)
|
30
39
|
coveralls (0.8.23)
|
31
40
|
json (>= 1.8, < 3)
|
32
41
|
simplecov (~> 0.16.1)
|
33
42
|
term-ansicolor (~> 1.3)
|
34
43
|
thor (>= 0.19.4, < 2.0)
|
35
44
|
tins (~> 1.6)
|
36
|
-
crack (0.
|
45
|
+
crack (1.0.0)
|
46
|
+
bigdecimal
|
37
47
|
rexml
|
38
48
|
declarative (0.0.20)
|
39
|
-
docile (1.4.
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
49
|
+
docile (1.4.1)
|
50
|
+
drb (2.2.1)
|
51
|
+
faraday (2.12.0)
|
52
|
+
faraday-net_http (>= 2.0, < 3.4)
|
53
|
+
json
|
54
|
+
logger
|
55
|
+
faraday-net_http (3.3.0)
|
56
|
+
net-http
|
57
|
+
faraday-retry (2.2.1)
|
45
58
|
faraday (~> 2.0)
|
46
|
-
fluentd (1.
|
59
|
+
fluentd (1.16.2)
|
47
60
|
bundler
|
48
61
|
cool.io (>= 1.4.5, < 2.0.0)
|
49
|
-
http_parser.rb (>= 0.5.1, < 0.
|
62
|
+
http_parser.rb (>= 0.5.1, < 0.9.0)
|
50
63
|
msgpack (>= 1.3.1, < 2.0.0)
|
51
|
-
serverengine (>= 2.
|
52
|
-
sigdump (~> 0.2.
|
53
|
-
strptime (>= 0.2.
|
64
|
+
serverengine (>= 2.3.2, < 3.0.0)
|
65
|
+
sigdump (~> 0.2.5)
|
66
|
+
strptime (>= 0.2.4, < 1.0.0)
|
54
67
|
tzinfo (>= 1.0, < 3.0)
|
55
68
|
tzinfo-data (~> 1.0)
|
56
|
-
webrick (
|
69
|
+
webrick (~> 1.4)
|
57
70
|
yajl-ruby (~> 1.0)
|
58
|
-
gapic-common (0.
|
71
|
+
gapic-common (0.20.0)
|
59
72
|
faraday (>= 1.9, < 3.a)
|
60
73
|
faraday-retry (>= 1.0, < 3.a)
|
61
74
|
google-protobuf (~> 3.14)
|
@@ -67,7 +80,7 @@ GEM
|
|
67
80
|
google-api-client (0.53.0)
|
68
81
|
google-apis-core (~> 0.1)
|
69
82
|
google-apis-generator (~> 0.1)
|
70
|
-
google-apis-core (0.11.
|
83
|
+
google-apis-core (0.11.3)
|
71
84
|
addressable (~> 2.5, >= 2.5.1)
|
72
85
|
googleauth (>= 0.16.2, < 2.a)
|
73
86
|
httpclient (>= 2.8.1, < 3.a)
|
@@ -75,7 +88,6 @@ GEM
|
|
75
88
|
representable (~> 3.0)
|
76
89
|
retriable (>= 2.0, < 4.a)
|
77
90
|
rexml
|
78
|
-
webrick
|
79
91
|
google-apis-discovery_v1 (0.14.0)
|
80
92
|
google-apis-core (>= 0.11.0, < 2.a)
|
81
93
|
google-apis-generator (0.12.0)
|
@@ -84,33 +96,38 @@ GEM
|
|
84
96
|
google-apis-core (>= 0.11.0, < 2.a)
|
85
97
|
google-apis-discovery_v1 (~> 0.5)
|
86
98
|
thor (>= 0.20, < 2.a)
|
87
|
-
google-cloud-core (1.
|
88
|
-
google-cloud-env (
|
99
|
+
google-cloud-core (1.7.1)
|
100
|
+
google-cloud-env (>= 1.0, < 3.a)
|
89
101
|
google-cloud-errors (~> 1.0)
|
90
102
|
google-cloud-env (1.6.0)
|
91
103
|
faraday (>= 0.17.3, < 3.0)
|
92
|
-
google-cloud-errors (1.
|
104
|
+
google-cloud-errors (1.4.0)
|
93
105
|
google-cloud-logging (2.3.2)
|
94
106
|
concurrent-ruby (~> 1.1)
|
95
107
|
google-cloud-core (~> 1.5)
|
96
108
|
google-cloud-logging-v2 (~> 0.0)
|
97
109
|
stackdriver-core (~> 1.3)
|
98
|
-
google-cloud-logging-v2 (0.
|
99
|
-
gapic-common (>= 0.
|
110
|
+
google-cloud-logging-v2 (0.11.0)
|
111
|
+
gapic-common (>= 0.20.0, < 2.a)
|
100
112
|
google-cloud-errors (~> 1.0)
|
101
113
|
google-cloud-monitoring-v3 (0.10.0)
|
102
114
|
gapic-common (>= 0.16.0, < 2.a)
|
103
115
|
google-cloud-errors (~> 1.0)
|
104
|
-
google-cloud-trace-v2 (0.
|
105
|
-
gapic-common (>= 0.
|
116
|
+
google-cloud-trace-v2 (0.7.0)
|
117
|
+
gapic-common (>= 0.20.0, < 2.a)
|
106
118
|
google-cloud-errors (~> 1.0)
|
107
|
-
google-protobuf (3.
|
119
|
+
google-protobuf (3.25.5)
|
120
|
+
google-protobuf (3.25.5-aarch64-linux)
|
121
|
+
google-protobuf (3.25.5-arm64-darwin)
|
122
|
+
google-protobuf (3.25.5-x86-linux)
|
123
|
+
google-protobuf (3.25.5-x86_64-darwin)
|
124
|
+
google-protobuf (3.25.5-x86_64-linux)
|
108
125
|
googleapis-common-protos (1.4.0)
|
109
126
|
google-protobuf (~> 3.14)
|
110
127
|
googleapis-common-protos-types (~> 1.2)
|
111
128
|
grpc (~> 1.27)
|
112
|
-
googleapis-common-protos-types (1.
|
113
|
-
google-protobuf (
|
129
|
+
googleapis-common-protos-types (1.16.0)
|
130
|
+
google-protobuf (>= 3.18, < 5.a)
|
114
131
|
googleauth (1.3.0)
|
115
132
|
faraday (>= 0.17.3, < 3.a)
|
116
133
|
jwt (>= 1.4, < 3.0)
|
@@ -118,24 +135,43 @@ GEM
|
|
118
135
|
multi_json (~> 1.11)
|
119
136
|
os (>= 0.9, < 2.0)
|
120
137
|
signet (>= 0.16, < 2.a)
|
121
|
-
grpc (1.
|
122
|
-
google-protobuf (
|
138
|
+
grpc (1.65.2)
|
139
|
+
google-protobuf (>= 3.25, < 5.0)
|
140
|
+
googleapis-common-protos-types (~> 1.0)
|
141
|
+
grpc (1.65.2-aarch64-linux)
|
142
|
+
google-protobuf (>= 3.25, < 5.0)
|
143
|
+
googleapis-common-protos-types (~> 1.0)
|
144
|
+
grpc (1.65.2-arm64-darwin)
|
145
|
+
google-protobuf (>= 3.25, < 5.0)
|
146
|
+
googleapis-common-protos-types (~> 1.0)
|
147
|
+
grpc (1.65.2-x86-linux)
|
148
|
+
google-protobuf (>= 3.25, < 5.0)
|
149
|
+
googleapis-common-protos-types (~> 1.0)
|
150
|
+
grpc (1.65.2-x86_64-darwin)
|
151
|
+
google-protobuf (>= 3.25, < 5.0)
|
152
|
+
googleapis-common-protos-types (~> 1.0)
|
153
|
+
grpc (1.65.2-x86_64-linux)
|
154
|
+
google-protobuf (>= 3.25, < 5.0)
|
123
155
|
googleapis-common-protos-types (~> 1.0)
|
124
|
-
hashdiff (1.
|
125
|
-
http_parser.rb (0.
|
156
|
+
hashdiff (1.1.1)
|
157
|
+
http_parser.rb (0.8.0)
|
126
158
|
httpclient (2.8.3)
|
127
|
-
i18n (1.14.
|
159
|
+
i18n (1.14.6)
|
128
160
|
concurrent-ruby (~> 1.0)
|
129
161
|
json (2.6.3)
|
130
|
-
jwt (2.
|
162
|
+
jwt (2.9.3)
|
163
|
+
base64
|
164
|
+
logger (1.6.1)
|
131
165
|
memoist (0.16.2)
|
132
166
|
metaclass (0.0.4)
|
133
|
-
mini_mime (1.1.
|
134
|
-
minitest (5.
|
167
|
+
mini_mime (1.1.5)
|
168
|
+
minitest (5.25.1)
|
135
169
|
mocha (1.9.0)
|
136
170
|
metaclass (~> 0.0.1)
|
137
|
-
msgpack (1.7.
|
171
|
+
msgpack (1.7.3)
|
138
172
|
multi_json (1.15.0)
|
173
|
+
net-http (0.4.1)
|
174
|
+
uri
|
139
175
|
opencensus (0.5.0)
|
140
176
|
opencensus-stackdriver (0.4.1)
|
141
177
|
concurrent-ruby (~> 1.0)
|
@@ -144,23 +180,25 @@ GEM
|
|
144
180
|
google-cloud-trace-v2 (~> 0.1)
|
145
181
|
opencensus (~> 0.5)
|
146
182
|
os (1.1.4)
|
147
|
-
parallel (1.
|
148
|
-
parser (3.
|
183
|
+
parallel (1.26.3)
|
184
|
+
parser (3.3.5.0)
|
149
185
|
ast (~> 2.4.1)
|
150
|
-
|
186
|
+
racc
|
187
|
+
power_assert (2.0.4)
|
151
188
|
prometheus-client (0.9.0)
|
152
189
|
quantile (~> 0.2.1)
|
153
|
-
public_suffix (
|
190
|
+
public_suffix (6.0.1)
|
154
191
|
quantile (0.2.1)
|
192
|
+
racc (1.8.1)
|
155
193
|
rainbow (3.1.1)
|
156
194
|
rake (13.0.6)
|
157
|
-
regexp_parser (2.
|
195
|
+
regexp_parser (2.9.2)
|
158
196
|
representable (3.2.0)
|
159
197
|
declarative (< 0.1.0)
|
160
198
|
trailblazer-option (>= 0.1.1, < 0.2.0)
|
161
199
|
uber (< 0.2.0)
|
162
200
|
retriable (3.1.2)
|
163
|
-
rexml (3.
|
201
|
+
rexml (3.3.8)
|
164
202
|
rubocop (1.48.1)
|
165
203
|
json (~> 2.3)
|
166
204
|
parallel (~> 1.10)
|
@@ -171,14 +209,14 @@ GEM
|
|
171
209
|
rubocop-ast (>= 1.26.0, < 2.0)
|
172
210
|
ruby-progressbar (~> 1.7)
|
173
211
|
unicode-display_width (>= 2.4.0, < 3.0)
|
174
|
-
rubocop-ast (1.
|
175
|
-
parser (>= 3.
|
212
|
+
rubocop-ast (1.32.3)
|
213
|
+
parser (>= 3.3.1.0)
|
176
214
|
ruby-progressbar (1.13.0)
|
177
|
-
|
215
|
+
securerandom (0.3.1)
|
178
216
|
serverengine (2.3.2)
|
179
217
|
sigdump (~> 0.2.2)
|
180
|
-
sigdump (0.2.
|
181
|
-
signet (0.
|
218
|
+
sigdump (0.2.5)
|
219
|
+
signet (0.19.0)
|
182
220
|
addressable (~> 2.8)
|
183
221
|
faraday (>= 0.17.5, < 3.a)
|
184
222
|
jwt (>= 1.5, < 3.0)
|
@@ -188,33 +226,40 @@ GEM
|
|
188
226
|
json (>= 1.8, < 3)
|
189
227
|
simplecov-html (~> 0.10.0)
|
190
228
|
simplecov-html (0.10.2)
|
191
|
-
stackdriver-core (1.
|
229
|
+
stackdriver-core (1.6.0)
|
192
230
|
google-cloud-core (~> 1.2)
|
193
231
|
strptime (0.2.5)
|
194
232
|
sync (0.5.0)
|
195
|
-
term-ansicolor (1.
|
233
|
+
term-ansicolor (1.11.2)
|
196
234
|
tins (~> 1.0)
|
197
235
|
test-unit (3.3.3)
|
198
236
|
power_assert
|
199
|
-
thor (1.
|
200
|
-
tins (1.
|
237
|
+
thor (1.3.2)
|
238
|
+
tins (1.36.1)
|
239
|
+
bigdecimal
|
201
240
|
sync
|
202
241
|
trailblazer-option (0.1.2)
|
203
242
|
tzinfo (2.0.6)
|
204
243
|
concurrent-ruby (~> 1.0)
|
205
|
-
tzinfo-data (1.
|
244
|
+
tzinfo-data (1.2024.2)
|
206
245
|
tzinfo (>= 1.0.0)
|
207
246
|
uber (0.1.0)
|
208
|
-
unicode-display_width (2.
|
247
|
+
unicode-display_width (2.6.0)
|
248
|
+
uri (0.13.1)
|
209
249
|
webmock (3.17.1)
|
210
250
|
addressable (>= 2.8.0)
|
211
251
|
crack (>= 0.3.2)
|
212
252
|
hashdiff (>= 0.4.0, < 2.0.0)
|
213
|
-
webrick (1.
|
253
|
+
webrick (1.8.2)
|
214
254
|
yajl-ruby (1.4.3)
|
215
255
|
|
216
256
|
PLATFORMS
|
257
|
+
aarch64-linux
|
258
|
+
arm64-darwin
|
217
259
|
ruby
|
260
|
+
x86-linux
|
261
|
+
x86_64-darwin
|
262
|
+
x86_64-linux
|
218
263
|
|
219
264
|
DEPENDENCIES
|
220
265
|
coveralls (= 0.8.23)
|
@@ -227,4 +272,4 @@ DEPENDENCIES
|
|
227
272
|
webmock (= 3.17.1)
|
228
273
|
|
229
274
|
BUNDLED WITH
|
230
|
-
2.
|
275
|
+
2.5.20
|
@@ -10,10 +10,10 @@ 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.2'
|
14
14
|
gem.authors = ['Stackdriver Agents Team']
|
15
15
|
gem.email = ['stackdriver-agents@google.com']
|
16
|
-
gem.required_ruby_version = Gem::Requirement.new('>= 2.
|
16
|
+
gem.required_ruby_version = Gem::Requirement.new('>= 2.7')
|
17
17
|
|
18
18
|
gem.files = Dir['**/*'].keep_if { |file| File.file?(file) }
|
19
19
|
gem.test_files = gem.files.grep(/^(test)/)
|
@@ -22,14 +22,14 @@ Gem::Specification.new do |gem|
|
|
22
22
|
# NOTE: In order to update the Fluentd version, please update both here and
|
23
23
|
# also the fluentd version in
|
24
24
|
# https://github.com/GoogleCloudPlatform/google-fluentd/blob/master/config/software/fluentd.rb.
|
25
|
-
gem.add_runtime_dependency 'fluentd', '1.
|
25
|
+
gem.add_runtime_dependency 'fluentd', '1.16.2'
|
26
26
|
gem.add_runtime_dependency 'google-api-client', '0.53.0'
|
27
27
|
gem.add_runtime_dependency 'googleapis-common-protos', '1.4.0'
|
28
28
|
gem.add_runtime_dependency 'googleauth', '1.3.0'
|
29
29
|
gem.add_runtime_dependency 'google-cloud-logging', '2.3.2'
|
30
30
|
gem.add_runtime_dependency 'google-cloud-monitoring-v3', '0.10.0'
|
31
|
-
gem.add_runtime_dependency 'google-protobuf', '3.
|
32
|
-
gem.add_runtime_dependency 'grpc', '1.
|
31
|
+
gem.add_runtime_dependency 'google-protobuf', '3.25.5'
|
32
|
+
gem.add_runtime_dependency 'grpc', '1.65.2'
|
33
33
|
gem.add_runtime_dependency 'json', '2.6.3'
|
34
34
|
gem.add_runtime_dependency 'opencensus', '0.5.0'
|
35
35
|
gem.add_runtime_dependency 'opencensus-stackdriver', '0.4.1'
|
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.2
|
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:
|
11
|
+
date: 2024-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: 1.16.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
26
|
+
version: 1.16.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: google-api-client
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -100,28 +100,28 @@ dependencies:
|
|
100
100
|
requirements:
|
101
101
|
- - '='
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: 3.
|
103
|
+
version: 3.25.5
|
104
104
|
type: :runtime
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - '='
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: 3.
|
110
|
+
version: 3.25.5
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: grpc
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
115
|
- - '='
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 1.
|
117
|
+
version: 1.65.2
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - '='
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 1.
|
124
|
+
version: 1.65.2
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: json
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
@@ -316,14 +316,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
316
316
|
requirements:
|
317
317
|
- - ">="
|
318
318
|
- !ruby/object:Gem::Version
|
319
|
-
version: '2.
|
319
|
+
version: '2.7'
|
320
320
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
321
321
|
requirements:
|
322
322
|
- - ">="
|
323
323
|
- !ruby/object:Gem::Version
|
324
324
|
version: '0'
|
325
325
|
requirements: []
|
326
|
-
rubygems_version: 3.
|
326
|
+
rubygems_version: 3.5.16
|
327
327
|
signing_key:
|
328
328
|
specification_version: 4
|
329
329
|
summary: fluentd plugins for the Stackdriver Logging API
|