Skip to content

Commit 07171d6

Browse files
authored
Release 5.0.6 (#783)
* Bump version to v5.0.6 * Update bundled Fluentd to v1.16.7 * Update bundled core gems * Update bundled gems * Update bundled Ruby version to 3.2.7 * msi: bump temporary working Ruby version to latest * Update rubygems lock file * Add changelog for v5.0.6
1 parent d19d75b commit 07171d6

File tree

7 files changed

+104
-30
lines changed

7 files changed

+104
-30
lines changed

CHANGELOG.md

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

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

5+
## Release v5.0.6 - 2025/02/14
6+
7+
### News
8+
9+
* Update Ruby to 3.2.7 (#783)
10+
* Update fluentd to 1.16.7 (#783)
11+
* Update bundled gems
12+
* msi: Fixed to keep some registry values with update (#779)
13+
14+
### Core component
15+
16+
* ruby v3.2.7 (update)
17+
* jemalloc v3.6.0
18+
* OpenSSL 3.4.0 Windows
19+
* OpenSSL 3.0.8 macOS
20+
* fluentd v1.16.7 (update)
21+
* msgpack 1.7.5 (update)
22+
* oj 3.16.5
23+
* webrick 1.8.2
24+
25+
### Bundled plugins and gems
26+
27+
* aws-partitions v1.785.0
28+
* aws-sdk-core v3.178.0
29+
* aws-sdk-kms v1.71.0
30+
* aws-sdk-s3 v1.129.0
31+
* aws-sdk-sqs v1.61.0
32+
* aws-sigv4 v1.6.0
33+
* elasticsearch v8.8.0
34+
* fluent-diagtool v1.0.5
35+
* fluent-plugin-calyptia-monitoring v0.1.3
36+
* fluent-plugin-elasticsearch v5.4.0
37+
* fluent-plugin-flowcounter-simple 0.1.0
38+
* fluent-plugin-kafka v0.19.3 (update)
39+
* fluent-plugin-metrics-cmetrics v0.1.2
40+
* fluent-plugin-opensearch v1.1.4
41+
* fluent-plugin-prometheus v2.1.0
42+
* fluent-plugin-prometheus_pushgateway v0.1.1
43+
* fluent-plugin-record-modifier v2.1.1
44+
* fluent-plugin-rewrite-tag-filter v2.4.0
45+
* fluent-plugin-s3 v1.7.2
46+
* fluent-plugin-sd-dns 0.1.0
47+
* fluent-plugin-systemd v1.1.0
48+
* fluent-plugin-td v1.2.0
49+
* fluent-plugin-utmpx v0.5.0
50+
* fluent-plugin-webhdfs v1.5.0
51+
* mini_portile2 v2.8.2
52+
* prometheus-client v2.1.0
53+
* rdkafka v0.12.0
54+
* ruby-kafka v1.5.0
55+
* systemd-journal v2.0.0
56+
* td-client v1.0.8
57+
* webhdfs v0.10.2
58+
59+
On Windows
60+
61+
* fluent-plugin-parser-winevt_xml v0.2.7
62+
* fluent-plugin-windows-exporter v1.0.0
63+
* winevt_c v0.10.2 (update)
64+
* nokogiri v1.16.8 (update)
65+
566
## Release v5.0.5 - 2024/11/08
667

768
### News

fluent-package/Gemfile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ gem "sigdump", "0.2.5"
1414
gem "http_parser.rb", "0.8.0"
1515
gem "yajl-ruby", "1.4.3"
1616
gem "serverengine", '2.3.2'
17-
gem "msgpack", "1.7.3"
17+
gem "msgpack", "1.7.5"
1818
gem "oj", "3.16.5"
1919
gem "tzinfo", "2.0.6"
20-
gem "tzinfo-data", "1.2024.2"
20+
gem "tzinfo-data", "1.2025.1"
2121
gem "async", "1.31.0"
2222
gem "async-http", "0.61.0"
2323
gem "webrick", "1.8.2"
@@ -49,8 +49,10 @@ gem "elasticsearch", "8.8.0"
4949
gem "fluent-plugin-elasticsearch", "5.4.0"
5050
gem "ruby-kafka", "1.5.0"
5151
gem "digest-murmurhash", "1.1.1"
52-
gem "fluent-plugin-kafka", "0.19.2"
53-
# f-p-prometheus_pushgateway doesn't support prometheus 3.0 or later
52+
gem "fluent-plugin-kafka", "0.19.3"
53+
# f-p-prometheus_pushgateway doesn't support:
54+
# * prometheus 2.2.0 or later
55+
# * prometheus-client 3.0 or later
5456
gem "prometheus-client", "2.1.0"
5557
gem "fluent-plugin-prometheus", "2.1.0"
5658
gem "fluent-plugin-prometheus_pushgateway", "0.1.1"
@@ -83,12 +85,12 @@ gem "fluent-plugin-opensearch", "1.1.4"
8385
windows_platforms = [:mingw, :x64_mingw] # :mswin
8486
gem "ffi", "1.15.5", platforms: windows_platforms
8587
gem "ffi-win32-extensions", "1.0.4", platforms: windows_platforms
86-
gem "nokogiri", "1.16.6", platforms: windows_platforms
88+
gem "nokogiri", "1.16.8", platforms: windows_platforms
8789
gem "win32-event", "0.6.3", platforms: windows_platforms
8890
gem "win32-ipc", "0.7.0", platforms: windows_platforms
8991
# Use officially released version when PR was merged and released.
9092
#gem "win32-service", "2.3.2", platforms: windows_platforms
91-
gem "winevt_c", "0.10.1", platforms: windows_platforms
93+
gem "winevt_c", "0.10.2", platforms: windows_platforms
9294
gem "win32-eventlog", "0.6.7", platforms: windows_platforms
9395
gem "fluent-plugin-parser-winevt_xml", "0.2.7", platforms: windows_platforms
9496
gem "fluent-plugin-windows-eventlog", "0.8.3", platforms: windows_platforms

fluent-package/Gemfile.lock

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ GIT
99

1010
GIT
1111
remote: https://github.com/fluent/fluentd
12-
revision: fa1cfbb0335e7751a2fd5547897ab611484ee000
13-
ref: fa1cfbb0335e7751a2fd5547897ab611484ee000
12+
revision: 6e7d056ec21db1ca1b5dbd50ca04afeac2b8ca7b
13+
ref: 6e7d056ec21db1ca1b5dbd50ca04afeac2b8ca7b
1414
specs:
15-
fluentd (1.16.6)
15+
fluentd (1.16.7)
1616
bundler
1717
certstore_c (~> 0.1.7)
1818
console (< 1.24)
1919
cool.io (>= 1.4.5, < 2.0.0)
2020
http_parser.rb (>= 0.5.1, < 0.9.0)
21+
logger (= 1.6.2)
2122
msgpack (>= 1.3.1, < 2.0.0)
2223
serverengine (>= 2.3.2, < 3.0.0)
2324
sigdump (~> 0.2.5)
@@ -82,11 +83,11 @@ GEM
8283
fiber-local
8384
json
8485
cool.io (1.8.0)
85-
csv (3.3.0)
86+
csv (3.3.2)
8687
digest-crc (0.6.5)
8788
rake (>= 12.0.0, < 14.0.0)
8889
digest-murmurhash (1.1.1)
89-
elastic-transport (8.3.2)
90+
elastic-transport (8.3.5)
9091
faraday (< 3)
9192
multi_json
9293
elasticsearch (8.8.0)
@@ -111,7 +112,7 @@ GEM
111112
ffi
112113
fiber-annotation (0.2.0)
113114
fiber-local (1.0.0)
114-
fileutils (1.7.2)
115+
fileutils (1.7.3)
115116
fluent-config-regexp-type (1.0.0)
116117
fluentd (> 1.0.0, < 2)
117118
fluent-diagtool (1.0.5)
@@ -130,7 +131,7 @@ GEM
130131
fluentd (>= 0.14.22)
131132
fluent-plugin-flowcounter-simple (0.1.0)
132133
fluentd (>= 1.0)
133-
fluent-plugin-kafka (0.19.2)
134+
fluent-plugin-kafka (0.19.3)
134135
fluentd (>= 0.10.58, < 2)
135136
ltsv
136137
ruby-kafka (>= 1.5.0, < 2)
@@ -190,15 +191,16 @@ GEM
190191
http_parser.rb (0.8.0)
191192
httpclient (2.8.3)
192193
jmespath (1.6.2)
193-
json (2.7.4)
194+
json (2.7.6)
194195
linux-utmpx (0.3.0)
195196
bindata (~> 2.4.8)
197+
logger (1.6.2)
196198
ltsv (0.1.2)
197199
mini_portile2 (2.8.2)
198-
msgpack (1.7.3)
200+
msgpack (1.7.5)
199201
multi_json (1.15.0)
200202
nio4r (2.6.1)
201-
nokogiri (1.16.6)
203+
nokogiri (1.16.8)
202204
mini_portile2 (~> 2.8.2)
203205
racc (~> 1.4)
204206
oj (3.16.5)
@@ -265,7 +267,7 @@ GEM
265267
traces (0.11.1)
266268
tzinfo (2.0.6)
267269
concurrent-ruby (~> 1.0)
268-
tzinfo-data (1.2024.2)
270+
tzinfo-data (1.2025.1)
269271
tzinfo (>= 1.0.0)
270272
webhdfs (0.10.2)
271273
addressable
@@ -276,7 +278,7 @@ GEM
276278
ffi
277279
win32-ipc (0.7.0)
278280
ffi
279-
winevt_c (0.10.1)
281+
winevt_c (0.10.2)
280282
yajl-ruby (1.4.3)
281283
zip-zip (0.3)
282284
rubyzip (>= 1.0.0)
@@ -307,7 +309,7 @@ DEPENDENCIES
307309
fluent-plugin-calyptia-monitoring (= 0.1.3)
308310
fluent-plugin-elasticsearch (= 5.4.0)
309311
fluent-plugin-flowcounter-simple (= 0.1.0)
310-
fluent-plugin-kafka (= 0.19.2)
312+
fluent-plugin-kafka (= 0.19.3)
311313
fluent-plugin-metrics-cmetrics (= 0.1.2)
312314
fluent-plugin-opensearch (= 1.1.4)
313315
fluent-plugin-parser-winevt_xml (= 0.2.7)
@@ -328,8 +330,8 @@ DEPENDENCIES
328330
httpclient (= 2.8.3)
329331
jmespath (= 1.6.2)
330332
mini_portile2 (= 2.8.2)
331-
msgpack (= 1.7.3)
332-
nokogiri (= 1.16.6)
333+
msgpack (= 1.7.5)
334+
nokogiri (= 1.16.8)
333335
oj (= 3.16.5)
334336
opensearch-ruby (= 2.1.0)
335337
prometheus-client (= 2.1.0)
@@ -342,14 +344,14 @@ DEPENDENCIES
342344
td (= 0.17.1)
343345
td-client (= 1.0.8)
344346
tzinfo (= 2.0.6)
345-
tzinfo-data (= 1.2024.2)
347+
tzinfo-data (= 1.2025.1)
346348
webhdfs (= 0.10.2)
347349
webrick (= 1.8.2)
348350
win32-event (= 0.6.3)
349351
win32-eventlog (= 0.6.7)
350352
win32-ipc (= 0.7.0)
351353
win32-service!
352-
winevt_c (= 0.10.1)
354+
winevt_c (= 0.10.2)
353355
yajl-ruby (= 1.4.3)
354356

355357
BUNDLED WITH

fluent-package/config.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PACKAGE_NAME = "fluent-package"
2-
PACKAGE_VERSION = "5.0.5"
2+
PACKAGE_VERSION = "5.0.6"
33

44
# Keep internal path (/opt/td-agent) for package name migration
55
SERVICE_NAME = "fluentd"
66
COMPAT_SERVICE_NAME = "td-agent"
77
PACKAGE_DIR = "fluent"
88
COMPAT_PACKAGE_DIR = COMPAT_SERVICE_NAME
99

10-
FLUENTD_REVISION = 'fa1cfbb0335e7751a2fd5547897ab611484ee000' # v1.16.6
10+
FLUENTD_REVISION = '6e7d056ec21db1ca1b5dbd50ca04afeac2b8ca7b' # v1.16.7
1111
FLUENTD_LOCAL_GEM_REPO = "file://" + File.expand_path(File.join(__dir__, "local_gem_repo"))
1212

1313
# https://github.com/jemalloc/jemalloc/releases
@@ -23,17 +23,17 @@
2323
BUNDLER_VERSION= "2.3.27"
2424

2525
# https://www.ruby-lang.org/en/downloads/ (tar.gz)
26-
BUNDLED_RUBY_VERSION = "3.2.6"
27-
BUNDLED_RUBY_SOURCE_SHA256SUM = "d9cb65ecdf3f18669639f2638b63379ed6fbb17d93ae4e726d4eb2bf68a48370"
26+
BUNDLED_RUBY_VERSION = "3.2.7"
27+
BUNDLED_RUBY_SOURCE_SHA256SUM = "8488fa620ff0333c16d437f2b890bba3b67f8745fdecb1472568a6114aad9741"
2828

2929
BUNDLED_RUBY_PATCHES = [
3030
# An example entry:
3131
# ["ruby-3.0/0001-ruby-resolv-Fix-confusion-of-received-response-messa.patch", ["= 3.0.1"]],
3232
]
3333

3434
# https://rubyinstaller.org/downloads/ (7-ZIP ARCHIVES)
35-
BUNDLED_RUBY_INSTALLER_X64_VERSION = "3.2.6-1"
36-
BUNDLED_RUBY_INSTALLER_X64_SHA256SUM = "549616f2964301616fd713e5590f024b63b28d6cc5e5033c87eff32e0d1fa2d2"
35+
BUNDLED_RUBY_INSTALLER_X64_VERSION = "3.2.7-1"
36+
BUNDLED_RUBY_INSTALLER_X64_SHA256SUM = "f0d1a8ec7b778432a8ab6a4d7d41c21ae3f9d2849e048fce4e2ba648c3821dbc"
3737

3838
# Files under rubyinstaller/ are patches for RubyInstaller's binary package.
3939
# Other patches for Ruby's source tree which can be shared with BUNDLED_RUBY_PATCHES.

fluent-package/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
fluent-package (5.0.6-1) unstable; urgency=low
2+
3+
* New upstream release.
4+
5+
-- Kentaro Hayashi <[email protected]> Fri, 14 Feb 2025 06:48:12 -0000
6+
17
fluent-package (5.0.5-1) unstable; urgency=low
28

39
* New upstream release.

fluent-package/msi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN \
3131
choco install -y git wixtoolset 7zip && \
3232
choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System' && \
3333
choco install -y msys2 --params /NoUpdate --version=20230718.0.0 && \
34-
choco install ruby -y --version=3.2.4.1 && \
34+
choco install ruby -y --version=3.2.6.1 && \
3535
refreshenv && \
3636
ridk install 3 && \
3737
gem install --no-document --force bundler builder

fluent-package/yum/fluent-package.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ fi
371371
# NOTE: %{_tmpfilesdir} is available since CentOS 7
372372
%attr(0755,fluentd,fluentd) %dir /tmp/@PACKAGE_DIR@
373373
%changelog
374+
* Fri Feb 14 2025 Kentaro Hayashi <[email protected]> - 5.0.6-1
375+
- New upstream release.
376+
374377
* Fri Nov 08 2024 HAYASHI Kentaro <[email protected]> - 5.0.5-1
375378
- New upstream release.
376379

0 commit comments

Comments
 (0)