Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 5fe0a0d

Browse files
authored
Merge pull request #140 from splunk/v1.2.2
Prep for 1.2.2
2 parents 63d8f21 + 4493d8b commit 5fe0a0d

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
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fluent-plugin-kubernetes-metrics (1.2.1)
4+
fluent-plugin-kubernetes-metrics (1.2.2)
55
fluentd (>= 1.9.1)
66
kubeclient (~> 4.9.3)
77
multi_json (~> 1.14)

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,5 +14,5 @@ gem 'kubeclient', '=4.9.3'
1414
gem 'http_parser.rb', '=0.8.0'
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
gem 'fluent-plugin-kubernetes-metrics', path: 'gem/'

docker/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: gem
33
specs:
4-
fluent-plugin-kubernetes-metrics (1.2.1)
4+
fluent-plugin-kubernetes-metrics (1.2.2)
55
fluentd (>= 1.9.1)
66
kubeclient (~> 4.9.3)
77
multi_json (~> 1.14)
@@ -10,9 +10,9 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
activemodel (7.0.4)
14-
activesupport (= 7.0.4)
15-
activesupport (7.0.4)
13+
activemodel (7.0.4.3)
14+
activesupport (= 7.0.4.3)
15+
activesupport (7.0.4.3)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
1717
i18n (>= 1.6, < 2)
1818
minitest (>= 5.1)
@@ -46,7 +46,7 @@ GEM
4646
prometheus-client (>= 2.1.0)
4747
fluent-plugin-record-modifier (2.1.0)
4848
fluentd (>= 1.0, < 2)
49-
fluent-plugin-splunk-hec (1.3.1)
49+
fluent-plugin-splunk-hec (1.3.2)
5050
fluentd (>= 1.5)
5151
json-jwt (~> 1.15.0)
5252
multi_json (~> 1.13)
@@ -118,7 +118,7 @@ GEM
118118
webfinger (>= 1.0.1)
119119
prometheus-client (4.0.0)
120120
public_suffix (4.0.7)
121-
rack (3.0.1)
121+
rack (3.0.6.1)
122122
rack-oauth2 (1.21.3)
123123
activesupport
124124
attr_required
@@ -171,7 +171,7 @@ DEPENDENCIES
171171
fluent-plugin-kubernetes-metrics!
172172
fluent-plugin-prometheus (>= 2.0)
173173
fluent-plugin-record-modifier (= 2.1.0)
174-
fluent-plugin-splunk-hec (= 1.3.1)
174+
fluent-plugin-splunk-hec (= 1.3.2)
175175
fluentd (>= 1.15.0)
176176
http_parser.rb (= 0.8.0)
177177
kubeclient (= 4.9.3)

0 commit comments

Comments
 (0)