Skip to content

Commit

Permalink
chore(deps): update dependency fluent-plugin-kubernetes_metadata_filt…
Browse files Browse the repository at this point in the history
…er to v3.5.0
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent c89390e commit d9b56c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion logs-dispatcher/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "fluent-plugin-cloudwatch-logs", "0.14.3"
gem "fluent-plugin-datadog", "0.14.3"
gem "fluent-plugin-kubernetes_metadata_filter", "3.4.0"
gem "fluent-plugin-kubernetes_metadata_filter", "3.5.0"
gem "fluent-plugin-multi-format-parser", "1.1.0"
gem "fluent-plugin-newrelic", "1.2.3"
gem "fluent-plugin-prometheus", "2.1.0"
Expand Down
19 changes: 10 additions & 9 deletions logs-dispatcher/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ GEM
base64 (0.2.0)
bunny (2.14.4)
amq-protocol (~> 2.3, >= 2.3.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
cool.io (1.8.0)
cool.io (1.8.1)
domain_name (0.6.20240107)
ffi (1.16.3)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand All @@ -48,8 +49,8 @@ GEM
fluent-plugin-datadog (0.14.3)
fluentd (>= 1, < 2)
net-http-persistent (~> 4.0.1)
fluent-plugin-kubernetes_metadata_filter (3.4.0)
fluentd (>= 0.14.0, < 1.17)
fluent-plugin-kubernetes_metadata_filter (3.5.0)
fluentd (>= 0.14.0, < 1.18)
kubeclient (>= 4.0.0, < 5.0.0)
lru_redux
fluent-plugin-multi-format-parser (1.1.0)
Expand Down Expand Up @@ -103,7 +104,7 @@ GEM
http-form_data (~> 2.2)
llhttp-ffi (~> 0.5.0)
http-accept (1.7.0)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
http-form_data (2.3.0)
http_parser.rb (0.8.0)
Expand All @@ -123,7 +124,7 @@ GEM
lru_redux (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0507)
mime-types-data (3.2024.0604)
msgpack (1.7.2)
multi_json (1.15.0)
net-http-persistent (4.0.2)
Expand All @@ -132,7 +133,7 @@ GEM
prometheus-client (4.2.2)
public_suffix (5.0.5)
rake (13.2.1)
recursive-open-struct (1.1.3)
recursive-open-struct (1.2.1)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -158,7 +159,7 @@ PLATFORMS
DEPENDENCIES
fluent-plugin-cloudwatch-logs (= 0.14.3)
fluent-plugin-datadog (= 0.14.3)
fluent-plugin-kubernetes_metadata_filter (= 3.4.0)
fluent-plugin-kubernetes_metadata_filter (= 3.5.0)
fluent-plugin-multi-format-parser (= 1.1.0)
fluent-plugin-newrelic (= 1.2.3)
fluent-plugin-prometheus (= 2.1.0)
Expand Down

0 comments on commit d9b56c6

Please sign in to comment.