Skip to content

Commit 6f781e5

Browse files
committed
update Fluentd for 1.18 test (#741)
Follow update of: * https://github.com/fluent/fluentd/tree/restart-without-downtime-test-for-1.18 Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
1 parent 7477da2 commit 6f781e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fluent-package/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ GIT
99

1010
GIT
1111
remote: https://github.com/fluent/fluentd
12-
revision: 759bb582a1d4a1b1d163197870669f7bee0aa148
13-
ref: 759bb582a1d4a1b1d163197870669f7bee0aa148
12+
revision: 4285c165b1c94d5622475564c4ab269a0cc125e1
13+
ref: 4285c165b1c94d5622475564c4ab269a0cc125e1
1414
specs:
1515
fluentd (1.18.0)
1616
base64 (~> 0.2)

fluent-package/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
PACKAGE_DIR = "fluent"
88
COMPAT_PACKAGE_DIR = COMPAT_SERVICE_NAME
99

10-
FLUENTD_REVISION = '759bb582a1d4a1b1d163197870669f7bee0aa148' # test no-downtime (TODO fix later)
10+
FLUENTD_REVISION = '4285c165b1c94d5622475564c4ab269a0cc125e1' # test no-downtime (TODO fix later)
1111
FLUENTD_LOCAL_GEM_REPO = "file://" + File.expand_path(File.join(__dir__, "local_gem_repo"))
1212

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

0 commit comments

Comments
 (0)