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

Commit 7038237

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

2 files changed

Lines changed: 19 additions & 22 deletions

File tree

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: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
base64 (0.2.0)
5-
concurrent-ruby (1.2.3)
6-
console (1.23.7)
7-
fiber-annotation
8-
fiber-local
9-
json
10-
cool.io (1.8.1)
5+
concurrent-ruby (1.3.5)
6+
cool.io (1.9.0)
7+
csv (3.3.5)
118
dig_rb (1.0.1)
12-
fiber-annotation (0.2.0)
13-
fiber-local (1.1.0)
14-
fiber-storage
15-
fiber-storage (1.0.0)
9+
drb (2.2.3)
1610
fluent-config-regexp-type (1.0.0)
1711
fluentd (> 1.0.0, < 2)
18-
fluent-plugin-concat (2.5.0)
12+
fluent-plugin-concat (2.6.0)
1913
fluentd (>= 0.14.0, < 2)
2014
fluent-plugin-dedot_filter (1.0.0)
2115
fluentd (>= 0.14.0, < 2)
@@ -54,12 +48,14 @@ GEM
5448
fluentd (>= 0.14, < 2)
5549
lru_redux (>= 1.0.0)
5650
user_agent_parser (>= 2.2.0)
57-
fluentd (1.16.7)
51+
fluentd (1.18.0)
52+
base64 (~> 0.2)
5853
bundler
59-
console (< 1.24)
6054
cool.io (>= 1.4.5, < 2.0.0)
55+
csv (~> 3.2)
56+
drb (~> 2.2)
6157
http_parser.rb (>= 0.5.1, < 0.9.0)
62-
logger (= 1.6.2)
58+
logger (~> 1.6)
6359
msgpack (>= 1.3.1, < 2.0.0)
6460
serverengine (>= 2.3.2, < 3.0.0)
6561
sigdump (~> 0.2.5)
@@ -71,31 +67,32 @@ GEM
7167
geoip-c (0.9.1)
7268
geoip2_c (0.3.4)
7369
http_parser.rb (0.8.0)
74-
json (2.9.1)
7570
logfmt (0.0.10)
76-
logger (1.6.2)
71+
logger (1.7.0)
7772
lru_redux (1.1.0)
78-
msgpack (1.7.5)
73+
msgpack (1.8.0)
7974
myslog (0.1.1)
8075
prometheus-client (4.2.4)
8176
base64
82-
serverengine (2.3.2)
77+
serverengine (2.4.0)
78+
base64 (~> 0.1)
79+
logger (~> 1.4)
8380
sigdump (~> 0.2.2)
8481
sigdump (0.2.5)
8582
strptime (0.2.5)
8683
tzinfo (2.0.6)
8784
concurrent-ruby (~> 1.0)
88-
tzinfo-data (1.2023.4)
85+
tzinfo-data (1.2025.2)
8986
tzinfo (>= 1.0.0)
9087
user_agent_parser (2.16.0)
91-
webrick (1.8.2)
88+
webrick (1.9.1)
9289
yajl-ruby (1.4.3)
9390

9491
PLATFORMS
9592
ruby
9693

9794
DEPENDENCIES
98-
fluent-plugin-concat (= 2.5.0)
95+
fluent-plugin-concat (= 2.6.0)
9996
fluent-plugin-dedot_filter (= 1.0.0)
10097
fluent-plugin-detect-exceptions (= 0.0.16)
10198
fluent-plugin-geoip (= 1.3.2)

0 commit comments

Comments
 (0)