Skip to content

Commit 67b7d81

Browse files
authored
Merge pull request #101 from uselagoon/renovate/fluent-plugin-s3-1.x
chore(deps): update dependency fluent-plugin-s3 to v1.8.2
2 parents 9f0a84a + a2aa5fd commit 67b7d81

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/dependency-review-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ allow-dependencies-licenses:
1515
# ostruct is available as open source under the terms of the 2-Clause BSD License.
1616
# https://github.com/ruby/ostruct?tab=License-1-ov-file
1717
- pkg:gem/ostruct
18+
# csv is available as open source under the terms of the 2-Clause BSD License.
19+
# https://github.com/ruby/csv?tab=BSD-2-Clause-1-ov-file#readme
20+
- pkg:gem/csv

logs-dispatcher/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem "fluent-plugin-record-modifier", "2.2.0"
1515
gem "fluent-plugin-remote-syslog", "1.1"
1616
gem "fluent-plugin-rewrite-tag-filter", "2.4.0"
1717
gem "fluent-plugin-route", "1.0.0"
18-
gem "fluent-plugin-s3", "1.8.1"
18+
gem "fluent-plugin-s3", "1.8.2"
1919
gem "fluent-plugin-splunk-enterprise", "0.10.2"
2020
gem "fluent-plugin-sumologic_output", "1.10.0"
2121
gem "fluentd", "1.17.1"

logs-dispatcher/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GEM
3232
concurrent-ruby (1.3.4)
3333
connection_pool (2.4.1)
3434
cool.io (1.9.0)
35-
csv (3.3.0)
35+
csv (3.3.1)
3636
domain_name (0.6.20240107)
3737
drb (2.2.1)
3838
ffi (1.17.0-x86_64-linux-gnu)
@@ -76,7 +76,7 @@ GEM
7676
fluentd (>= 0.14.2, < 2)
7777
fluent-plugin-route (1.0.0)
7878
fluentd (>= 0.14.0)
79-
fluent-plugin-s3 (1.8.1)
79+
fluent-plugin-s3 (1.8.2)
8080
aws-sdk-s3 (~> 1.60)
8181
aws-sdk-sqs (~> 1.23)
8282
fluentd (>= 0.14.22, < 2)
@@ -127,7 +127,7 @@ GEM
127127
llhttp-ffi (0.5.0)
128128
ffi-compiler (~> 1.0)
129129
rake (~> 13.0)
130-
logger (1.6.2)
130+
logger (1.6.3)
131131
lru_redux (1.1.0)
132132
mime-types (3.6.0)
133133
logger
@@ -181,7 +181,7 @@ DEPENDENCIES
181181
fluent-plugin-remote-syslog (= 1.1)
182182
fluent-plugin-rewrite-tag-filter (= 2.4.0)
183183
fluent-plugin-route (= 1.0.0)
184-
fluent-plugin-s3 (= 1.8.1)
184+
fluent-plugin-s3 (= 1.8.2)
185185
fluent-plugin-splunk-enterprise (= 0.10.2)
186186
fluent-plugin-sumologic_output (= 1.10.0)
187187
fluentd (= 1.17.1)

0 commit comments

Comments
 (0)