Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit ad53012

Browse files
v1.16-4.10/filters Update all dependencies
1 parent ee8361d commit ad53012

2 files changed

Lines changed: 65 additions & 22 deletions

File tree

v1.16-4.10/filters/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ 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'
10-
gem 'fluent-plugin-record-modifier', '2.2.0'
10+
gem 'fluent-plugin-record-modifier', '2.2.1'
1111
gem 'fluent-plugin-kube-events-timestamp', '0.1.3'
1212
gem 'fluent-plugin-throttle', '0.0.5'
1313
gem 'fluent-plugin-rewrite-tag-filter', '2.4.0'

v1.16-4.10/filters/Gemfile.lock

Lines changed: 63 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,42 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
base64 (0.2.0)
5-
concurrent-ruby (1.2.3)
6-
console (1.23.7)
4+
async (2.36.0)
5+
console (~> 1.29)
76
fiber-annotation
8-
fiber-local
7+
io-event (~> 1.11)
8+
metrics (~> 0.12)
9+
traces (~> 0.18)
10+
async-http (0.94.2)
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.58)
17+
protocol-http1 (~> 0.36)
18+
protocol-http2 (~> 0.22)
19+
protocol-url (~> 0.2)
20+
traces (~> 0.10)
21+
async-pool (0.11.1)
22+
async (>= 2.0)
23+
base64 (0.3.0)
24+
concurrent-ruby (1.3.6)
25+
console (1.34.2)
26+
fiber-annotation
27+
fiber-local (~> 1.1)
928
json
10-
cool.io (1.8.1)
29+
cool.io (1.9.1)
30+
csv (3.3.5)
1131
dig_rb (1.0.1)
32+
drb (2.2.3)
1233
fiber-annotation (0.2.0)
1334
fiber-local (1.1.0)
1435
fiber-storage
15-
fiber-storage (1.0.0)
36+
fiber-storage (1.0.1)
1637
fluent-config-regexp-type (1.0.0)
1738
fluentd (> 1.0.0, < 2)
18-
fluent-plugin-concat (2.5.0)
39+
fluent-plugin-concat (2.6.0)
1940
fluentd (>= 0.14.0, < 2)
2041
fluent-plugin-dedot_filter (1.0.0)
2142
fluentd (>= 0.14.0, < 2)
@@ -41,7 +62,7 @@ GEM
4162
fluent-plugin-prometheus (2.2.1)
4263
fluentd (>= 1.9.1, < 2)
4364
prometheus-client (>= 2.1.0)
44-
fluent-plugin-record-modifier (2.2.0)
65+
fluent-plugin-record-modifier (2.2.1)
4566
fluentd (>= 1.1, < 2)
4667
fluent-plugin-rewrite-tag-filter (2.4.0)
4768
fluent-config-regexp-type
@@ -54,48 +75,70 @@ GEM
5475
fluentd (>= 0.14, < 2)
5576
lru_redux (>= 1.0.0)
5677
user_agent_parser (>= 2.2.0)
57-
fluentd (1.16.7)
78+
fluentd (1.19.1)
79+
async-http (~> 0.86)
80+
base64 (~> 0.2)
5881
bundler
59-
console (< 1.24)
6082
cool.io (>= 1.4.5, < 2.0.0)
83+
csv (~> 3.2)
84+
drb (~> 2.2)
6185
http_parser.rb (>= 0.5.1, < 0.9.0)
62-
logger (= 1.6.2)
86+
logger (~> 1.6)
6387
msgpack (>= 1.3.1, < 2.0.0)
6488
serverengine (>= 2.3.2, < 3.0.0)
6589
sigdump (~> 0.2.5)
6690
strptime (>= 0.2.4, < 1.0.0)
6791
tzinfo (>= 1.0, < 3.0)
6892
tzinfo-data (~> 1.0)
93+
uri (~> 1.0, < 1.1.0)
6994
webrick (~> 1.4)
7095
yajl-ruby (~> 1.0)
96+
zstd-ruby (~> 1.5)
7197
geoip-c (0.9.1)
7298
geoip2_c (0.3.4)
73-
http_parser.rb (0.8.0)
74-
json (2.9.1)
99+
http_parser.rb (0.8.1)
100+
io-endpoint (0.16.0)
101+
io-event (1.14.2)
102+
io-stream (0.11.1)
103+
json (2.18.0)
75104
logfmt (0.0.10)
76-
logger (1.6.2)
105+
logger (1.7.0)
77106
lru_redux (1.1.0)
78-
msgpack (1.7.5)
107+
metrics (0.15.0)
108+
msgpack (1.8.0)
79109
myslog (0.1.1)
80110
prometheus-client (4.2.4)
81111
base64
82-
serverengine (2.3.2)
112+
protocol-hpack (1.5.1)
113+
protocol-http (0.58.1)
114+
protocol-http1 (0.37.0)
115+
protocol-http (~> 0.58)
116+
protocol-http2 (0.24.0)
117+
protocol-hpack (~> 1.4)
118+
protocol-http (~> 0.47)
119+
protocol-url (0.4.0)
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.18.2)
86127
tzinfo (2.0.6)
87128
concurrent-ruby (~> 1.0)
88-
tzinfo-data (1.2023.4)
129+
tzinfo-data (1.2025.3)
89130
tzinfo (>= 1.0.0)
131+
uri (1.0.4)
90132
user_agent_parser (2.16.0)
91-
webrick (1.8.2)
133+
webrick (1.9.2)
92134
yajl-ruby (1.4.3)
135+
zstd-ruby (1.5.7.1)
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)
@@ -105,7 +148,7 @@ DEPENDENCIES
105148
fluent-plugin-mysqlslowquery (= 0.0.9)
106149
fluent-plugin-parser-logfmt (= 0.0.0)
107150
fluent-plugin-prometheus (= 2.2.1)
108-
fluent-plugin-record-modifier (= 2.2.0)
151+
fluent-plugin-record-modifier (= 2.2.1)
109152
fluent-plugin-rewrite-tag-filter (= 2.4.0)
110153
fluent-plugin-tag-normaliser (= 0.1.3)
111154
fluent-plugin-throttle (= 0.0.5)

0 commit comments

Comments
 (0)