fluent-plugin-google-cloud 0.13.1 → 0.13.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9e2068fdf6e41a45b160c309d16a3fa0dd58ef555f19c76c93e798f0da03815
4
- data.tar.gz: f9902899c11ecf784433b7437d9efcd0ebda4ff812aeaee7edb6e7aeffbc6d66
3
+ metadata.gz: efca8bd89ef6ce931b48b462ebcbb179f354ebfe4c860155184a0321c9e54b68
4
+ data.tar.gz: a903f14f4486739d1f29481c4dd17736613e0a71be0d2e93cdcdfe2ae007cf1e
5
5
  SHA512:
6
- metadata.gz: 39777bfde0e2c738c2d50506660604209e0860bd89a6669acfa1cc94bae5696d6bfae1089f17c7b197fa807ff6db8caac5e278a94b3c7db35b44366cf31c8d40
7
- data.tar.gz: 71ded0ece74b31da78d665862a1fcd54c9ef0407c6b0f6bbd4eff26cfbe49072d8f17d84c9c86af8a97b14a3c380756df2578f88eb3beefacce2278724e02be5
6
+ metadata.gz: 5f036e8e633c816703aa2d72d1d39f17f89d38f1f498d7ba5b728b63f7929a5462d4d107840b164a26eb5ad0443da3a3175d667960b48fd79146328fb5127a52
7
+ data.tar.gz: 8a2ac7efe39999c23719f919f13eaee388b9b02e9822d7e15fa26064d34324531c992e5b429ed3bb6a4fa7af351132c47cb135d6af124594efd1f9721cfdeeea
data/Gemfile.lock CHANGED
@@ -1,15 +1,16 @@
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.3)
5
+ activesupport (~> 6.1, >= 6.1.7.5)
6
+ fluentd (= 1.16.2)
6
7
  google-api-client (= 0.53.0)
7
8
  google-cloud-logging (= 2.3.2)
8
9
  google-cloud-monitoring-v3 (= 0.10.0)
9
- google-protobuf (= 3.22.1)
10
+ google-protobuf (= 3.25.5)
10
11
  googleapis-common-protos (= 1.4.0)
11
12
  googleauth (= 1.3.0)
12
- grpc (= 1.53.0)
13
+ grpc (= 1.65.2)
13
14
  json (= 2.6.3)
14
15
  opencensus (= 0.5.0)
15
16
  opencensus-stackdriver (= 0.4.1)
@@ -17,45 +18,51 @@ PATH
17
18
  GEM
18
19
  remote: https://rubygems.org/
19
20
  specs:
20
- activesupport (7.0.6)
21
+ activesupport (6.1.7.10)
21
22
  concurrent-ruby (~> 1.0, >= 1.0.2)
22
23
  i18n (>= 1.6, < 2)
23
24
  minitest (>= 5.1)
24
25
  tzinfo (~> 2.0)
25
- addressable (2.8.4)
26
- public_suffix (>= 2.0.2, < 6.0)
26
+ zeitwerk (~> 2.3)
27
+ addressable (2.8.7)
28
+ public_suffix (>= 2.0.2, < 7.0)
27
29
  ast (2.4.2)
28
- concurrent-ruby (1.2.2)
29
- cool.io (1.7.1)
30
+ base64 (0.2.0)
31
+ bigdecimal (3.1.8)
32
+ concurrent-ruby (1.3.4)
33
+ cool.io (1.9.0)
30
34
  coveralls (0.8.23)
31
35
  json (>= 1.8, < 3)
32
36
  simplecov (~> 0.16.1)
33
37
  term-ansicolor (~> 1.3)
34
38
  thor (>= 0.19.4, < 2.0)
35
39
  tins (~> 1.6)
36
- crack (0.4.5)
40
+ crack (1.0.0)
41
+ bigdecimal
37
42
  rexml
38
43
  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)
44
+ docile (1.4.1)
45
+ faraday (2.12.1)
46
+ faraday-net_http (>= 2.0, < 3.5)
47
+ json
48
+ logger
49
+ faraday-net_http (3.4.0)
50
+ net-http (>= 0.5.0)
51
+ faraday-retry (2.2.1)
45
52
  faraday (~> 2.0)
