Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit b608fa8

Browse files
authored
1.1.8 (#106)
1 parent 82d8c73 commit b608fa8

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fluent-plugin-kubernetes-metrics (1.1.7)
4+
fluent-plugin-kubernetes-metrics (1.1.8)
55
fluentd (>= 1.9.1)
66
kubeclient (~> 4.6.0)
77
multi_json (~> 1.14.1)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.7
1+
1.1.8

docker/Gemfile.lock

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: gem
33
specs:
4-
fluent-plugin-kubernetes-metrics (1.1.7)
4+
fluent-plugin-kubernetes-metrics (1.1.8)
55
fluentd (>= 1.9.1)
66
kubeclient (~> 4.6.0)
77
multi_json (~> 1.14.1)
@@ -10,14 +10,13 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
activemodel (6.1.4.1)
14-
activesupport (= 6.1.4.1)
15-
activesupport (6.1.4.1)
13+
activemodel (7.0.0)
14+
activesupport (= 7.0.0)
15+
activesupport (7.0.0)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
1717
i18n (>= 1.6, < 2)
1818
minitest (>= 5.1)
1919
tzinfo (~> 2.0)
20-
zeitwerk (~> 2.3)
2120
addressable (2.8.0)
2221
public_suffix (>= 2.0.2, < 5.0)
2322
aes_key_wrap (1.1.0)
@@ -36,7 +35,7 @@ GEM
3635
fluent-plugin-jq (0.5.1)
3736
fluentd (>= 0.14.10, < 2)
3837
multi_json (~> 1.13)
39-
fluent-plugin-kubernetes_metadata_filter (2.9.2)
38+
fluent-plugin-kubernetes_metadata_filter (2.9.3)
4039
fluentd (>= 0.14.0, < 1.15)
4140
kubeclient (>= 4.0.0, < 5.0.0)
4241
lru_redux
@@ -45,16 +44,16 @@ GEM
4544
prometheus-client (>= 2.1.0)
4645
fluent-plugin-record-modifier (2.1.0)
4746
fluentd (>= 1.0, < 2)
48-
fluent-plugin-splunk-hec (1.2.7)
47+
fluent-plugin-splunk-hec (1.2.9)
4948
fluentd (>= 1.4)
5049
multi_json (~> 1.13)
5150
net-http-persistent (~> 3.1)
5251
openid_connect (~> 1.1.8)
5352
prometheus-client (>= 2.1.0)
54-
fluentd (1.14.2)
53+
fluentd (1.14.3)
5554
bundler
5655
cool.io (>= 1.4.5, < 2.0.0)
57-
http_parser.rb (>= 0.5.1, < 0.8.0)
56+
http_parser.rb (>= 0.5.1, < 0.9.0)
5857
msgpack (>= 1.3.1, < 2.0.0)
5958
serverengine (>= 2.2.2, < 3.0.0)
6059
sigdump (~> 0.2.2)
@@ -89,11 +88,11 @@ GEM
8988
lru_redux (1.1.0)
9089
mail (2.7.1)
9190
mini_mime (>= 0.1.1)
92-
mime-types (3.3.1)
91+
mime-types (3.4.1)
9392
mime-types-data (~> 3.2015)
94-
mime-types-data (3.2021.0901)
93+
mime-types-data (3.2021.1115)
9594
mini_mime (1.1.2)
96-
minitest (5.14.4)
95+
minitest (5.15.0)
9796
msgpack (1.4.2)
9897
multi_json (1.14.1)
9998
net-http-persistent (3.1.0)
@@ -152,7 +151,6 @@ GEM
152151
httpclient (>= 2.4)
153152
webrick (1.7.0)
154153
yajl-ruby (1.4.1)
155-
zeitwerk (2.5.1)
156154

157155
PLATFORMS
158156
ruby

0 commit comments

Comments
 (0)