Skip to content

Commit 7d0e076

Browse files
chore(deps): bump the bundler group across 2 directories with 1 update
Bumps the bundler group with 1 update in the /logs-concentrator directory: [fluentd](https://github.com/fluent/fluentd). Bumps the bundler group with 1 update in the /logs-dispatcher directory: [fluentd](https://github.com/fluent/fluentd). Updates `fluentd` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/fluent/fluentd/releases) - [Changelog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md) - [Commits](fluent/fluentd@v1.18.0...v1.19.0) Updates `fluentd` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/fluent/fluentd/releases) - [Changelog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md) - [Commits](fluent/fluentd@v1.18.0...v1.19.0) Updates `fluentd` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/fluent/fluentd/releases) - [Changelog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md) - [Commits](fluent/fluentd@v1.18.0...v1.19.0) Updates `fluentd` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/fluent/fluentd/releases) - [Changelog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md) - [Commits](fluent/fluentd@v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: fluentd dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: fluentd dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: fluentd dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: fluentd dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6bb7e9a commit 7d0e076

File tree

4 files changed

+95
-6
lines changed

4 files changed

+95
-6
lines changed

logs-concentrator/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
77
gem "fluent-plugin-elasticsearch", "6.0.0"
88
gem "fluent-plugin-opensearch", "1.1.5"
99
gem "fluent-plugin-prometheus", "2.2.1"
10-
gem "fluentd", "1.18.0"
10+
gem "fluentd", "1.19.0"

logs-concentrator/Gemfile.lock

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
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
aws-eventstream (1.4.0)
523
aws-partitions (1.1161.0)
624
aws-sdk-core (3.232.0)
@@ -16,6 +34,10 @@ GEM
1634
base64 (0.3.0)
1735
bigdecimal (3.2.3)
1836
concurrent-ruby (1.3.5)
37+
console (1.34.0)
38+
fiber-annotation
39+
fiber-local (~> 1.1)
40+
json
1941
cool.io (1.9.0)
2042
csv (3.3.5)
2143
drb (2.2.3)
@@ -41,6 +63,10 @@ GEM
4163
faraday_middleware-aws-sigv4 (1.0.1)
4264
aws-sigv4 (~> 1.0)
4365
faraday (>= 2.0, < 3)
66+
fiber-annotation (0.2.0)
67+
fiber-local (1.1.0)
68+
fiber-storage
69+
fiber-storage (1.0.1)
4470
fluent-plugin-elasticsearch (6.0.0)
4571
elasticsearch
4672
excon
@@ -58,26 +84,35 @@ GEM
5884
fluent-plugin-prometheus (2.2.1)
5985
fluentd (>= 1.9.1, < 2)
6086
prometheus-client (>= 2.1.0)
61-
fluentd (1.18.0)
87+
fluentd (1.19.0)
88+
async-http (~> 0.86)
6289
base64 (~> 0.2)
6390
bundler
6491
cool.io (>= 1.4.5, < 2.0.0)
6592
csv (~> 3.2)
6693
drb (~> 2.2)
6794
http_parser.rb (>= 0.5.1, < 0.9.0)
95+
io-event (< 1.11.0)
96+
io-stream (< 0.8.0)
6897
logger (~> 1.6)
6998
msgpack (>= 1.3.1, < 2.0.0)
7099
serverengine (>= 2.3.2, < 3.0.0)
71100
sigdump (~> 0.2.5)
72101
strptime (>= 0.2.4, < 1.0.0)
73102
tzinfo (>= 1.0, < 3.0)
74103
tzinfo-data (~> 1.0)
104+
uri (~> 1.0)
75105
webrick (~> 1.4)
76106
yajl-ruby (~> 1.0)
107+
zstd-ruby (~> 1.5)
77108
http_parser.rb (0.8.0)
109+
io-endpoint (0.15.2)
110+
io-event (1.10.2)
111+
io-stream (0.7.0)
78112
jmespath (1.6.2)
79113
json (2.13.2)
80114
logger (1.7.0)
115+
metrics (0.15.0)
81116
msgpack (1.8.0)
82117
multi_json (1.17.0)
83118
net-http (0.6.0)
@@ -87,19 +122,28 @@ GEM
87122
multi_json (>= 1.0)
88123
prometheus-client (4.2.5)
89124
base64
125+
protocol-hpack (1.5.1)
126+
protocol-http (0.53.0)
127+
protocol-http1 (0.35.1)
128+
protocol-http (~> 0.22)
129+
protocol-http2 (0.22.1)
130+
protocol-hpack (~> 1.4)
131+
protocol-http (~> 0.47)
90132
serverengine (2.4.0)
91133
base64 (~> 0.1)
92134
logger (~> 1.4)
93135
sigdump (~> 0.2.2)
94136
sigdump (0.2.5)
95137
strptime (0.2.5)
138+
traces (0.18.2)
96139
tzinfo (2.0.6)
97140
concurrent-ruby (~> 1.0)
98141
tzinfo-data (1.2025.2)
99142
tzinfo (>= 1.0.0)
100143
uri (1.0.3)
101144
webrick (1.9.1)
102145
yajl-ruby (1.4.3)
146+
zstd-ruby (1.5.7.0)
103147

104148
PLATFORMS
105149
x86_64-linux
@@ -109,7 +153,7 @@ DEPENDENCIES
109153
fluent-plugin-elasticsearch (= 6.0.0)
110154
fluent-plugin-opensearch (= 1.1.5)
111155
fluent-plugin-prometheus (= 2.2.1)
112-
fluentd (= 1.18.0)
156+
fluentd (= 1.19.0)
113157

114158
BUNDLED WITH
115159
2.6.9

logs-dispatcher/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ gem "fluent-plugin-route", "1.0.0"
1818
gem "fluent-plugin-s3", "1.8.3"
1919
gem "fluent-plugin-splunk-enterprise", "0.10.2"
2020
gem "fluent-plugin-sumologic_output", "1.10.0"
21-
gem "fluentd", "1.18.0"
21+
gem "fluentd", "1.19.0"

logs-dispatcher/Gemfile.lock

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ GEM
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
66
amq-protocol (2.3.4)
7+
async (2.24.0)
8+
console (~> 1.29)
9+
fiber-annotation
10+
io-event (~> 1.9)
11+
metrics (~> 0.12)
12+
traces (~> 0.15)
13+
async-http (0.91.0)
14+
async (>= 2.10.2)
15+
async-pool (~> 0.11)
16+
io-endpoint (~> 0.14)
17+
io-stream (~> 0.6)
18+
metrics (~> 0.12)
19+
protocol-http (~> 0.49)
20+
protocol-http1 (~> 0.30)
21+
protocol-http2 (~> 0.22)
22+
traces (~> 0.10)
23+
async-pool (0.11.0)
24+
async (>= 2.0)
725
aws-eventstream (1.4.0)
826
aws-partitions (1.1161.0)
927
aws-sdk-cloudwatchlogs (1.127.0)
@@ -35,6 +53,10 @@ GEM
3553
amq-protocol (~> 2.3, >= 2.3.0)
3654
concurrent-ruby (1.3.5)
3755
connection_pool (2.5.4)
56+
console (1.34.0)
57+
fiber-annotation
58+
fiber-local (~> 1.1)
59+
json
3860
cool.io (1.9.0)
3961
csv (3.3.5)
4062
domain_name (0.6.20240107)
@@ -44,6 +66,10 @@ GEM
4466
ffi-compiler (1.3.2)
4567
ffi (>= 1.15.5)
4668
rake
69+
fiber-annotation (0.2.0)
70+
fiber-local (1.1.0)
71+
fiber-storage
72+
fiber-storage (1.0.1)
4773
fluent-config-regexp-type (1.0.0)
4874
fluentd (> 1.0.0, < 2)
4975
fluent-mixin-config-placeholders (0.4.0)
@@ -91,22 +117,27 @@ GEM
91117
fluent-plugin-sumologic_output (1.10.0)
92118
fluentd
93119
httpclient
94-
fluentd (1.18.0)
120+
fluentd (1.19.0)
121+
async-http (~> 0.86)
95122
base64 (~> 0.2)
96123
bundler
97124
cool.io (>= 1.4.5, < 2.0.0)
98125
csv (~> 3.2)
99126
drb (~> 2.2)
100127
http_parser.rb (>= 0.5.1, < 0.9.0)
128+
io-event (< 1.11.0)
129+
io-stream (< 0.8.0)
101130
logger (~> 1.6)
102131
msgpack (>= 1.3.1, < 2.0.0)
103132
serverengine (>= 2.3.2, < 3.0.0)
104133
sigdump (~> 0.2.5)
105134
strptime (>= 0.2.4, < 1.0.0)
106135
tzinfo (>= 1.0, < 3.0)
107136
tzinfo-data (~> 1.0)
137+
uri (~> 1.0)
108138
webrick (~> 1.4)
109139
yajl-ruby (~> 1.0)
140+
zstd-ruby (~> 1.5)
110141
http (5.3.1)
111142
addressable (~> 2.8)
112143
http-cookie (~> 1.0)
@@ -119,6 +150,9 @@ GEM
119150
http_parser.rb (0.8.0)
120151
httpclient (2.9.0)
121152
mutex_m
153+
io-endpoint (0.15.2)
154+
io-event (1.10.2)
155+
io-stream (0.7.0)
122156
jmespath (1.6.2)
123157
json (2.13.2)
124158
jsonpath (1.1.5)
@@ -132,6 +166,7 @@ GEM
132166
ffi-compiler (~> 1.0)
133167
rake (~> 13.0)
134168
logger (1.7.0)
169+
metrics (0.15.0)
135170
mime-types (3.7.0)
136171
logger
137172
mime-types-data (~> 3.2025, >= 3.2025.0507)
@@ -145,6 +180,13 @@ GEM
145180
ostruct (0.6.3)
146181
prometheus-client (4.2.5)
147182
base64
183+
protocol-hpack (1.5.1)
184+
protocol-http (0.53.0)
185+
protocol-http1 (0.35.1)
186+
protocol-http (~> 0.22)
187+
protocol-http2 (0.22.1)
188+
protocol-hpack (~> 1.4)
189+
protocol-http (~> 0.47)
148190
public_suffix (6.0.2)
149191
rake (13.3.0)
150192
recursive-open-struct (1.3.1)
@@ -162,13 +204,16 @@ GEM
162204
sin_lru_redux (2.5.2)
163205
strptime (0.2.5)
164206
syslog_protocol (0.9.2)
207+
traces (0.18.2)
165208
tzinfo (2.0.6)
166209
concurrent-ruby (~> 1.0)
167210
tzinfo-data (1.2025.2)
168211
tzinfo (>= 1.0.0)
212+
uri (1.0.3)
169213
uuidtools (3.0.0)
170214
webrick (1.9.1)
171215
yajl-ruby (1.4.3)
216+
zstd-ruby (1.5.7.0)
172217

173218
PLATFORMS
174219
x86_64-linux
@@ -189,7 +234,7 @@ DEPENDENCIES
189234
fluent-plugin-s3 (= 1.8.3)
190235
fluent-plugin-splunk-enterprise (= 0.10.2)
191236
fluent-plugin-sumologic_output (= 1.10.0)
192-
fluentd (= 1.18.0)
237+
fluentd (= 1.19.0)
193238

194239
BUNDLED WITH
195240
2.6.9

0 commit comments

Comments
 (0)