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

Commit 0a214d1

Browse files
v1.16-4.10/filters Update all dependencies
1 parent 1f5d3da commit 0a214d1

2 files changed

Lines changed: 70 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: 68 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.38.1)
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.2)
22+
async (>= 2.0)
23+
base64 (0.3.0)
24+
concurrent-ruby (1.3.6)
25+
console (1.34.3)
26+
fiber-annotation
27+
fiber-local (~> 1.1)
928
json
10-
cool.io (1.8.1)
29+
cool.io (1.9.4)
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,75 @@ 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.2)
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)
88+
net-http (~> 0.8)
89+
ostruct (~> 0.6)
6490
serverengine (>= 2.3.2, < 3.0.0)
6591
sigdump (~> 0.2.5)
6692
strptime (>= 0.2.4, < 1.0.0)
6793
tzinfo (>= 1.0, < 3.0)
6894
tzinfo-data (~> 1.0)
95+
uri (~> 1.0)
6996
webrick (~> 1.4)
7097
yajl-ruby (~> 1.0)
98+
zstd-ruby (~> 1.5)
7199
geoip-c (0.9.1)
72100
geoip2_c (0.3.4)
73-
http_parser.rb (0.8.0)
74-
json (2.9.1)
101+
http_parser.rb (0.8.1)
102+
io-endpoint (0.17.2)
103+
io-event (1.14.5)
104+
io-stream (0.11.1)
105+
json (2.19.2)
75106
logfmt (0.0.10)
76-
logger (1.6.2)
107+
logger (1.7.0)
77108
lru_redux (1.1.0)
78-
msgpack (1.7.5)
109+
metrics (0.15.0)
110+
msgpack (1.8.0)
79111
myslog (0.1.1)
112+
net-http (0.9.1)
113+
uri (>= 0.11.1)
114+
ostruct (0.6.3)
80115
prometheus-client (4.2.4)
81116
base64
82-
serverengine (2.3.2)
117+
protocol-hpack (1.5.1)
118+
protocol-http (0.60.0)
119+
protocol-http1 (0.37.0)
120+
protocol-http (~> 0.58)
121+
protocol-http2 (0.24.0)
122+
protocol-hpack (~> 1.4)
123+
protocol-http (~> 0.47)
124+
protocol-url (0.4.0)
125+
serverengine (2.4.0)
126+
base64 (~> 0.1)
127+
logger (~> 1.4)
83128
sigdump (~> 0.2.2)
84129
sigdump (0.2.5)
85130
strptime (0.2.5)
131+
traces (0.18.2)
86132
tzinfo (2.0.6)
87133
concurrent-ruby (~> 1.0)
88-
tzinfo-data (1.2023.4)
134+
tzinfo-data (1.2026.1)
89135
tzinfo (>= 1.0.0)
136+
uri (1.1.1)
90137
user_agent_parser (2.16.0)
91-
webrick (1.8.2)
138+
webrick (1.9.2)
92139
yajl-ruby (1.4.3)
140+
zstd-ruby (1.5.7.1)
93141

94142
PLATFORMS
95143
ruby
96144

97145
DEPENDENCIES
98-
fluent-plugin-concat (= 2.5.0)
146+
fluent-plugin-concat (= 2.6.0)
99147
fluent-plugin-dedot_filter (= 1.0.0)
100148
fluent-plugin-detect-exceptions (= 0.0.16)
101149
fluent-plugin-geoip (= 1.3.2)
@@ -105,7 +153,7 @@ DEPENDENCIES
105153
fluent-plugin-mysqlslowquery (= 0.0.9)
106154
fluent-plugin-parser-logfmt (= 0.0.0)
107155
fluent-plugin-prometheus (= 2.2.1)
108-
fluent-plugin-record-modifier (= 2.2.0)
156+
fluent-plugin-record-modifier (= 2.2.1)
109157
fluent-plugin-rewrite-tag-filter (= 2.4.0)
110158
fluent-plugin-tag-normaliser (= 0.1.3)
111159
fluent-plugin-throttle (= 0.0.5)

0 commit comments

Comments
 (0)