File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,10 @@ gem "msgpack", "1.8.0"
24
24
gem "oj" , "3.16.11"
25
25
gem "tzinfo" , "2.0.6"
26
26
gem "tzinfo-data" , "1.2025.2"
27
- gem "async" , "2.26.0"
27
+
28
+ # Fluentd v1.19.0 requires io-event 1.10.x or before.
29
+ # The dependency condition cannot be met with async >= 2.25
30
+ gem "async" , "2.24.0"
28
31
gem "async-http" , "0.89.0"
29
32
gem "webrick" , "1.9.1"
30
33
Original file line number Diff line number Diff line change 9
9
10
10
GIT
11
11
remote: https://github.com/fluent/fluentd
12
- revision: bee06706104aad4ee243f2e959c6d18005762b35
13
- ref: bee06706104aad4ee243f2e959c6d18005762b35
12
+ revision: ed15edc4b7c86c1fcea3fbf326b7c42325e6fc71
13
+ ref: ed15edc4b7c86c1fcea3fbf326b7c42325e6fc71
14
14
specs:
15
- fluentd (1.18 .0 )
15
+ fluentd (1.19 .0 )
16
16
async-http (~> 0.86 )
17
17
base64 (~> 0.2 )
18
18
bundler
22
22
drb (~> 2.2 )
23
23
fiddle (~> 1.1 )
24
24
http_parser.rb (>= 0.5.1 , < 0.9.0 )
25
+ io-event (< 1.11.0 )
26
+ io-stream (< 0.8.0 )
25
27
logger (~> 1.6 )
26
28
msgpack (>= 1.3.1 , < 2.0.0 )
27
29
serverengine (>= 2.3.2 , < 3.0.0 )
42
44
specs:
43
45
addressable (2.8.7 )
44
46
public_suffix (>= 2.0.2 , < 7.0 )
45
- async (2.26 .0 )
47
+ async (2.24 .0 )
46
48
console (~> 1.29 )
47
49
fiber-annotation
48
- io-event (~> 1.12 )
50
+ io-event (~> 1.9 )
49
51
metrics (~> 0.12 )
50
52
traces (~> 0.15 )
51
53
async-http (0.89.0 )
225
227
httpclient (2.9.0 )
226
228
mutex_m
227
229
io-endpoint (0.15.2 )
228
- io-event (1.12.0 )
229
- io-stream (0.10 .0 )
230
+ io-event (1.10.2 )
231
+ io-stream (0.7 .0 )
230
232
jmespath (1.6.2 )
231
233
json (2.13.0 )
232
234
linux-utmpx (0.3.0 )
@@ -338,7 +340,7 @@ PLATFORMS
338
340
x86_64-linux
339
341
340
342
DEPENDENCIES
341
- async (= 2.26 .0 )
343
+ async (= 2.24 .0 )
342
344
async-http (= 0.89.0 )
343
345
aws-partitions (= 1.1134.0 )
344
346
aws-sdk-core (= 3.227.0 )
Original file line number Diff line number Diff line change 7
7
PACKAGE_DIR = "fluent"
8
8
COMPAT_PACKAGE_DIR = COMPAT_SERVICE_NAME
9
9
10
- FLUENTD_REVISION = 'cefbc62e21570c4761a78297d481adff51e36692 ' # HEAD #5031
10
+ FLUENTD_REVISION = 'ed15edc4b7c86c1fcea3fbf326b7c42325e6fc71 ' # v1.19.0
11
11
FLUENTD_LOCAL_GEM_REPO = "file://" + File . expand_path ( File . join ( __dir__ , "local_gem_repo" ) )
12
12
13
13
# https://github.com/jemalloc/jemalloc/releases
You can’t perform that action at this time.
0 commit comments