46
- fluentd (1.13.3)
53
+ fluentd (1.16.2)
47
54
  bundler
48
55
  cool.io (>= 1.4.5, < 2.0.0)
49
- http_parser.rb (>= 0.5.1, < 0.8.0)
56
+ http_parser.rb (>= 0.5.1, < 0.9.0)
50
57
  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)
58
+ serverengine (>= 2.3.2, < 3.0.0)
59
+ sigdump (~> 0.2.5)
60
+ strptime (>= 0.2.4, < 1.0.0)
54
61
  tzinfo (>= 1.0, < 3.0)
55
62
  tzinfo-data (~> 1.0)
56
- webrick (>= 1.4.2, < 1.8.0)
63
+ webrick (~> 1.4)
57
64
  yajl-ruby (~> 1.0)
58
- gapic-common (0.19.1)
65
+ gapic-common (0.20.0)
59
66
  faraday (>= 1.9, < 3.a)
60
67
  faraday-retry (>= 1.0, < 3.a)
61
68
  google-protobuf (~> 3.14)
@@ -63,11 +70,11 @@ GEM
63
70
  googleapis-common-protos-types (>= 1.3.1, < 2.a)
64
71
  googleauth (~> 1.0)
65
72
  grpc (~> 1.36)
66
- gems (1.2.0)
73
+ gems (1.3.0)
67
74
  google-api-client (0.53.0)
68
75
  google-apis-core (~> 0.1)
69
76
  google-apis-generator (~> 0.1)
70
- google-apis-core (0.11.0)
77
+ google-apis-core (0.11.3)
71
78
  addressable (~> 2.5, >= 2.5.1)
72
79
  googleauth (>= 0.16.2, < 2.a)
73
80
  httpclient (>= 2.8.1, < 3.a)
@@ -75,7 +82,6 @@ GEM
75
82
  representable (~> 3.0)
76
83
  retriable (>= 2.0, < 4.a)
77
84
  rexml
78
- webrick
79
85
  google-apis-discovery_v1 (0.14.0)
80
86
  google-apis-core (>= 0.11.0, < 2.a)
81
87
  google-apis-generator (0.12.0)
@@ -84,33 +90,38 @@ GEM
84
90
  google-apis-core (>= 0.11.0, < 2.a)
85
91
  google-apis-discovery_v1 (~> 0.5)
86
92
  thor (>= 0.20, < 2.a)
87
- google-cloud-core (1.6.0)
88
- google-cloud-env (~> 1.0)
93
+ google-cloud-core (1.7.1)
94
+ google-cloud-env (>= 1.0, < 3.a)
89
95
  google-cloud-errors (~> 1.0)
90
96
  google-cloud-env (1.6.0)
91
97
  faraday (>= 0.17.3, < 3.0)
92
- google-cloud-errors (1.3.1)
98
+ google-cloud-errors (1.4.0)
93
99
  google-cloud-logging (2.3.2)
94
100
  concurrent-ruby (~> 1.1)
95
101
  google-cloud-core (~> 1.5)
96
102
  google-cloud-logging-v2 (~> 0.0)
97
103
  stackdriver-core (~> 1.3)
98
- google-cloud-logging-v2 (0.10.1)
99
- gapic-common (>= 0.19.1, < 2.a)
104
+ google-cloud-logging-v2 (0.11.0)
105
+ gapic-common (>= 0.20.0, < 2.a)
100
106
  google-cloud-errors (~> 1.0)
101
107
  google-cloud-monitoring-v3 (0.10.0)
102
108
  gapic-common (>= 0.16.0, < 2.a)
103
109
  google-cloud-errors (~> 1.0)
104
- google-cloud-trace-v2 (0.6.1)
105
- gapic-common (>= 0.19.1, < 2.a)
110
+ google-cloud-trace-v2 (0.7.0)
111
+ gapic-common (>= 0.20.0, < 2.a)
106
112
  google-cloud-errors (~> 1.0)
107
- google-protobuf (3.22.1)
113
+ google-protobuf (3.25.5)
114
+ google-protobuf (3.25.5-aarch64-linux)
115
+ google-protobuf (3.25.5-arm64-darwin)
116
+ google-protobuf (3.25.5-x86-linux)
117
+ google-protobuf (3.25.5-x86_64-darwin)
118
+ google-protobuf (3.25.5-x86_64-linux)
108
119
  googleapis-common-protos (1.4.0)
