Skip to content

Commit

Permalink
Merge pull request #101 from uselagoon/renovate/fluent-plugin-s3-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency fluent-plugin-s3 to v1.8.2
  • Loading branch information
tobybellwood authored Dec 18, 2024
2 parents 9f0a84a + a2aa5fd commit 67b7d81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/dependency-review-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ allow-dependencies-licenses:
# ostruct is available as open source under the terms of the 2-Clause BSD License.
# https://github.com/ruby/ostruct?tab=License-1-ov-file
- pkg:gem/ostruct
# csv is available as open source under the terms of the 2-Clause BSD License.
# https://github.com/ruby/csv?tab=BSD-2-Clause-1-ov-file#readme
- pkg:gem/csv
2 changes: 1 addition & 1 deletion logs-dispatcher/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "fluent-plugin-record-modifier", "2.2.0"
gem "fluent-plugin-remote-syslog", "1.1"
gem "fluent-plugin-rewrite-tag-filter", "2.4.0"
gem "fluent-plugin-route", "1.0.0"
gem "fluent-plugin-s3", "1.8.1"
gem "fluent-plugin-s3", "1.8.2"
gem "fluent-plugin-splunk-enterprise", "0.10.2"
gem "fluent-plugin-sumologic_output", "1.10.0"
gem "fluentd", "1.17.1"
8 changes: 4 additions & 4 deletions logs-dispatcher/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
cool.io (1.9.0)
csv (3.3.0)
csv (3.3.1)
domain_name (0.6.20240107)
drb (2.2.1)
ffi (1.17.0-x86_64-linux-gnu)
Expand Down Expand Up @@ -76,7 +76,7 @@ GEM
fluentd (>= 0.14.2, < 2)
fluent-plugin-route (1.0.0)
fluentd (>= 0.14.0)
fluent-plugin-s3 (1.8.1)
fluent-plugin-s3 (1.8.2)
aws-sdk-s3 (~> 1.60)
aws-sdk-sqs (~> 1.23)
fluentd (>= 0.14.22, < 2)
Expand Down Expand Up @@ -127,7 +127,7 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.2)
logger (1.6.3)
lru_redux (1.1.0)
mime-types (3.6.0)
logger
Expand Down Expand Up @@ -181,7 +181,7 @@ DEPENDENCIES
fluent-plugin-remote-syslog (= 1.1)
fluent-plugin-rewrite-tag-filter (= 2.4.0)
fluent-plugin-route (= 1.0.0)
fluent-plugin-s3 (= 1.8.1)
fluent-plugin-s3 (= 1.8.2)
fluent-plugin-splunk-enterprise (= 0.10.2)
fluent-plugin-sumologic_output (= 1.10.0)
fluentd (= 1.17.1)
Expand Down

0 comments on commit 67b7d81

Please sign in to comment.