Skip to content

Commit

Permalink
Merge pull request #141 from splunk/develop
Browse files Browse the repository at this point in the history
1.2.2
  • Loading branch information
VihasMakwana authored Mar 24, 2023
2 parents dd4c5f1 + 5fe0a0d commit 551c2a8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluent-plugin-kubernetes-metrics (1.2.1)
fluent-plugin-kubernetes-metrics (1.2.2)
fluentd (>= 1.9.1)
kubeclient (~> 4.9.3)
multi_json (~> 1.14)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# End of Support

**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.

# Fluentd Plugin for Kubernetes Metrics

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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
2 changes: 1 addition & 1 deletion docker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ gem 'kubeclient', '=4.9.3'
gem 'http_parser.rb', '=0.8.0'
gem 'rack', '>= 3.0.0'

gem "fluent-plugin-splunk-hec", "= 1.3.1"
gem "fluent-plugin-splunk-hec", "= 1.3.2"
gem 'fluent-plugin-kubernetes-metrics', path: 'gem/'
14 changes: 7 additions & 7 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.2.1)
fluent-plugin-kubernetes-metrics (1.2.2)
fluentd (>= 1.9.1)
kubeclient (~> 4.9.3)
multi_json (~> 1.14)
Expand All @@ -10,9 +10,9 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.4)
activesupport (= 7.0.4)
activesupport (7.0.4)
activemodel (7.0.4.3)
activesupport (= 7.0.4.3)
activesupport (7.0.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -46,7 +46,7 @@ GEM
prometheus-client (>= 2.1.0)
fluent-plugin-record-modifier (2.1.0)
fluentd (>= 1.0, < 2)
fluent-plugin-splunk-hec (1.3.1)
fluent-plugin-splunk-hec (1.3.2)
fluentd (>= 1.5)
json-jwt (~> 1.15.0)
multi_json (~> 1.13)
Expand Down Expand Up @@ -118,7 +118,7 @@ GEM
webfinger (>= 1.0.1)
prometheus-client (4.0.0)
public_suffix (4.0.7)
rack (3.0.1)
rack (3.0.6.1)
rack-oauth2 (1.21.3)
activesupport
attr_required
Expand Down Expand Up @@ -171,7 +171,7 @@ DEPENDENCIES
fluent-plugin-kubernetes-metrics!
fluent-plugin-prometheus (>= 2.0)
fluent-plugin-record-modifier (= 2.1.0)
fluent-plugin-splunk-hec (= 1.3.1)
fluent-plugin-splunk-hec (= 1.3.2)
fluentd (>= 1.15.0)
http_parser.rb (= 0.8.0)
kubeclient (= 4.9.3)
Expand Down

0 comments on commit 551c2a8

Please sign in to comment.