109
120
  google-protobuf (~> 3.14)
110
121
  googleapis-common-protos-types (~> 1.2)
111
122
  grpc (~> 1.27)
112
- googleapis-common-protos-types (1.6.0)
113
- google-protobuf (~> 3.14)
123
+ googleapis-common-protos-types (1.16.0)
124
+ google-protobuf (>= 3.18, < 5.a)
114
125
  googleauth (1.3.0)
115
126
  faraday (>= 0.17.3, < 3.a)
116
127
  jwt (>= 1.4, < 3.0)
@@ -118,24 +129,43 @@ GEM
118
129
  multi_json (~> 1.11)
119
130
  os (>= 0.9, < 2.0)
120
131
  signet (>= 0.16, < 2.a)
121
- grpc (1.53.0)
122
- google-protobuf (~> 3.21)
132
+ grpc (1.65.2)
133
+ google-protobuf (>= 3.25, < 5.0)
134
+ googleapis-common-protos-types (~> 1.0)
135
+ grpc (1.65.2-aarch64-linux)
136
+ google-protobuf (>= 3.25, < 5.0)
137
+ googleapis-common-protos-types (~> 1.0)
138
+ grpc (1.65.2-arm64-darwin)
139
+ google-protobuf (>= 3.25, < 5.0)
140
+ googleapis-common-protos-types (~> 1.0)
141
+ grpc (1.65.2-x86-linux)
142
+ google-protobuf (>= 3.25, < 5.0)
143
+ googleapis-common-protos-types (~> 1.0)
144
+ grpc (1.65.2-x86_64-darwin)
145
+ google-protobuf (>= 3.25, < 5.0)
146
+ googleapis-common-protos-types (~> 1.0)
147
+ grpc (1.65.2-x86_64-linux)
148
+ google-protobuf (>= 3.25, < 5.0)
123
149
  googleapis-common-protos-types (~> 1.0)
124
- hashdiff (1.0.1)
125
- http_parser.rb (0.7.0)
150
+ hashdiff (1.1.2)
151
+ http_parser.rb (0.8.0)
126
152
  httpclient (2.8.3)
127
- i18n (1.14.1)
153
+ i18n (1.14.6)
128
154
  concurrent-ruby (~> 1.0)
129
155
  json (2.6.3)
130
- jwt (2.7.1)
156
+ jwt (2.9.3)
157
+ base64
158
+ logger (1.6.2)
131
159
  memoist (0.16.2)
132
160
  metaclass (0.0.4)
133
- mini_mime (1.1.2)
134
- minitest (5.18.1)
161
+ mini_mime (1.1.5)
162
+ minitest (5.25.2)
135
163
  mocha (1.9.0)
136
164
  metaclass (~> 0.0.1)
137
- msgpack (1.7.1)
165
+ msgpack (1.7.5)
138
166
  multi_json (1.15.0)
167
+ net-http (0.6.0)
168
+ uri
139
169
  opencensus (0.5.0)
140
170
  opencensus-stackdriver (0.4.1)
141
171
  concurrent-ruby (~> 1.0)
@@ -144,25 +174,25 @@ GEM
144
174
  google-cloud-trace-v2 (~> 0.1)
145
175
  opencensus (~> 0.5)
146
176
  os (1.1.4)
147
- parallel (1.23.0)
148
- parser (3.2.2.3)
177
+ parallel (1.26.3)
178
+ parser (3.3.6.0)
149
179
  ast (~> 2.4.1)
150
180
  racc
151
- power_assert (2.0.3)
181
+ power_assert (2.0.4)
152
182
  prometheus-client (0.9.0)
153
183
  quantile (~> 0.2.1)
154
- public_suffix (5.0.3)
184
+ public_suffix (6.0.1)
155
185
  quantile (0.2.1)
156
- racc (1.7.1)
186
+ racc (1.8.1)
157
187
  rainbow (3.1.1)
158
188
  rake (13.0.6)
159
- regexp_parser (2.8.1)
189
+ regexp_parser (2.9.3)
160
190
  representable (3.2.0)
161
191
  declarative (< 0.1.0)
