Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b1c3f87

Browse files
authoredMar 24, 2023
Prep for 1.2.2 (#103)
1 parent dabdb33 commit b1c3f87

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed
 

‎Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GIT
1212
PATH
1313
remote: .
1414
specs:
15-
fluent-plugin-kubernetes-objects (1.2.1)
15+
fluent-plugin-kubernetes-objects (1.2.2)
1616
fluentd (>= 1.9.1)
1717
http_parser.rb (= 0.8.0)
1818
kubeclient (~> 4.9.3)

‎VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.2.2

‎docker/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ gem 'kubeclient', git: 'https://github.com/splunk/kubeclient.git', ref: '955ec5b
1414
gem 'http_parser.rb', '>= 0.5.3'
1515
gem 'rack', '>= 3.0.0'
1616

17-
gem "fluent-plugin-splunk-hec", "= 1.3.1"
17+
gem "fluent-plugin-splunk-hec", "= 1.3.2"
1818

1919
gem 'fluent-plugin-kubernetes-objects', path: 'gem/'

‎docker/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ GIT
1212
PATH
1313
remote: gem
1414
specs:
15-
fluent-plugin-kubernetes-objects (1.2.1)
15+
fluent-plugin-kubernetes-objects (1.2.2)
1616
fluentd (>= 1.9.1)
1717
http_parser.rb (= 0.8.0)
1818
kubeclient (~> 4.9.3)
1919

2020
GEM
2121
remote: https://rubygems.org/
2222
specs:
23-
activemodel (7.0.4)
24-
activesupport (= 7.0.4)
25-
activesupport (7.0.4)
23+
activemodel (7.0.4.3)
24+
activesupport (= 7.0.4.3)
25+
activesupport (7.0.4.3)
2626
concurrent-ruby (~> 1.0, >= 1.0.2)
2727
i18n (>= 1.6, < 2)
2828
minitest (>= 5.1)
@@ -56,7 +56,7 @@ GEM
5656
prometheus-client (>= 2.1.0)
5757
fluent-plugin-record-modifier (2.1.0)
5858
fluentd (>= 1.0, < 2)
59-
fluent-plugin-splunk-hec (1.3.1)
59+
fluent-plugin-splunk-hec (1.3.2)
6060
fluentd (>= 1.5)
6161
json-jwt (~> 1.15.0)
6262
multi_json (~> 1.13)
@@ -123,7 +123,7 @@ GEM
123123
webfinger (>= 1.0.1)
124124
prometheus-client (4.0.0)
125125
public_suffix (4.0.7)
126-
rack (3.0.1)
126+
rack (3.0.6.1)
127127
rack-oauth2 (1.21.3)
128128
activesupport
129129
attr_required
@@ -176,7 +176,7 @@ DEPENDENCIES
176176
fluent-plugin-kubernetes-objects!
177177
fluent-plugin-prometheus (>= 2.0)
178178
fluent-plugin-record-modifier (= 2.1.0)
179-
fluent-plugin-splunk-hec (= 1.3.1)
179+
fluent-plugin-splunk-hec (= 1.3.2)
180180
fluentd (>= 1.15)
181181
http_parser.rb (>= 0.5.3)
182182
kubeclient!

0 commit comments

Comments
 (0)
Please sign in to comment.