Skip to content

Commit 5ceb571

Browse files
authored
Merge pull request #2266 from kube-logging/dependabot/bundler/images/fluentd/filters/fluentd-1.19.3
chore(deps): bump fluentd from 1.18.0 to 1.19.3 in /images/fluentd/filters
2 parents 8394afe + df4f03a commit 5ceb571

1 file changed

Lines changed: 53 additions & 3 deletions

File tree

images/fluentd/filters/Gemfile.lock

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,40 @@
11
GEM
22
remote: https://index.rubygems.org/
33
specs:
4+
async (2.41.0)
5+
console (~> 1.29)
6+
fiber-annotation
7+
io-event (~> 1.11)
8+
metrics (~> 0.12)
9+
traces (~> 0.18)
10+
async-http (0.95.1)
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.62)
17+
protocol-http1 (~> 0.39)
18+
protocol-http2 (~> 0.26)
19+
protocol-url (~> 0.2)
20+
traces (~> 0.10)
21+
async-pool (0.11.2)
22+
async (>= 2.0)
423
base64 (0.3.0)
524
bigdecimal (3.3.1)
625
concurrent-ruby (1.3.7)
26+
console (1.36.0)
27+
fiber-annotation
28+
fiber-local (~> 1.1)
29+
json
730
cool.io (1.9.4)
831
csv (3.3.5)
932
dig_rb (1.0.1)
1033
drb (2.2.3)
34+
fiber-annotation (0.2.0)
35+
fiber-local (1.1.0)
36+
fiber-storage
37+
fiber-storage (1.0.1)
1138
fluent-config-regexp-type (1.0.0)
1239
fluentd (> 1.0.0, < 2)
1340
fluent-plugin-concat (2.6.1)
@@ -49,7 +76,8 @@ GEM
4976
fluentd (>= 0.14, < 2)
5077
lru_redux (>= 1.0.0)
5178
user_agent_parser (>= 2.2.0)
52-
fluentd (1.18.0)
79+
fluentd (1.19.3)
80+
async-http (~> 0.86)
5381
base64 (~> 0.2)
5482
bundler
5583
cool.io (>= 1.4.5, < 2.0.0)
@@ -58,40 +86,62 @@ GEM
5886
http_parser.rb (>= 0.5.1, < 0.9.0)
5987
logger (~> 1.6)
6088
msgpack (>= 1.3.1, < 2.0.0)
89+
net-http (~> 0.8)
90+
ostruct (~> 0.6)
6191
serverengine (>= 2.3.2, < 3.0.0)
6292
sigdump (~> 0.2.5)
6393
strptime (>= 0.2.4, < 1.0.0)
6494
tzinfo (>= 1.0, < 3.0)
6595
tzinfo-data (~> 1.0)
96+
uri (~> 1.0)
6697
webrick (~> 1.4)
6798
yajl-ruby (~> 1.0)
99+
zstd-ruby (~> 1.5)
68100
geoip-c (0.9.1)
69101
geoip2_c (0.3.4)
70102
http_parser.rb (0.8.1)
103+
io-endpoint (0.17.2)
104+
io-event (1.17.0)
105+
io-stream (0.13.1)
106+
json (2.20.0)
71107
logfmt (0.0.10)
72108
logger (1.7.0)
73109
lru_redux (1.1.0)
74-
msgpack (1.8.0)
110+
metrics (0.15.0)
111+
msgpack (1.8.3)
75112
myslog (0.1.1)
113+
net-http (0.9.1)
114+
uri (>= 0.11.1)
76115
oj (3.17.3)
77116
bigdecimal (>= 3.0)
78117
ostruct (>= 0.2)
79118
ostruct (0.6.3)
80119
prometheus-client (4.2.5)
81120
base64
121+
protocol-hpack (1.5.1)
122+
protocol-http (0.62.2)
123+
protocol-http1 (0.39.0)
124+
protocol-http (~> 0.62)
125+
protocol-http2 (0.26.0)
126+
protocol-hpack (~> 1.4)
127+
protocol-http (~> 0.62)
128+
protocol-url (0.4.0)
82129
serverengine (2.4.0)
83130
base64 (~> 0.1)
84131
logger (~> 1.4)
85132
sigdump (~> 0.2.2)
86133
sigdump (0.2.5)
87134
strptime (0.2.5)
135+
traces (0.18.2)
88136
tzinfo (2.0.6)
89137
concurrent-ruby (~> 1.0)
90-
tzinfo-data (1.2025.3)
138+
tzinfo-data (1.2026.2)
91139
tzinfo (>= 1.0.0)
140+
uri (1.1.1)
92141
user_agent_parser (2.16.0)
93142
webrick (1.9.2)
94143
yajl-ruby (1.4.3)
144+
zstd-ruby (1.5.7.1)
95145

96146
PLATFORMS
97147
ruby

0 commit comments

Comments
 (0)