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

chore(deps): update dependency fluent-plugin-kubernetes_metadata_filter to v3.6.0 #98

Merged
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
5 changes: 5 additions & 0 deletions .github/dependency-review-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ allow-licenses:
- 'Python-2.0'
- 'X11'
- 'Zlib'

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
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.4"
gem "fluent-plugin-kubernetes_metadata_filter", "3.5.1"
gem "fluent-plugin-kubernetes_metadata_filter", "3.6.0"
gem "fluent-plugin-multi-format-parser", "1.1.0"
gem "fluent-plugin-newrelic", "1.2.3"
gem "fluent-plugin-prometheus", "2.2.0"
Expand Down
16 changes: 8 additions & 8 deletions logs-dispatcher/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ GEM
fluent-plugin-datadog (0.14.4)
fluentd (>= 1, < 2)
net-http-persistent (~> 4.0.1)
fluent-plugin-kubernetes_metadata_filter (3.5.1)
fluentd (>= 0.14.0, < 1.18)
fluent-plugin-kubernetes_metadata_filter (3.6.0)
fluentd (>= 0.14.0, < 1.19)
kubeclient (>= 4.0.0, < 5.0.0)
lru_redux
fluent-plugin-multi-format-parser (1.1.0)
Expand Down Expand Up @@ -110,7 +110,7 @@ GEM
http-form_data (~> 2.2)
llhttp-ffi (~> 0.5.0)
http-accept (1.7.0)
http-cookie (1.0.7)
http-cookie (1.0.8)
domain_name (~> 0.5)
http-form_data (2.3.0)
http_parser.rb (0.8.0)
Expand All @@ -127,18 +127,18 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.1)
logger (1.6.2)
lru_redux (1.1.0)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1001)
mime-types-data (3.2024.1203)
msgpack (1.7.5)
multi_json (1.15.0)
net-http-persistent (4.0.4)
connection_pool (~> 2.2)
netrc (0.11.0)
ostruct (0.6.0)
ostruct (0.6.1)
prometheus-client (4.2.3)
base64
public_suffix (6.0.1)
Expand All @@ -162,7 +162,7 @@ GEM
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
uuidtools (2.2.0)
webrick (1.9.0)
webrick (1.9.1)
yajl-ruby (1.4.3)

PLATFORMS
Expand All @@ -172,7 +172,7 @@ PLATFORMS
DEPENDENCIES
fluent-plugin-cloudwatch-logs (= 0.14.3)
fluent-plugin-datadog (= 0.14.4)
fluent-plugin-kubernetes_metadata_filter (= 3.5.1)
fluent-plugin-kubernetes_metadata_filter (= 3.6.0)
fluent-plugin-multi-format-parser (= 1.1.0)
fluent-plugin-newrelic (= 1.2.3)
fluent-plugin-prometheus (= 2.2.0)
Expand Down
Loading