162
192
  trailblazer-option (>= 0.1.1, < 0.2.0)
163
193
  uber (< 0.2.0)
164
194
  retriable (3.1.2)
165
- rexml (3.2.5)
195
+ rexml (3.3.9)
166
196
  rubocop (1.48.1)
167
197
  json (~> 2.3)
168
198
  parallel (~> 1.10)
@@ -173,14 +203,15 @@ GEM
173
203
  rubocop-ast (>= 1.26.0, < 2.0)
174
204
  ruby-progressbar (~> 1.7)
175
205
  unicode-display_width (>= 2.4.0, < 3.0)
176
- rubocop-ast (1.29.0)
177
- parser (>= 3.2.1.0)
206
+ rubocop-ast (1.36.2)
207
+ parser (>= 3.3.1.0)
178
208
  ruby-progressbar (1.13.0)
179
- ruby2_keywords (0.0.5)
180
- serverengine (2.3.2)
209
+ serverengine (2.4.0)
210
+ base64 (~> 0.1)
211
+ logger (~> 1.4)
181
212
  sigdump (~> 0.2.2)
182
213
  sigdump (0.2.5)
183
- signet (0.17.0)
214
+ signet (0.19.0)
184
215
  addressable (~> 2.8)
185
216
  faraday (>= 0.17.5, < 3.a)
186
217
  jwt (>= 1.5, < 3.0)
@@ -190,33 +221,41 @@ GEM
190
221
  json (>= 1.8, < 3)
191
222
  simplecov-html (~> 0.10.0)
192
223
  simplecov-html (0.10.2)
193
- stackdriver-core (1.5.0)
224
+ stackdriver-core (1.6.0)
194
225
  google-cloud-core (~> 1.2)
195
226
  strptime (0.2.5)
196
227
  sync (0.5.0)
197
- term-ansicolor (1.7.1)
228
+ term-ansicolor (1.11.2)
198
229
  tins (~> 1.0)
199
230
  test-unit (3.3.3)
200
231
  power_assert
201
- thor (1.2.2)
202
- tins (1.32.1)
232
+ thor (1.3.2)
233
+ tins (1.37.0)
234
+ bigdecimal
203
235
  sync
204
236
  trailblazer-option (0.1.2)
205
237
  tzinfo (2.0.6)
206
238
  concurrent-ruby (~> 1.0)
207
- tzinfo-data (1.2023.3)
239
+ tzinfo-data (1.2024.2)
208
240
  tzinfo (>= 1.0.0)
209
241
  uber (0.1.0)
210
- unicode-display_width (2.4.2)
242
+ unicode-display_width (2.6.0)
243
+ uri (1.0.2)
211
244
  webmock (3.17.1)
212
245
  addressable (>= 2.8.0)
213
246
  crack (>= 0.3.2)
214
247
  hashdiff (>= 0.4.0, < 2.0.0)
215
- webrick (1.7.0)
248
+ webrick (1.9.1)
216
249
  yajl-ruby (1.4.3)
250
+ zeitwerk (2.7.1)
217
251
 
218
252
  PLATFORMS
253
+ aarch64-linux
254
+ arm64-darwin
219
255
  ruby
256
+ x86-linux
257
+ x86_64-darwin
258
+ x86_64-linux
220
259
 
221
260
  DEPENDENCIES
222
261
  coveralls (= 0.8.23)
@@ -229,4 +268,4 @@ DEPENDENCIES
229
268
  webmock (= 3.17.1)
230
269
 
231
270
  BUNDLED WITH
232
- 2.1.4
271
+ 2.5.23
@@ -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.3'
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,18 +22,23 @@ 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'
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.1
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: 2023-07-16 00:00:00.000000000 Z
11
+ date: 2024-12-03 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
@@ -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
@@ -316,14 +336,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
316
336
  requirements:
317
337
  - - ">="
318
338
  - !ruby/object:Gem::Version
319
- version: '2.6'
339
+ version: '2.7'
320
340
  required_rubygems_version: !ruby/object:Gem::Requirement
321
341
  requirements:
322
342
  - - ">="
323
343
  - !ruby/object:Gem::Version
324
344
  version: '0'
325
345
  requirements: []
326
- rubygems_version: 3.1.6
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