From b1c3f87b46fae039d6ca692ec158ce6991ba12f6 Mon Sep 17 00:00:00 2001 From: vihas-splunk <121151420+vihas-splunk@users.noreply.github.com> Date: Fri, 24 Mar 2023 17:58:00 +0530 Subject: [PATCH] Prep for 1.2.2 (#103) --- Gemfile.lock | 2 +- VERSION | 2 +- docker/Gemfile | 2 +- docker/Gemfile.lock | 14 +++++++------- 4 files changed, 10 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/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!