Skip to content

Commit f257c42

Browse files
authored
gem: update fluent-plugin-systemd (#859)
A problem in systemd-journal was solved by ledbettj/systemd-journal#109, and the fix has been released as systemd-journal 2.1.1. Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent d47abe4 commit f257c42

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

fluent-package/Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,5 @@ gem "capng_c", "0.2.3", platforms: not_windows_platforms
112112
unless platform_centos7?
113113
gem "rdkafka", "0.21.0", platforms: not_windows_platforms
114114
end
115-
# Keep systemd-journal 2.0.0 and f-p-systemd 1.1.0 until regression issue is fixed
116-
# See https://github.com/ledbettj/systemd-journal/pull/109
117-
gem "systemd-journal", "2.0.0", platforms: not_windows_platforms
118-
gem "fluent-plugin-systemd", "1.1.0", platforms: not_windows_platforms
115+
gem "fluent-plugin-systemd", "1.1.1", platforms: not_windows_platforms
119116
gem "fluent-plugin-utmpx", "0.5.0", platforms: not_windows_platforms

fluent-package/Gemfile.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ GEM
191191
fluentd (>= 0.14.22, < 2)
192192
fluent-plugin-sd-dns (0.1.0)
193193
fluentd (>= 1.8)
194-
fluent-plugin-systemd (1.1.0)
194+
fluent-plugin-systemd (1.1.1)
195195
fluentd (>= 0.14.11, < 2)
196-
systemd-journal (~> 2.0.0)
196+
systemd-journal (~> 2.1.0)
197197
fluent-plugin-td (1.2.0)
198198
fluentd (>= 0.14.13, < 2)
199199
td-client (>= 1.0.8)
@@ -279,7 +279,7 @@ GEM
279279
sigdump (~> 0.2.2)
280280
sigdump (0.2.5)
281281
strptime (0.2.5)
282-
systemd-journal (2.0.0)
282+
systemd-journal (2.1.1)
283283
ffi (~> 1.9)
284284
td (0.18.0)
285285
hirb (>= 0.4.5)
@@ -361,7 +361,7 @@ DEPENDENCIES
361361
fluent-plugin-rewrite-tag-filter (= 2.4.0)
362362
fluent-plugin-s3 (= 1.8.3)
363363
fluent-plugin-sd-dns (= 0.1.0)
364-
fluent-plugin-systemd (= 1.1.0)
364+
fluent-plugin-systemd (= 1.1.1)
365365
fluent-plugin-td (= 1.2.0)
366366
fluent-plugin-utmpx (= 0.5.0)
367367
fluent-plugin-webhdfs (= 1.6.0)
@@ -382,7 +382,6 @@ DEPENDENCIES
382382
ruby-kafka (= 1.5.0)
383383
serverengine (= 2.4.0)
384384
sigdump (= 0.2.5)
385-
systemd-journal (= 2.0.0)
386385
td (= 0.18.0)
387386
td-client (= 2.0.0)
388387
tzinfo (= 2.0.6)

0 commit comments

Comments
 (0)