fluentd 1.19.0 → 1.19.1
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/CHANGELOG.md +39 -4
- data/SECURITY.md +6 -0
- data/lib/fluent/config/yaml_parser/parser.rb +10 -2
- data/lib/fluent/test.rb +5 -2
- data/lib/fluent/version.rb +1 -1
- metadata +7 -29
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7d0597141166c9db2f30b7ea1761610ec6dc2e3c5b8443f3ff980530c4afd33
|
|
4
|
+
data.tar.gz: eb02d36ab94976985da49b0abe845dfe17056806f02e99cb8fa38a88addb79be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd04fb1ed5a9407cae8d150fdb5875cac15d5e906356ba76232e82cb4c28053199f9b09fa403fad5733623b758ec713defb205d8bcc6058e067a71f01c0ec30c
|
|
7
|
+
data.tar.gz: eba375ae694bf113a9a70bce6c77575ed42e6d8f14d5c463890ae570c14dfe48576eb7eecd90fb401480ebfd910ecd45fdfed1130f909b8c541440bdf7a3c407
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
# v1.19
|
|
2
2
|
|
|
3
|
-
## Release v1.19.
|
|
3
|
+
## Release v1.19.1 - 2025/11/06
|
|
4
|
+
|
|
5
|
+
### Bug Fix
|
|
6
|
+
|
|
7
|
+
* YAML config: Supports parsing array format https://github.com/fluent/fluentd/pull/5139
|
|
8
|
+
|
|
9
|
+
### Misc
|
|
10
|
+
|
|
11
|
+
* gem: fix uri gem version to keep IPv6 tests https://github.com/fluent/fluentd/pull/5144
|
|
12
|
+
* CI fixes
|
|
13
|
+
* https://github.com/fluent/fluentd/pull/5055
|
|
14
|
+
* https://github.com/fluent/fluentd/pull/5057
|
|
15
|
+
* https://github.com/fluent/fluentd/pull/5063
|
|
16
|
+
* https://github.com/fluent/fluentd/pull/5064
|
|
17
|
+
* https://github.com/fluent/fluentd/pull/5077
|
|
18
|
+
* https://github.com/fluent/fluentd/pull/5078
|
|
19
|
+
* https://github.com/fluent/fluentd/pull/5136
|
|
20
|
+
* https://github.com/fluent/fluentd/pull/5140
|
|
21
|
+
|
|
22
|
+
## Release v1.19.0 - 2025/07/30
|
|
4
23
|
|
|
5
24
|
### Enhancement
|
|
6
25
|
|
|
@@ -9,8 +28,8 @@ New features:
|
|
|
9
28
|
* Add zstd compression support https://github.com/fluent/fluentd/pull/4657
|
|
10
29
|
* Buffer: add `zstd` to `compress` option.
|
|
11
30
|
* out_file: add `zstd` to `compress` option.
|
|
12
|
-
* out_forward: add `zstd` to `compress` option.
|
|
13
|
-
* in_forward: support `zstd` format.
|
|
31
|
+
* out_forward: add `zstd` to `compress` option. (Experimental)
|
|
32
|
+
* in_forward: support `zstd` format.
|
|
14
33
|
* buffer: add feature to evacuate chunk files when retry limit
|
|
15
34
|
https://github.com/fluent/fluentd/pull/4986
|
|
16
35
|
* out_http: TLS1.3 support
|
|
@@ -74,7 +93,7 @@ Others:
|
|
|
74
93
|
* formatter_csv: fix memory leak
|
|
75
94
|
https://github.com/fluent/fluentd/pull/4864
|
|
76
95
|
* server plugin helper: ensure to close all connections at shutdown
|
|
77
|
-
https://github.com/fluent/fluentd/pull/
|
|
96
|
+
https://github.com/fluent/fluentd/pull/5026
|
|
78
97
|
* Fixed a bug where the default `umask` was not set to `0` when using `--daemon` (td-agent, fluent-package) since v1.14.6.
|
|
79
98
|
https://github.com/fluent/fluentd/pull/4836
|
|
80
99
|
* `--umask` command line option: Fixed so that it is applied when Fluentd runs with `--daemon` (fluent-package) as well as when Fluentd runs with `--no-supervisor`.
|
|
@@ -271,6 +290,22 @@ Others:
|
|
|
271
290
|
|
|
272
291
|
# v1.16
|
|
273
292
|
|
|
293
|
+
## Release v1.16.10 - 2025/09/12
|
|
294
|
+
|
|
295
|
+
### Bug Fix
|
|
296
|
+
|
|
297
|
+
* server plugin helper: ensure to close all connections at shutdown
|
|
298
|
+
https://github.com/fluent/fluentd/pull/5088
|
|
299
|
+
|
|
300
|
+
### Misc
|
|
301
|
+
|
|
302
|
+
* CI improvemnts
|
|
303
|
+
https://github.com/fluent/fluentd/pull/5083
|
|
304
|
+
https://github.com/fluent/fluentd/pull/5085
|
|
305
|
+
https://github.com/fluent/fluentd/pull/5086
|
|
306
|
+
https://github.com/fluent/fluentd/pull/5091
|
|
307
|
+
https://github.com/fluent/fluentd/pull/5092
|
|
308
|
+
|
|
274
309
|
## Release v1.16.9 - 2025/05/14
|
|
275
310
|
|
|
276
311
|
### Bug Fix
|
data/SECURITY.md
CHANGED
|
@@ -14,3 +14,9 @@
|
|
|
14
14
|
|
|
15
15
|
Please post your vulnerability report from the following page:
|
|
16
16
|
https://github.com/fluent/fluentd/security/advisories
|
|
17
|
+
|
|
18
|
+
> [!NOTE]
|
|
19
|
+
> If you use fluent-package, please check [fluent-package-builder](https://github.com/fluent/fluent-package-builder/blob/master/SECURITY.md) and report it there.
|
|
20
|
+
|
|
21
|
+
> [!NOTE]
|
|
22
|
+
> If you use a Docker image of Fluentd, please check [Fluentd Docker Image](https://github.com/fluent/fluentd-docker-image/blob/master/SECURITY.md) and report it there.
|
|
@@ -144,8 +144,12 @@ module Fluent
|
|
|
144
144
|
|
|
145
145
|
config.each do |key, val|
|
|
146
146
|
if val.is_a?(Array)
|
|
147
|
-
val.
|
|
148
|
-
|
|
147
|
+
if section?(val.first)
|
|
148
|
+
val.each do |v|
|
|
149
|
+
sb.add_section(section_build(key, v, indent: indent + @base_indent))
|
|
150
|
+
end
|
|
151
|
+
else
|
|
152
|
+
sb.add_line(key, val)
|
|
149
153
|
end
|
|
150
154
|
elsif val.is_a?(Hash)
|
|
151
155
|
harg = val.delete('$arg')
|
|
@@ -164,6 +168,10 @@ module Fluent
|
|
|
164
168
|
|
|
165
169
|
SectionBuilder.new(name, sb, indent, arg)
|
|
166
170
|
end
|
|
171
|
+
|
|
172
|
+
def section?(value)
|
|
173
|
+
value.is_a?(Array) or value.is_a?(Hash)
|
|
174
|
+
end
|
|
167
175
|
end
|
|
168
176
|
end
|
|
169
177
|
end
|
data/lib/fluent/test.rb
CHANGED
|
@@ -40,9 +40,12 @@ module Fluent
|
|
|
40
40
|
|
|
41
41
|
$log = dummy_logger
|
|
42
42
|
|
|
43
|
-
Fluent.__send__(:remove_const, :Engine)
|
|
44
|
-
|
|
43
|
+
old_engine = Fluent.__send__(:remove_const, :Engine)
|
|
44
|
+
# Ensure that GC can remove the objects of the old engine.
|
|
45
|
+
# Some objects can still exist after `remove_const`. See https://github.com/fluent/fluentd/issues/5054.
|
|
46
|
+
old_engine.instance_variable_set(:@root_agent, nil)
|
|
45
47
|
|
|
48
|
+
engine = Fluent.const_set(:Engine, EngineClass.new).init(SystemConfig.new)
|
|
46
49
|
engine.define_singleton_method(:now=) {|n|
|
|
47
50
|
@now = n
|
|
48
51
|
}
|
data/lib/fluent/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluentd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.19.
|
|
4
|
+
version: 1.19.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sadayuki Furuhashi
|
|
@@ -220,6 +220,9 @@ dependencies:
|
|
|
220
220
|
- - "~>"
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
222
|
version: '1.0'
|
|
223
|
+
- - "<"
|
|
224
|
+
- !ruby/object:Gem::Version
|
|
225
|
+
version: 1.1.0
|
|
223
226
|
type: :runtime
|
|
224
227
|
prerelease: false
|
|
225
228
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -227,6 +230,9 @@ dependencies:
|
|
|
227
230
|
- - "~>"
|
|
228
231
|
- !ruby/object:Gem::Version
|
|
229
232
|
version: '1.0'
|
|
233
|
+
- - "<"
|
|
234
|
+
- !ruby/object:Gem::Version
|
|
235
|
+
version: 1.1.0
|
|
230
236
|
- !ruby/object:Gem::Dependency
|
|
231
237
|
name: async-http
|
|
232
238
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -241,34 +247,6 @@ dependencies:
|
|
|
241
247
|
- - "~>"
|
|
242
248
|
- !ruby/object:Gem::Version
|
|
243
249
|
version: '0.86'
|
|
244
|
-
- !ruby/object:Gem::Dependency
|
|
245
|
-
name: io-event
|
|
246
|
-
requirement: !ruby/object:Gem::Requirement
|
|
247
|
-
requirements:
|
|
248
|
-
- - "<"
|
|
249
|
-
- !ruby/object:Gem::Version
|
|
250
|
-
version: 1.11.0
|
|
251
|
-
type: :runtime
|
|
252
|
-
prerelease: false
|
|
253
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
254
|
-
requirements:
|
|
255
|
-
- - "<"
|
|
256
|
-
- !ruby/object:Gem::Version
|
|
257
|
-
version: 1.11.0
|
|
258
|
-
- !ruby/object:Gem::Dependency
|
|
259
|
-
name: io-stream
|
|
260
|
-
requirement: !ruby/object:Gem::Requirement
|
|
261
|
-
requirements:
|
|
262
|
-
- - "<"
|
|
263
|
-
- !ruby/object:Gem::Version
|
|
264
|
-
version: 0.8.0
|
|
265
|
-
type: :runtime
|
|
266
|
-
prerelease: false
|
|
267
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
268
|
-
requirements:
|
|
269
|
-
- - "<"
|
|
270
|
-
- !ruby/object:Gem::Version
|
|
271
|
-
version: 0.8.0
|
|
272
250
|
- !ruby/object:Gem::Dependency
|
|
273
251
|
name: base64
|
|
274
252
|
requirement: !ruby/object:Gem::Requirement
|