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.4.0 #48

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
2 changes: 1 addition & 1 deletion logs-dispatcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ USER root
COPY Gemfile Gemfile.lock /

RUN apk add --no-cache --update --virtual .build-deps \
build-base ruby-dev ruby-bundler \
build-base ruby-dev ruby-bundler linux-headers \
&& BUNDLE_FROZEN=true BUNDLE_SYSTEM=true bundle install \
&& gem list \
&& apk del .build-deps \
Expand Down
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.2"
gem "fluent-plugin-kubernetes_metadata_filter", "3.3.0"
gem "fluent-plugin-kubernetes_metadata_filter", "3.4.0"
gem "fluent-plugin-multi-format-parser", "1.0.0"
gem "fluent-plugin-prometheus", "2.1.0"
gem "fluent-plugin-rabbitmq", "0.0.9"
Expand Down
44 changes: 22 additions & 22 deletions logs-dispatcher/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
amq-protocol (2.3.2)
aws-eventstream (1.2.0)
aws-partitions (1.752.0)
aws-sdk-cloudwatchlogs (1.62.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-partitions (1.843.0)
aws-sdk-cloudwatchlogs (1.71.0)
aws-sdk-core (~> 3, >= 3.184.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.171.0)
aws-sdk-core (3.185.2)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.63.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-kms (1.72.0)
aws-sdk-core (~> 3, >= 3.184.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.121.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-s3 (1.136.0)
aws-sdk-core (~> 3, >= 3.181.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sdk-sqs (1.53.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.6)
aws-sdk-sqs (1.65.0)
aws-sdk-core (~> 3, >= 3.184.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.5.2)
aws-sigv4 (1.6.1)
aws-eventstream (~> 1, >= 1.0.2)
bunny (2.14.4)
amq-protocol (~> 2.3, >= 2.3.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.0)
connection_pool (2.4.1)
cool.io (1.8.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
ffi (1.15.5)
ffi (1.16.3)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
Expand All @@ -48,7 +48,7 @@ GEM
fluent-plugin-datadog (0.14.2)
fluentd (>= 1, < 2)
net-http-persistent (~> 4.0.1)
fluent-plugin-kubernetes_metadata_filter (3.3.0)
fluent-plugin-kubernetes_metadata_filter (3.4.0)
fluentd (>= 0.14.0, < 1.17)
kubeclient (>= 4.0.0, < 5.0.0)
lru_redux
Expand Down Expand Up @@ -107,7 +107,7 @@ GEM
httpclient (2.8.3)
jmespath (1.6.2)
json (2.6.3)
jsonpath (1.1.3)
jsonpath (1.1.5)
multi_json
kubeclient (4.11.0)
http (>= 3.0, < 6.0)
Expand All @@ -118,17 +118,17 @@ GEM
ffi-compiler (~> 1.0)
rake (~> 13.0)
lru_redux (1.1.0)
mime-types (3.5.0)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0808)
mime-types-data (3.2023.1003)
msgpack (1.7.2)
multi_json (1.15.0)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
netrc (0.11.0)
prometheus-client (4.2.1)
prometheus-client (4.2.2)
public_suffix (5.0.3)
rake (13.0.6)
rake (13.1.0)
recursive-open-struct (1.1.3)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -158,7 +158,7 @@ PLATFORMS
DEPENDENCIES
fluent-plugin-cloudwatch-logs (= 0.14.3)
fluent-plugin-datadog (= 0.14.2)
fluent-plugin-kubernetes_metadata_filter (= 3.3.0)
fluent-plugin-kubernetes_metadata_filter (= 3.4.0)
fluent-plugin-multi-format-parser (= 1.0.0)
fluent-plugin-prometheus (= 2.1.0)
fluent-plugin-rabbitmq (= 0.0.9)
Expand All @@ -172,4 +172,4 @@ DEPENDENCIES
fluentd (= 1.16.2)

BUNDLED WITH
2.4.12
2.4.19