fluent-plugin-google-cloud 0.13.1 → 0.13.2

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: d9e2068fdf6e41a45b160c309d16a3fa0dd58ef555f19c76c93e798f0da03815
4
- data.tar.gz: f9902899c11ecf784433b7437d9efcd0ebda4ff812aeaee7edb6e7aeffbc6d66
3
+ metadata.gz: 7898617279390ae1128d1d467cb8d5e45ee7b45a8dab9123d1de57c8e88a07eb
4
+ data.tar.gz: 31598126c642a79d2f8c4a877a9594e79682fa0ff06727d17cee0ee80fb091e7
5
5
  SHA512:
6
- metadata.gz: 39777bfde0e2c738c2d50506660604209e0860bd89a6669acfa1cc94bae5696d6bfae1089f17c7b197fa807ff6db8caac5e278a94b3c7db35b44366cf31c8d40
7
- data.tar.gz: 71ded0ece74b31da78d665862a1fcd54c9ef0407c6b0f6bbd4eff26cfbe49072d8f17d84c9c86af8a97b14a3c380756df2578f88eb3beefacce2278724e02be5
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.1)
5
- fluentd (= 1.13.3)
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.22.1)
9
+ google-protobuf (= 3.25.5)
10
10
  googleapis-common-protos (= 1.4.0)
11
11
  googleauth (= 1.3.0)
12
- grpc (= 1.53.0)
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.0.6)
21
- concurrent-ruby (~> 1.0, >= 1.0.2)
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
- tzinfo (~> 2.0)
25
- addressable (2.8.4)
26
- public_suffix (>= 2.0.2, < 6.0)
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
- concurrent-ruby (1.2.2)
29
- cool.io (1.7.1)
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.4.5)
45
+ crack (1.0.0)
46
+ bigdecimal
37
47
  rexml
38
48
  declarative (0.0.20)
39
- docile (1.4.0)
40
- faraday (2.7.10)
41
- faraday-net_http (>= 2.0, < 3.1)
42
- ruby2_keywords (>= 0.0.4)
43
- faraday-net_http (3.0.2)
44
- faraday-retry (2.2.0)
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.13.3)
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.8.0)
62
+ http_parser.rb (>= 0.5.1, < 0.9.0)
50
63
  msgpack (>= 1.3.1, < 2.0.0)
51
- serverengine (>= 2.2.2, < 3.0.0)
52
- sigdump (~> 0.2.2)
53
- strptime (>= 0.2.2, < 1.0.0)
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 (>= 1.4.2, < 1.8.0)
69
+ webrick (~> 1.4)
57
70
  yajl-ruby (~> 1.0)
58
- gapic-common (0.19.1)
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.0)
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.6.0)
88
- google-cloud-env (~> 1.0)
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.3.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.10.1)
99
- gapic-common (>= 0.19.1, < 2.a)
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.6.1)
105
- gapic-common (>= 0.19.1, < 2.a)
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.22.1)
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.6.0)
113
- google-protobuf (~> 3.14)
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.53.0)
122
- google-protobuf (~> 3.21)
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.0.1)
125
- http_parser.rb (0.7.0)
156
+ hashdiff (1.1.1)
157
+ http_parser.rb (0.8.0)
126
158
  httpclient (2.8.3)
127
- i18n (1.14.1)
159
+ i18n (1.14.6)
128
160
  concurrent-ruby (~> 1.0)
129
161
  json (2.6.3)
130
- jwt (2.7.1)
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.2)
134
- minitest (5.18.1)
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.1)
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,25 +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.23.0)
148
- parser (3.2.2.3)
183
+ parallel (1.26.3)
184
+ parser (3.3.5.0)
149
185
  ast (~> 2.4.1)
150
186
  racc
151
- power_assert (2.0.3)
187
+ power_assert (2.0.4)
152
188
  prometheus-client (0.9.0)
153
189
  quantile (~> 0.2.1)
154
- public_suffix (5.0.3)
190
+ public_suffix (6.0.1)
155
191
  quantile (0.2.1)
