Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
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
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluent-plugin-kubernetes-metrics (1.1.10)
fluent-plugin-kubernetes-metrics (1.1.11)
fluentd (>= 1.9.1)
kubeclient (~> 4.9.3)
multi_json (~> 1.14.1)
Expand All @@ -12,7 +12,7 @@ GEM
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
cool.io (1.7.1)
crack (0.4.5)
rexml
Expand All @@ -23,12 +23,12 @@ GEM
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
fluentd (1.14.4)
fluentd (1.14.5)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
msgpack (>= 1.3.1, < 2.0.0)
serverengine (>= 2.2.2, < 3.0.0)
serverengine (>= 2.2.5, < 3.0.0)
sigdump (~> 0.2.2)
strptime (>= 0.2.4, < 1.0.0)
tzinfo (>= 1.0, < 3.0)
Expand Down Expand Up @@ -59,7 +59,7 @@ GEM
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
msgpack (1.4.4)
msgpack (1.4.5)
multi_json (1.14.1)
netrc (0.11.0)
oj (3.10.18)
Expand All @@ -86,7 +86,7 @@ GEM
power_assert
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.5)
tzinfo-data (1.2022.1)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.10
1.1.11
4 changes: 2 additions & 2 deletions docker/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: gem
specs:
fluent-plugin-kubernetes-metrics (1.1.10)
fluent-plugin-kubernetes-metrics (1.1.11)
fluentd (>= 1.9.1)
kubeclient (~> 4.9.3)
multi_json (~> 1.14.1)
Expand Down Expand Up @@ -44,7 +44,7 @@ GEM
prometheus-client (>= 2.1.0)
fluent-plugin-record-modifier (2.1.0)
fluentd (>= 1.0, < 2)
fluent-plugin-splunk-hec (1.2.11)
fluent-plugin-splunk-hec (1.2.12)
fluentd (>= 1.4)
multi_json (~> 1.13)
net-http-persistent (~> 3.1)
Expand Down