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

Commit 551c2a8

Browse files
authored
Merge pull request #141 from splunk/develop
1.2.2
2 parents dd4c5f1 + 5fe0a0d commit 551c2a8

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
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.2.1)
4+
fluent-plugin-kubernetes-metrics (1.2.2)
55
fluentd (>= 1.9.1)
66
kubeclient (~> 4.9.3)
77
multi_json (~> 1.14)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# End of Support
2+
3+
**Important:** The fluent-plugin-kubernetes-metrics will reach End of Support on January 1, 2024. After that date, this repository will no longer receive updates from Splunk and will no longer be supported by Splunk. Until then, only critical security fixes and bug fixes will be provided.
4+
15
# Fluentd Plugin for Kubernetes Metrics
26

37
The [Fluentd](https://fluentd.org/) input plugin collects Kubernetes cluster metrics which are exposed by the [Kubelet API](https://kubernetes.io/docs/admin/kubelet/) and forwards them to fluentd.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.2.2

docker/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ gem 'kubeclient', '=4.9.3'
1414
gem 'http_parser.rb', '=0.8.0'
1515
gem 'rack', '>= 3.0.0'
1616

17-
gem "fluent-plugin-splunk-hec", "= 1.3.1"
17+
gem "fluent-plugin-splunk-hec", "= 1.3.2"
1818
gem 'fluent-plugin-kubernetes-metrics', path: 'gem/'

docker/Gemfile.lock

Lines changed: 7 additions & 7 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.2.1)
4+
fluent-plugin-kubernetes-metrics (1.2.2)
55
fluentd (>= 1.9.1)
66
kubeclient (~> 4.9.3)
77
multi_json (~> 1.14)
@@ -10,9 +10,9 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
activemodel (7.0.4)
14-
activesupport (= 7.0.4)
15-
activesupport (7.0.4)
13+
activemodel (7.0.4.3)
14+
activesupport (= 7.0.4.3)
15+
activesupport (7.0.4.3)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
1717
i18n (>= 1.6, < 2)
1818
minitest (>= 5.1)
@@ -46,7 +46,7 @@ GEM
4646
prometheus-client (>= 2.1.0)
4747
fluent-plugin-record-modifier (2.1.0)
4848
fluentd (>= 1.0, < 2)
49-
fluent-plugin-splunk-hec (1.3.1)
49+
fluent-plugin-splunk-hec (1.3.2)
5050
fluentd (>= 1.5)
5151
json-jwt (~> 1.15.0)
5252
multi_json (~> 1.13)
@@ -118,7 +118,7 @@ GEM
118118
webfinger (>= 1.0.1)
119119
prometheus-client (4.0.0)
120120
public_suffix (4.0.7)
121-
rack (3.0.1)
121+
rack (3.0.6.1)
122122
rack-oauth2 (1.21.3)
123123
activesupport
124124
attr_required
@@ -171,7 +171,7 @@ DEPENDENCIES
171171
fluent-plugin-kubernetes-metrics!
172172
fluent-plugin-prometheus (>= 2.0)
173173
fluent-plugin-record-modifier (= 2.1.0)
174-
fluent-plugin-splunk-hec (= 1.3.1)
174+
fluent-plugin-splunk-hec (= 1.3.2)
175175
fluentd (>= 1.15.0)
176176
http_parser.rb (= 0.8.0)
177177
kubeclient (= 4.9.3)

0 commit comments

Comments
 (0)