Skip to content

Commit ec54dc9

Browse files
v1.16-4.10/filters Update dependency fluent-plugin-concat to v2.6.0
1 parent 6c6e9ec commit ec54dc9

File tree

2 files changed

+60
-17
lines changed

2 files changed

+60
-17
lines changed

v1.16-4.10/filters/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem 'fluent-plugin-prometheus', '2.2.1'
55
gem 'fluent-plugin-dedot_filter', '1.0.0'
66
gem 'fluent-plugin-geoip', '1.3.2'
77
gem 'fluent-plugin-tag-normaliser', '0.1.3'
8-
gem 'fluent-plugin-concat', '2.5.0'
8+
gem 'fluent-plugin-concat', '2.6.0'
99
gem 'fluent-plugin-parser-logfmt', '0.0.0'
1010
gem 'fluent-plugin-record-modifier', '2.2.0'
1111
gem 'fluent-plugin-kube-events-timestamp', '0.1.3'

v1.16-4.10/filters/Gemfile.lock

Lines changed: 59 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,41 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
async (2.24.0)
5+
console (~> 1.29)
6+
fiber-annotation
7+
io-event (~> 1.9)
8+
metrics (~> 0.12)
9+
traces (~> 0.15)
10+
async-http (0.91.0)
11+
async (>= 2.10.2)
12+
async-pool (~> 0.11)
13+
io-endpoint (~> 0.14)
14+
io-stream (~> 0.6)
15+
metrics (~> 0.12)
16+
protocol-http (~> 0.49)
17+
protocol-http1 (~> 0.30)
18+
protocol-http2 (~> 0.22)
19+
traces (~> 0.10)
20+
async-pool (0.11.0)
21+
async (>= 2.0)
422
base64 (0.2.0)
5-
concurrent-ruby (1.2.3)
6-
console (1.23.7)
23+
concurrent-ruby (1.3.5)
24+
console (1.33.0)
725
fiber-annotation
8-
fiber-local
26+
fiber-local (~> 1.1)
927
json
10-
cool.io (1.8.1)
28+
cool.io (1.9.0)
29+
csv (3.3.5)
1130
dig_rb (1.0.1)
31+
drb (2.2.3)
1232
fiber-annotation (0.2.0)
1333
fiber-local (1.1.0)
1434
fiber-storage
15-
fiber-storage (1.0.0)
35+
fiber-storage (1.0.1)
1636
fluent-config-regexp-type (1.0.0)
1737
fluentd (> 1.0.0, < 2)
18-
fluent-plugin-concat (2.5.0)
38+
fluent-plugin-concat (2.6.0)
1939
fluentd (>= 0.14.0, < 2)
2040
fluent-plugin-dedot_filter (1.0.0)
2141
fluentd (>= 0.14.0, < 2)
@@ -54,48 +74,71 @@ GEM
5474
fluentd (>= 0.14, < 2)
5575
lru_redux (>= 1.0.0)
5676
user_agent_parser (>= 2.2.0)
57-
fluentd (1.16.7)
77+
fluentd (1.19.0)
78+
async-http (~> 0.86)
79+
base64 (~> 0.2)
5880
bundler
59-
console (< 1.24)
6081
cool.io (>= 1.4.5, < 2.0.0)
82+
csv (~> 3.2)
83+
drb (~> 2.2)
6184
http_parser.rb (>= 0.5.1, < 0.9.0)
62-
logger (= 1.6.2)
85+
io-event (< 1.11.0)
86+
io-stream (< 0.8.0)
87+
logger (~> 1.6)
6388
msgpack (>= 1.3.1, < 2.0.0)
6489
serverengine (>= 2.3.2, < 3.0.0)
6590
sigdump (~> 0.2.5)
6691
strptime (>= 0.2.4, < 1.0.0)
6792
tzinfo (>= 1.0, < 3.0)
6893
tzinfo-data (~> 1.0)
94+
uri (~> 1.0)
6995
webrick (~> 1.4)
7096
yajl-ruby (~> 1.0)
97+
zstd-ruby (~> 1.5)
7198
geoip-c (0.9.1)
7299
geoip2_c (0.3.4)
73100
http_parser.rb (0.8.0)
74-
json (2.9.1)
101+
io-endpoint (0.15.2)
102+
io-event (1.10.2)
103+
io-stream (0.7.0)
104+
json (2.13.2)
75105
logfmt (0.0.10)
76-
logger (1.6.2)
106+
logger (1.7.0)
77107
lru_redux (1.1.0)
78-
msgpack (1.7.5)
108+
metrics (0.13.0)
109+
msgpack (1.8.0)
79110
myslog (0.1.1)
80111
prometheus-client (4.2.4)
81112
base64
82-
serverengine (2.3.2)
113+
protocol-hpack (1.5.1)
114+
protocol-http (0.53.0)
115+
protocol-http1 (0.34.1)
116+
protocol-http (~> 0.22)
117+
protocol-http2 (0.22.1)
118+
protocol-hpack (~> 1.4)
119+
protocol-http (~> 0.47)
120+
serverengine (2.4.0)
121+
base64 (~> 0.1)
122+
logger (~> 1.4)
83123
sigdump (~> 0.2.2)
84124
sigdump (0.2.5)
85125
strptime (0.2.5)
126+
traces (0.17.0)
86127
tzinfo (2.0.6)
87128
concurrent-ruby (~> 1.0)
88-
tzinfo-data (1.2023.4)
129+
tzinfo-data (1.2025.2)
89130
tzinfo (>= 1.0.0)
131+
uri (1.0.3)
90132
user_agent_parser (2.16.0)
91-
webrick (1.8.2)
133+
webrick (1.9.1)
92134
yajl-ruby (1.4.3)
135+
zstd-ruby (1.5.7.0)
93136

94137
PLATFORMS
95138
ruby
96139

97140
DEPENDENCIES
98-
fluent-plugin-concat (= 2.5.0)
141+
fluent-plugin-concat (= 2.6.0)
99142
fluent-plugin-dedot_filter (= 1.0.0)
100143
fluent-plugin-detect-exceptions (= 0.0.16)
101144
fluent-plugin-geoip (= 1.3.2)

0 commit comments

Comments
 (0)