Skip to content

Commit

Permalink
Prep for 1.2.2 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana authored Mar 24, 2023
1 parent dabdb33 commit b1c3f87
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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,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/'
14 changes: 7 additions & 7 deletions docker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ 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)

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 @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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!
Expand Down

0 comments on commit b1c3f87

Please sign in to comment.