Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.17-5.0/filters Update dependency fluent-plugin-detect-exceptions to v0.0.16 #174

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v1.17-5.0/filters/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://index.rubygems.org'

gem 'fluent-plugin-detect-exceptions', '0.0.15'
gem 'fluent-plugin-detect-exceptions', '0.0.16'
gem 'fluent-plugin-prometheus', '2.2.0'
gem 'fluent-plugin-dedot_filter', '1.0.0'
gem 'fluent-plugin-geoip', '1.3.2'
Expand Down
17 changes: 10 additions & 7 deletions v1.17-5.0/filters/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
base64 (0.2.0)
concurrent-ruby (1.2.3)
cool.io (1.8.0)
cool.io (1.8.1)
csv (3.3.0)
dig_rb (1.0.1)
drb (2.2.1)
Expand All @@ -13,8 +13,8 @@ GEM
fluentd (>= 0.14.0, < 2)
fluent-plugin-dedot_filter (1.0.0)
fluentd (>= 0.14.0, < 2)
fluent-plugin-detect-exceptions (0.0.15)
fluentd (>= 0.10)
fluent-plugin-detect-exceptions (0.0.16)
fluentd (>= 1.14.2)
fluent-plugin-geoip (1.3.2)
dig_rb
fluentd (>= 0.14.8, < 2)
Expand Down Expand Up @@ -68,9 +68,9 @@ GEM
geoip2_c (0.3.4)
http_parser.rb (0.8.0)
logfmt (0.0.10)
logger (1.6.1)
logger (1.6.2)
lru_redux (1.1.0)
msgpack (1.7.2)
msgpack (1.7.5)
myslog (0.1.1)
prometheus-client (4.2.1)
serverengine (2.3.2)
Expand All @@ -82,7 +82,7 @@ GEM
tzinfo-data (1.2023.4)
tzinfo (>= 1.0.0)
user_agent_parser (2.16.0)
webrick (1.9.0)
webrick (1.9.1)
yajl-ruby (1.4.3)

PLATFORMS
Expand All @@ -91,7 +91,7 @@ PLATFORMS
DEPENDENCIES
fluent-plugin-concat (= 2.5.0)
fluent-plugin-dedot_filter (= 1.0.0)
fluent-plugin-detect-exceptions (= 0.0.15)
fluent-plugin-detect-exceptions (= 0.0.16)
fluent-plugin-geoip (= 1.3.2)
fluent-plugin-grok-parser (= 2.6.2)
fluent-plugin-kube-events-timestamp (= 0.1.3)
Expand All @@ -104,3 +104,6 @@ DEPENDENCIES
fluent-plugin-tag-normaliser (= 0.1.3)
fluent-plugin-throttle (= 0.0.5)
fluent-plugin-ua-parser (= 1.2.0)

BUNDLED WITH
2.5.23
Loading