From 448548dc74226d3db4173bacc71f539e22f859a8 Mon Sep 17 00:00:00 2001 From: VihasMakwana <121151420+VihasMakwana@users.noreply.github.com> Date: Mon, 28 Aug 2023 22:07:18 +0530 Subject: [PATCH 1/3] 1.2.2 (#104) (#107) Co-authored-by: vihas-splunk <121151420+vihas-splunk@users.noreply.github.com> From 9b6c9cb6dd4319f7c8392c3167e7e1ef1bde0142 Mon Sep 17 00:00:00 2001 From: VihasMakwana <121151420+VihasMakwana@users.noreply.github.com> Date: Mon, 28 Aug 2023 23:42:59 +0530 Subject: [PATCH 2/3] prep for 1.2.3 (#108) --- 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 8a3fd0dd25cd4be308f2b735fffa7f79f9632fc4 Mon Sep 17 00:00:00 2001 From: VihasMakwana <121151420+VihasMakwana@users.noreply.github.com> Date: Mon, 28 Aug 2023 23:43:31 +0530 Subject: [PATCH 3/3] 1.2.2 (#104) (#109) Co-authored-by: vihas-splunk <121151420+vihas-splunk@users.noreply.github.com>