156
- racc (1.7.1)
192
+ racc (1.8.1)
157
193
  rainbow (3.1.1)
158
194
  rake (13.0.6)
159
- regexp_parser (2.8.1)
195
+ regexp_parser (2.9.2)
160
196
  representable (3.2.0)
161
197
  declarative (< 0.1.0)
162
198
  trailblazer-option (>= 0.1.1, < 0.2.0)
163
199
  uber (< 0.2.0)
164
200
  retriable (3.1.2)
165
- rexml (3.2.5)
201
+ rexml (3.3.8)
166
202
  rubocop (1.48.1)
167
203
  json (~> 2.3)
168
204
  parallel (~> 1.10)
@@ -173,14 +209,14 @@ GEM
173
209
  rubocop-ast (>= 1.26.0, < 2.0)
174
210
  ruby-progressbar (~> 1.7)
175
211
  unicode-display_width (>= 2.4.0, < 3.0)
176
- rubocop-ast (1.29.0)
177
- parser (>= 3.2.1.0)
212
+ rubocop-ast (1.32.3)
213
+ parser (>= 3.3.1.0)
178
214
  ruby-progressbar (1.13.0)
179
- ruby2_keywords (0.0.5)
215
+ securerandom (0.3.1)
180
216
  serverengine (2.3.2)
181
217
  sigdump (~> 0.2.2)
182
218
  sigdump (0.2.5)
183
- signet (0.17.0)
219
+ signet (0.19.0)
184
220
  addressable (~> 2.8)
185
221
  faraday (>= 0.17.5, < 3.a)
186
222
  jwt (>= 1.5, < 3.0)
@@ -190,33 +226,40 @@ GEM
190
226
  json (>= 1.8, < 3)
191
227
  simplecov-html (~> 0.10.0)
192
228
  simplecov-html (0.10.2)
193
- stackdriver-core (1.5.0)
229
+ stackdriver-core (1.6.0)
194
230
  google-cloud-core (~> 1.2)
195
231
  strptime (0.2.5)
196
232
  sync (0.5.0)
197
- term-ansicolor (1.7.1)
233
+ term-ansicolor (1.11.2)
198
234
  tins (~> 1.0)
199
235
  test-unit (3.3.3)
200
236
  power_assert
201
- thor (1.2.2)
202
- tins (1.32.1)
237
+ thor (1.3.2)
238
+ tins (1.36.1)
239
+ bigdecimal
203
240
  sync
204
241
  trailblazer-option (0.1.2)
205
242
  tzinfo (2.0.6)
206
243
  concurrent-ruby (~> 1.0)
207
- tzinfo-data (1.2023.3)
244
+ tzinfo-data (1.2024.2)
208
245
  tzinfo (>= 1.0.0)
209
246
  uber (0.1.0)
210
- unicode-display_width (2.4.2)
247
+ unicode-display_width (2.6.0)
248
+ uri (0.13.1)
211
249
  webmock (3.17.1)
212
250
  addressable (>= 2.8.0)
213
251
  crack (>= 0.3.2)
214
252
  hashdiff (>= 0.4.0, < 2.0.0)
215
- webrick (1.7.0)
253
+ webrick (1.8.2)
216
254
  yajl-ruby (1.4.3)
217
255
 
218
256
  PLATFORMS
257
+ aarch64-linux
258
+ arm64-darwin
219
259
  ruby
260
+ x86-linux
261
+ x86_64-darwin
262
+ x86_64-linux
220
263
 
221
264
  DEPENDENCIES
222
265
  coveralls (= 0.8.23)
@@ -229,4 +272,4 @@ DEPENDENCIES
229
272
  webmock (= 3.17.1)
230
273
 
231
274
  BUNDLED WITH
232
- 2.1.4
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.1'
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.6')
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.13.3'
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.22.1'
32
- gem.add_runtime_dependency 'grpc', '1.53.0'
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.1
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: 2023-07-16 00:00:00.000000000 Z
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.13.3
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.13.3
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.22.1
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.22.1
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.53.0
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.53.0
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.6'
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.1.6
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