Skip to content

Commit 79233d4

Browse files
authored
Add fluent-package 5.0.9 (#942)
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent d5220d9 commit 79233d4

5 files changed

Lines changed: 82 additions & 8 deletions

File tree

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

768
### News

fluent-package/Gemfile.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ GIT
99

1010
GIT
1111
remote: https://github.com/fluent/fluentd
12-
revision: 5114da659c360c3d7afdd2940ac129f7ffd00214
13-
ref: 5114da659c360c3d7afdd2940ac129f7ffd00214
12+
revision: 844c1d8711d94976910cf9a70e29464fbada2862
13+
ref: 844c1d8711d94976910cf9a70e29464fbada2862
1414
specs:
15-
fluentd (1.16.10)
15+
fluentd (1.16.11)
16+
base64 (~> 0.2)
1617
bundler
1718
certstore_c (~> 0.1.7)
1819
console (< 1.24)
1920
cool.io (>= 1.4.5, < 2.0.0)
21+
csv (~> 3.2)
22+
drb (~> 2.2)
2023
fiddle (~> 1.1)
2124
http_parser.rb (>= 0.5.1, < 0.9.0)
2225
logger (~> 1.6)
@@ -35,8 +38,8 @@ GIT
3538
GEM
3639
remote: https://rubygems.org/
3740
specs:
38-
addressable (2.8.7)
39-
public_suffix (>= 2.0.2, < 7.0)
41+
addressable (2.8.8)
42+
public_suffix (>= 2.0.2, < 8.0)
4043
async (1.31.0)
4144
console (~> 1.10)
4245
nio4r (~> 2.3)
@@ -88,7 +91,8 @@ GEM
8891
digest-crc (0.6.5)
8992
rake (>= 12.0.0, < 14.0.0)
9093
digest-murmurhash (1.1.1)
91-
elastic-transport (8.3.5)
94+
drb (2.2.3)
95+
elastic-transport (8.3.6)
9296
faraday (< 3)
9397
multi_json
9498
elasticsearch (8.8.0)

fluent-package/config.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PACKAGE_NAME = "fluent-package"
2-
PACKAGE_VERSION = "5.0.8"
2+
PACKAGE_VERSION = "5.0.9"
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 = '5114da659c360c3d7afdd2940ac129f7ffd00214' # v1.16.10
10+
FLUENTD_REVISION = '844c1d8711d94976910cf9a70e29464fbada2862' # v1.16.11
1111
FLUENTD_LOCAL_GEM_REPO = "file://" + File.expand_path(File.join(__dir__, "local_gem_repo"))
1212

1313
# https://github.com/jemalloc/jemalloc/releases

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.9-1) unstable; urgency=low
2+
3+
* New upstream release.
4+
5+
-- Shizuo Fujita <fujita@clear-code.com> Fri, 19 Dec 2025 07:40:07 -0000
6+
17
fluent-package (5.0.8-1) unstable; urgency=low
28

39
* New upstream release.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,9 @@ fi
378378
# NOTE: %{_tmpfilesdir} is available since CentOS 7
379379
%attr(0755,fluentd,fluentd) %dir /tmp/@PACKAGE_DIR@
380380
%changelog
381+
* Fri Dec 19 2025 Shizuo Fujita <fujita@clear-code.com> - 5.0.9-1
382+
- New upstream release.
383+
381384
* Mon Sep 29 2025 Shizuo Fujita <fujita@clear-code.com> - 5.0.8-1
382385
- New upstream release.
383386

0 commit comments

Comments
 (0)