Skip to content

Commit 99e9677

Browse files
committed
Add 6.0.4 changelog
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 9e89549 commit 99e9677

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,76 @@
22

33
About the past changelog entries, see [CHANGELOG v4](CHANGELOG-v4.md) [CHANGELOG v5](CHANGELOG-v5.md) instead.
44

5+
## Release v6.0.4 - 2026/06/26
6+
7+
### News
8+
9+
* Update bundled Fluentd to v1.19.3
10+
* Update bundled gems
11+
* It contains fixes for `nokogiri` vulnerabilities (fixed in 1.19.4)
12+
* Update bundled `rdkafka` to fix segmentation fault
13+
* It contains fix for `addressable` vulnerability (CVE-2026-35611) which was fixed in 2.9.0. It might be affected if you use `webhdfs`.
14+
* It contains fix for `faraday` vulnerability (CVE-2026-33637, CVE-2026-54297). It might be affected if you use `opensearch`/`elasticsearch`.
15+
* It contains fix for `excon` vulnerability (CVE-2026-54171) which was fixed in 1.5.0. It might be affected if you use `opensearch`/`elasticsearch`/`opentelemetry`.
16+
* It contains fix for `oj` vulnerability (CVE-2026-54500, CVE-2026-54502, CVE-2026-54592).
17+
* msi: fixed a bug that bundled ruby version was out-of-date.
18+
19+
### Core component
20+
21+
* ruby v3.4.9
22+
* jemalloc v3.6.0
23+
* OpenSSL 3.6.1 Windows
24+
* OpenSSL 3.0.8 macOS
25+
* gems
26+
* fluentd v1.19.3 (update)
27+
* msgpack 1.8.1 (update)
28+
* oj 3.17.3 (update)
29+
* webrick 1.9.2
30+
* openssl 3.3.0
31+
32+
### Bundled plugins and gems
33+
34+
* aws-partitions v1.1150.0
35+
* aws-sdk-core v3.234.0
36+
* aws-sdk-kms v1.110.0
37+
* aws-sdk-s3 v1.208.0
38+
* aws-sdk-sqs v1.101.0
39+
* aws-sigv4 v1.12.1
40+
* elasticsearch v8.19.2
41+
* fluent-diagtool v1.0.5
42+
* fluent-plugin-elasticsearch v6.0.0
43+
* fluent-plugin-flowcounter-simple 0.1.0
44+
* fluent-plugin-kafka v0.19.7 (update)
45+
* fluent-plugin-metrics-cmetrics v0.1.2
46+
* fluent-plugin-fluent-package-update-notifier 0.2.3
47+
* fluent-plugin-obsolete-plugins v0.2.2
48+
* fluent-plugin-opensearch v1.1.6 (update)
49+
* fluent-plugin-opentelemetry 0.5.2
50+
* fluent-plugin-prometheus v2.2.2 (update)
51+
* fluent-plugin-prometheus_pushgateway v0.2.1
52+
* fluent-plugin-record-modifier v2.2.1
53+
* fluent-plugin-rewrite-tag-filter v2.4.0
54+
* fluent-plugin-s3 v1.8.4
55+
* fluent-plugin-sd-dns 0.1.0
56+
* fluent-plugin-systemd v1.1.1
57+
* fluent-plugin-td v1.2.0
58+
* fluent-plugin-utmpx v0.5.0
59+
* fluent-plugin-webhdfs v1.6.0
60+
* mini_portile2 v2.8.9
61+
* prometheus-client v4.2.5
62+
* rdkafka v0.27.0 (update)
63+
* ruby-kafka v1.5.0
64+
* systemd-journal v2.1.1
65+
* td-client v3.0.0
66+
* webhdfs v0.11.0
67+
68+
On Windows
69+
70+
* fluent-plugin-parser-winevt_xml v0.2.8
71+
* fluent-plugin-windows-exporter v1.0.0
72+
* winevt_c v0.11.5 (update)
73+
* nokogiri v1.19.4 (update)
74+
575
## Release v6.0.3 - 2026/03/27
676

777
### News

0 commit comments

Comments
 (0)