From 9b57fc18155a816c144b836de2f98959de70402b Mon Sep 17 00:00:00 2001 From: vihas-splunk <121151420+vihas-splunk@users.noreply.github.com> Date: Fri, 24 Mar 2023 17:58:57 +0530 Subject: [PATCH 1/3] 1.2.2 (#104) --- Gemfile.lock | 2 +- README.md | 3 +++ VERSION | 2 +- docker/Gemfile | 2 +- docker/Gemfile.lock | 14 +++++++------- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6a02f60..44eab90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GIT PATH remote: . specs: - fluent-plugin-kubernetes-objects (1.2.1) + fluent-plugin-kubernetes-objects (1.2.2) fluentd (>= 1.9.1) http_parser.rb (= 0.8.0) kubeclient (~> 4.9.3) diff --git a/README.md b/README.md index f5c6943..344d046 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# End of Support + +**Important:** The fluent-plugin-kubernetes-objects 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. # fluent-plugin-kubernetes-objects diff --git a/VERSION b/VERSION index cb174d5..d2d61a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.1 \ No newline at end of file +1.2.2 \ No newline at end of file diff --git a/docker/Gemfile b/docker/Gemfile index c0bb58a..1cdcaa4 100644 --- a/docker/Gemfile +++ b/docker/Gemfile @@ -14,6 +14,6 @@ gem 'kubeclient', git: 'https://github.com/splunk/kubeclient.git', ref: '955ec5b gem 'http_parser.rb', '>= 0.5.3' 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-objects', path: 'gem/' diff --git a/docker/Gemfile.lock b/docker/Gemfile.lock index 019e370..2a0c8c5 100644 --- a/docker/Gemfile.lock +++ b/docker/Gemfile.lock @@ -12,7 +12,7 @@ GIT PATH remote: gem specs: - fluent-plugin-kubernetes-objects (1.2.1) + fluent-plugin-kubernetes-objects (1.2.2) fluentd (>= 1.9.1) http_parser.rb (= 0.8.0) kubeclient (~> 4.9.3) @@ -20,9 +20,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) @@ -56,7 +56,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) @@ -123,7 +123,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 @@ -176,7 +176,7 @@ DEPENDENCIES fluent-plugin-kubernetes-objects! 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) http_parser.rb (>= 0.5.3) kubeclient! From 74221a2a2cbfa81a5560999c1e9bb853b2bf492e Mon Sep 17 00:00:00 2001 From: VihasMakwana <121151420+VihasMakwana@users.noreply.github.com> Date: Mon, 28 Aug 2023 23:46:53 +0530 Subject: [PATCH 2/3] 1.2.3 (#110) --- Gemfile.lock | 2 +- VERSION | 2 +- docker/Gemfile | 2 +- docker/Gemfile.lock | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3dc7396..d04d8bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GIT PATH remote: . specs: - fluent-plugin-kubernetes-objects (1.2.2) + fluent-plugin-kubernetes-objects (1.2.3) fluentd (>= 1.9.1) http_parser.rb (= 0.8.0) kubeclient (~> 4.9.3) diff --git a/VERSION b/VERSION index d2d61a7..e2cac26 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.2 \ No newline at end of file +1.2.3 \ No newline at end of file diff --git a/docker/Gemfile b/docker/Gemfile index 1394a0c..bd17a64 100644 --- a/docker/Gemfile +++ b/docker/Gemfile @@ -16,6 +16,6 @@ gem 'rack', '>= 3.0.0' gem 'cgi', '~> 0.3.6' gem 'date', '~> 3.3.3' -gem "fluent-plugin-splunk-hec", "= 1.3.2" +gem "fluent-plugin-splunk-hec", "= 1.3.3" gem 'fluent-plugin-kubernetes-objects', path: 'gem/' diff --git a/docker/Gemfile.lock b/docker/Gemfile.lock index 8ea351f..fee28d6 100644 --- a/docker/Gemfile.lock +++ b/docker/Gemfile.lock @@ -12,7 +12,7 @@ GIT PATH remote: gem specs: - fluent-plugin-kubernetes-objects (1.2.2) + fluent-plugin-kubernetes-objects (1.2.3) fluentd (>= 1.9.1) http_parser.rb (= 0.8.0) kubeclient (~> 4.9.3) @@ -58,7 +58,7 @@ GEM prometheus-client (>= 2.1.0) fluent-plugin-record-modifier (2.1.0) fluentd (>= 1.0, < 2) - fluent-plugin-splunk-hec (1.3.2) + fluent-plugin-splunk-hec (1.3.3) fluentd (>= 1.5) json-jwt (~> 1.15.0) multi_json (~> 1.13) @@ -180,7 +180,7 @@ DEPENDENCIES fluent-plugin-kubernetes-objects! fluent-plugin-prometheus (>= 2.0) fluent-plugin-record-modifier (= 2.1.0) - fluent-plugin-splunk-hec (= 1.3.2) + fluent-plugin-splunk-hec (= 1.3.3) fluentd (>= 1.15) http_parser.rb (>= 0.5.3) kubeclient! From 5f58fb58ceac6ee794b52d403033628c80ab9f3f Mon Sep 17 00:00:00 2001 From: jeanpSMJ Date: Tue, 24 Jun 2025 22:04:19 -0600 Subject: [PATCH 3/3] announces deprecation header --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 344d046..d5a711c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ + +--- + +> :warning: **DEPRECATION NOTICE** +As of June 24th, 2025: +> (Latest Release 1.2.3). +> - Timeline: +> - ~ 60 days for GitHub Code Archive -> https://github.com/splunk/fluent-plugin-kubernetes-objects +> - ~ 30 days for DockerHub Image Removal -> https://hub.docker.com/repository/docker/splunk/kube-objects/general +> - Maintenance: +> - Anyone actively using this code please Fork it. +> - Anyone intererested in maintaining the Repository, raise a Pull Request for CODEOWNERS. +> - We will then proceed to review the request internally. + +--- + + # End of Support **Important:** The fluent-plugin-kubernetes-objects 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.