fluent-plugin-google-cloud 0.10.6 → 0.11.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 +4 -4
- data/Gemfile.lock +33 -33
- data/fluent-plugin-google-cloud.gemspec +6 -3
- data/test/plugin/test_out_google_cloud_grpc.rb +8 -8
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c20fc807b129dacab24357096d9ebf4d79ebeedc8b136494517c6d6f73cb83f1
|
|
4
|
+
data.tar.gz: 543297fac8896b6faa6ba1a1d2f40fae6298a420789942d23d6d052959d4570c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43be2b63c2c3514beca5303a227d473ffc7b1e999fca4b8f960071c1b952452706d61d4ce2fe88adf0ff27b7f5996efc632514db54da40bb8bc4c065069b5b8e
|
|
7
|
+
data.tar.gz: e2ec675fa37b390c90ec86e10f2eb9b402b7a0376fecb670bb451edbf69cc8ea58d0ad79457f33ffd7abda3bb170fc24afaea72c25b87cb24721d13b794f5792
|
data/Gemfile.lock
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
fluent-plugin-google-cloud (0.
|
|
4
|
+
fluent-plugin-google-cloud (0.11.0)
|
|
5
5
|
fluentd (= 1.11.2)
|
|
6
6
|
google-api-client (= 0.30.8)
|
|
7
7
|
google-cloud-logging (= 1.6.6)
|
|
8
|
-
google-protobuf (= 3.
|
|
9
|
-
googleapis-common-protos (= 1.3.
|
|
8
|
+
google-protobuf (= 3.15.8)
|
|
9
|
+
googleapis-common-protos (= 1.3.10)
|
|
10
10
|
googleauth (= 0.9.0)
|
|
11
11
|
grpc (= 1.31.1)
|
|
12
12
|
json (= 2.2.0)
|
|
@@ -16,11 +16,11 @@ PATH
|
|
|
16
16
|
GEM
|
|
17
17
|
remote: https://rubygems.org/
|
|
18
18
|
specs:
|
|
19
|
-
addressable (2.
|
|
19
|
+
addressable (2.8.0)
|
|
20
20
|
public_suffix (>= 2.0.2, < 5.0)
|
|
21
21
|
ast (2.4.2)
|
|
22
|
-
concurrent-ruby (1.1.
|
|
23
|
-
cool.io (1.7.
|
|
22
|
+
concurrent-ruby (1.1.9)
|
|
23
|
+
cool.io (1.7.1)
|
|
24
24
|
coveralls (0.8.23)
|
|
25
25
|
json (>= 1.8, < 3)
|
|
26
26
|
simplecov (~> 0.16.1)
|
|
@@ -30,9 +30,8 @@ GEM
|
|
|
30
30
|
crack (0.4.5)
|
|
31
31
|
rexml
|
|
32
32
|
declarative (0.0.20)
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
faraday (0.17.3)
|
|
33
|
+
docile (1.4.0)
|
|
34
|
+
faraday (0.17.4)
|
|
36
35
|
multipart-post (>= 1.2, < 3)
|
|
37
36
|
fluentd (1.11.2)
|
|
38
37
|
cool.io (>= 1.4.5, < 2.0.0)
|
|
@@ -58,12 +57,12 @@ GEM
|
|
|
58
57
|
representable (~> 3.0)
|
|
59
58
|
retriable (>= 2.0, < 4.0)
|
|
60
59
|
signet (~> 0.10)
|
|
61
|
-
google-cloud-core (1.
|
|
60
|
+
google-cloud-core (1.6.0)
|
|
62
61
|
google-cloud-env (~> 1.0)
|
|
63
62
|
google-cloud-errors (~> 1.0)
|
|
64
|
-
google-cloud-env (1.
|
|
63
|
+
google-cloud-env (1.5.0)
|
|
65
64
|
faraday (>= 0.17.3, < 2.0)
|
|
66
|
-
google-cloud-errors (1.0
|
|
65
|
+
google-cloud-errors (1.1.0)
|
|
67
66
|
google-cloud-logging (1.6.6)
|
|
68
67
|
concurrent-ruby (~> 1.1)
|
|
69
68
|
google-cloud-core (~> 1.2)
|
|
@@ -74,16 +73,16 @@ GEM
|
|
|
74
73
|
google-gax (~> 1.8)
|
|
75
74
|
googleapis-common-protos (>= 1.3.9, < 2.0)
|
|
76
75
|
googleapis-common-protos-types (>= 1.0.4, < 2.0)
|
|
77
|
-
google-cloud-trace (0.
|
|
76
|
+
google-cloud-trace (0.41.3)
|
|
78
77
|
concurrent-ruby (~> 1.1)
|
|
79
78
|
google-cloud-core (~> 1.5)
|
|
80
79
|
google-cloud-trace-v1 (~> 0.0)
|
|
81
80
|
google-cloud-trace-v2 (~> 0.0)
|
|
82
81
|
stackdriver-core (~> 1.3)
|
|
83
|
-
google-cloud-trace-v1 (0.
|
|
82
|
+
google-cloud-trace-v1 (0.3.0)
|
|
84
83
|
gapic-common (~> 0.3)
|
|
85
84
|
google-cloud-errors (~> 1.0)
|
|
86
|
-
google-cloud-trace-v2 (0.
|
|
85
|
+
google-cloud-trace-v2 (0.3.0)
|
|
87
86
|
gapic-common (~> 0.3)
|
|
88
87
|
google-cloud-errors (~> 1.0)
|
|
89
88
|
google-gax (1.8.1)
|
|
@@ -92,13 +91,13 @@ GEM
|
|
|
92
91
|
googleauth (~> 0.9)
|
|
93
92
|
grpc (~> 1.24)
|
|
94
93
|
rly (~> 0.2.3)
|
|
95
|
-
google-protobuf (3.
|
|
96
|
-
googleapis-common-protos (1.3.
|
|
97
|
-
google-protobuf (~> 3.0)
|
|
98
|
-
googleapis-common-protos-types (~> 1.0)
|
|
99
|
-
grpc (~> 1.0)
|
|
100
|
-
googleapis-common-protos-types (1.0.5)
|
|
94
|
+
google-protobuf (3.15.8-x86_64-linux)
|
|
95
|
+
googleapis-common-protos (1.3.10)
|
|
101
96
|
google-protobuf (~> 3.11)
|
|
97
|
+
googleapis-common-protos-types (>= 1.0.5, < 2.0)
|
|
98
|
+
grpc (~> 1.27)
|
|
99
|
+
googleapis-common-protos-types (1.1.0)
|
|
100
|
+
google-protobuf (~> 3.14)
|
|
102
101
|
googleauth (0.9.0)
|
|
103
102
|
faraday (~> 0.12)
|
|
104
103
|
jwt (>= 1.4, < 3.0)
|
|
@@ -106,17 +105,17 @@ GEM
|
|
|
106
105
|
multi_json (~> 1.11)
|
|
107
106
|
os (>= 0.9, < 2.0)
|
|
108
107
|
signet (~> 0.7)
|
|
109
|
-
grpc (1.31.1)
|
|
108
|
+
grpc (1.31.1-x86_64-linux)
|
|
110
109
|
google-protobuf (~> 3.12)
|
|
111
110
|
googleapis-common-protos-types (~> 1.0)
|
|
112
111
|
hashdiff (1.0.1)
|
|
113
112
|
http_parser.rb (0.6.0)
|
|
114
113
|
httpclient (2.8.3)
|
|
115
114
|
json (2.2.0)
|
|
116
|
-
jwt (2.2.
|
|
115
|
+
jwt (2.2.3)
|
|
117
116
|
memoist (0.16.2)
|
|
118
117
|
metaclass (0.0.4)
|
|
119
|
-
mini_mime (1.0
|
|
118
|
+
mini_mime (1.1.0)
|
|
120
119
|
mocha (1.9.0)
|
|
121
120
|
metaclass (~> 0.0.1)
|
|
122
121
|
msgpack (1.4.2)
|
|
@@ -140,12 +139,12 @@ GEM
|
|
|
140
139
|
rainbow (2.2.2)
|
|
141
140
|
rake
|
|
142
141
|
rake (10.5.0)
|
|
143
|
-
representable (3.
|
|
142
|
+
representable (3.1.1)
|
|
144
143
|
declarative (< 0.1.0)
|
|
145
|
-
|
|
144
|
+
trailblazer-option (>= 0.1.1, < 0.2.0)
|
|
146
145
|
uber (< 0.2.0)
|
|
147
146
|
retriable (3.1.2)
|
|
148
|
-
rexml (3.2.
|
|
147
|
+
rexml (3.2.5)
|
|
149
148
|
rly (0.2.3)
|
|
150
149
|
rubocop (0.39.0)
|
|
151
150
|
parser (>= 2.3.0.7, < 3.0)
|
|
@@ -154,10 +153,10 @@ GEM
|
|
|
154
153
|
ruby-progressbar (~> 1.7)
|
|
155
154
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
156
155
|
ruby-progressbar (1.11.0)
|
|
157
|
-
serverengine (2.2.
|
|
156
|
+
serverengine (2.2.4)
|
|
158
157
|
sigdump (~> 0.2.2)
|
|
159
158
|
sigdump (0.2.4)
|
|
160
|
-
signet (0.
|
|
159
|
+
signet (0.15.0)
|
|
161
160
|
addressable (~> 2.3)
|
|
162
161
|
faraday (>= 0.17.3, < 2.0)
|
|
163
162
|
jwt (>= 1.5, < 3.0)
|
|
@@ -167,7 +166,7 @@ GEM
|
|
|
167
166
|
json (>= 1.8, < 3)
|
|
168
167
|
simplecov-html (~> 0.10.0)
|
|
169
168
|
simplecov-html (0.10.2)
|
|
170
|
-
stackdriver-core (1.
|
|
169
|
+
stackdriver-core (1.5.0)
|
|
171
170
|
google-cloud-core (~> 1.2)
|
|
172
171
|
strptime (0.2.5)
|
|
173
172
|
sync (0.5.0)
|
|
@@ -176,8 +175,9 @@ GEM
|
|
|
176
175
|
test-unit (3.3.3)
|
|
177
176
|
power_assert
|
|
178
177
|
thor (1.1.0)
|
|
179
|
-
tins (1.
|
|
178
|
+
tins (1.29.1)
|
|
180
179
|
sync
|
|
180
|
+
trailblazer-option (0.1.1)
|
|
181
181
|
tzinfo (2.0.4)
|
|
182
182
|
concurrent-ruby (~> 1.0)
|
|
183
183
|
tzinfo-data (1.2021.1)
|
|
@@ -191,7 +191,7 @@ GEM
|
|
|
191
191
|
yajl-ruby (1.4.1)
|
|
192
192
|
|
|
193
193
|
PLATFORMS
|
|
194
|
-
|
|
194
|
+
x86_64-linux
|
|
195
195
|
|
|
196
196
|
DEPENDENCIES
|
|
197
197
|
coveralls (= 0.8.23)
|
|
@@ -204,4 +204,4 @@ DEPENDENCIES
|
|
|
204
204
|
webmock (= 3.6.2)
|
|
205
205
|
|
|
206
206
|
BUNDLED WITH
|
|
207
|
-
2.
|
|
207
|
+
2.2.23
|
|
@@ -10,7 +10,7 @@ eos
|
|
|
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
|
+
gem.version = '0.11.0'
|
|
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.2')
|
|
@@ -19,12 +19,15 @@ eos
|
|
|
19
19
|
gem.test_files = gem.files.grep(/^(test)/)
|
|
20
20
|
gem.require_paths = ['lib']
|
|
21
21
|
|
|
22
|
+
# Note: In order to update the Fluentd version, please update both here and
|
|
23
|
+
# also the fluentd version in
|
|
24
|
+
# https://github.com/GoogleCloudPlatform/google-fluentd/blob/master/config/software/fluentd.rb.
|
|
22
25
|
gem.add_runtime_dependency 'fluentd', '1.11.2'
|
|
23
|
-
gem.add_runtime_dependency 'googleapis-common-protos', '1.3.
|
|
26
|
+
gem.add_runtime_dependency 'googleapis-common-protos', '1.3.10'
|
|
24
27
|
gem.add_runtime_dependency 'googleauth', '0.9.0'
|
|
25
28
|
gem.add_runtime_dependency 'google-api-client', '0.30.8'
|
|
26
29
|
gem.add_runtime_dependency 'google-cloud-logging', '1.6.6'
|
|
27
|
-
gem.add_runtime_dependency 'google-protobuf', '3.
|
|
30
|
+
gem.add_runtime_dependency 'google-protobuf', '3.15.8'
|
|
28
31
|
gem.add_runtime_dependency 'grpc', '1.31.1'
|
|
29
32
|
gem.add_runtime_dependency 'json', '2.2.0'
|
|
30
33
|
gem.add_runtime_dependency 'opencensus', '0.5.0'
|
|
@@ -271,19 +271,19 @@ class GoogleCloudOutputGRPCTest < Test::Unit::TestCase
|
|
|
271
271
|
{
|
|
272
272
|
'32 s' => '32s',
|
|
273
273
|
'32s' => '32s',
|
|
274
|
-
'0.32s' => '0.
|
|
274
|
+
'0.32s' => '0.320s',
|
|
275
275
|
' 123 s ' => '123s',
|
|
276
|
-
'1.3442 s' => '1.
|
|
276
|
+
'1.3442 s' => '1.344200s',
|
|
277
277
|
|
|
278
278
|
# Test whitespace.
|
|
279
279
|
# \t: tab. \r: carriage return. \n: line break.
|
|
280
280
|
# \v: vertical whitespace. \f: form feed.
|
|
281
|
-
"\t123.5\ts\t" => '123.
|
|
282
|
-
"\r123.5\rs\r" => '123.
|
|
283
|
-
"\n123.5\ns\n" => '123.
|
|
284
|
-
"\v123.5\vs\v" => '123.
|
|
285
|
-
"\f123.5\fs\f" => '123.
|
|
286
|
-
"\r123.5\ts\f" => '123.
|
|
281
|
+
"\t123.5\ts\t" => '123.500s',
|
|
282
|
+
"\r123.5\rs\r" => '123.500s',
|
|
283
|
+
"\n123.5\ns\n" => '123.500s',
|
|
284
|
+
"\v123.5\vs\v" => '123.500s',
|
|
285
|
+
"\f123.5\fs\f" => '123.500s',
|
|
286
|
+
"\r123.5\ts\f" => '123.500s'
|
|
287
287
|
}
|
|
288
288
|
end
|
|
289
289
|
|
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.
|
|
4
|
+
version: 0.11.0
|
|
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: 2021-02
|
|
11
|
+
date: 2021-08-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 1.3.
|
|
33
|
+
version: 1.3.10
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 1.3.
|
|
40
|
+
version: 1.3.10
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: googleauth
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - '='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 3.
|
|
89
|
+
version: 3.15.8
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - '='
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 3.
|
|
96
|
+
version: 3.15.8
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: grpc
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|