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

Commit dd4c5f1

Browse files
authored
Merge pull request #137 from splunk/prev-1.2.1
update version
2 parents cfac951 + 9bd3058 commit dd4c5f1

File tree

4 files changed

+30
-19
lines changed

4 files changed

+30
-19
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
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.0)
4+
fluent-plugin-kubernetes-metrics (1.2.1)
55
fluentd (>= 1.9.1)
66
kubeclient (~> 4.9.3)
77
multi_json (~> 1.14)
@@ -62,7 +62,7 @@ GEM
6262
msgpack (1.6.0)
6363
multi_json (1.15.0)
6464
netrc (0.11.0)
65-
oj (3.13.20)
65+
oj (3.13.23)
6666
power_assert (2.0.1)
6767
public_suffix (4.0.6)
6868
rake (13.0.6)

VERSION

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

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.0"
17+
gem "fluent-plugin-splunk-hec", "= 1.3.1"
1818
gem 'fluent-plugin-kubernetes-metrics', path: 'gem/'

docker/Gemfile.lock

Lines changed: 26 additions & 15 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.0)
4+
fluent-plugin-kubernetes-metrics (1.2.1)
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.3.1)
14-
activesupport (= 7.0.3.1)
15-
activesupport (7.0.3.1)
13+
activemodel (7.0.4)
14+
activesupport (= 7.0.4)
15+
activesupport (7.0.4)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
1717
i18n (>= 1.6, < 2)
1818
minitest (>= 5.1)
@@ -22,12 +22,18 @@ GEM
2222
aes_key_wrap (1.1.0)
2323
attr_required (1.0.1)
2424
bigdecimal (3.0.0)
25-
bindata (2.4.10)
25+
bindata (2.4.14)
2626
concurrent-ruby (1.1.10)
27-
connection_pool (2.2.5)
27+
connection_pool (2.3.0)
2828
cool.io (1.7.1)
2929
domain_name (0.5.20190701)
3030
unf (>= 0.0.5, < 1.0.0)
31+
faraday (2.7.1)
32+
faraday-net_http (>= 2.0, < 3.1)
33+
ruby2_keywords (>= 0.0.4)
34+
faraday-follow_redirects (0.3.0)
35+
faraday (>= 1, < 3)
36+
faraday-net_http (3.0.2)
3137
ffi (1.15.5)
3238
ffi-compiler (1.0.1)
3339
ffi (>= 1.0.0)
@@ -40,12 +46,14 @@ GEM
4046
prometheus-client (>= 2.1.0)
4147
fluent-plugin-record-modifier (2.1.0)
4248
fluentd (>= 1.0, < 2)
43-
fluent-plugin-splunk-hec (1.3.0)
49+
fluent-plugin-splunk-hec (1.3.1)
4450
fluentd (>= 1.5)
51+
json-jwt (~> 1.15.0)
4552
multi_json (~> 1.13)
4653
net-http-persistent (~> 4.0)
4754
openid_connect (~> 1.1.8)
4855
prometheus-client (>= 2.1.0)
56+
rack-oauth2 (~> 1.19)
4957
fluentd (1.15.3)
5058
bundler
5159
cool.io (>= 1.4.5, < 2.0.0)
@@ -73,7 +81,7 @@ GEM
7381
httpclient (2.8.3)
7482
i18n (1.12.0)
7583
concurrent-ruby (~> 1.0)
76-
json-jwt (1.15.2)
84+
json-jwt (1.15.3)
7785
activesupport (>= 4.2)
7886
aes_key_wrap
7987
bindata
@@ -91,7 +99,7 @@ GEM
9199
mime-types-data (~> 3.2015)
92100
mime-types-data (3.2022.0105)
93101
mini_mime (1.1.2)
94-
minitest (5.16.2)
102+
minitest (5.16.3)
95103
msgpack (1.6.0)
96104
multi_json (1.15.0)
97105
net-http-persistent (4.0.1)
@@ -111,7 +119,7 @@ GEM
111119
prometheus-client (4.0.0)
112120
public_suffix (4.0.7)
113121
rack (3.0.1)
114-
rack-oauth2 (1.21.2)
122+
rack-oauth2 (1.21.3)
115123
activesupport
116124
attr_required
117125
httpclient
@@ -124,14 +132,16 @@ GEM
124132
http-cookie (>= 1.0.2, < 2.0)
125133
mime-types (>= 1.16, < 4.0)
126134
netrc (~> 0.8)
135+
ruby2_keywords (0.0.5)
127136
serverengine (2.3.0)
128137
sigdump (~> 0.2.2)
129138
sigdump (0.2.4)
130139
strptime (0.2.5)
131-
swd (1.3.0)
140+
swd (2.0.2)
132141
activesupport (>= 3)
133142
attr_required (>= 0.0.5)
134-
httpclient (>= 2.4)
143+
faraday (~> 2.0)
144+
faraday-follow_redirects
135145
tzinfo (2.0.5)
136146
concurrent-ruby (~> 1.0)
137147
tzinfo-data (1.2022.6)
@@ -145,9 +155,10 @@ GEM
145155
validate_url (1.0.15)
146156
activemodel (>= 3.0.0)
147157
public_suffix
148-
webfinger (1.2.0)
158+
webfinger (2.1.2)
149159
activesupport
150-
httpclient (>= 2.4)
160+
faraday (~> 2.0)
161+
faraday-follow_redirects
151162
webrick (1.7.0)
152163
yajl-ruby (1.4.3)
153164

@@ -160,7 +171,7 @@ DEPENDENCIES
160171
fluent-plugin-kubernetes-metrics!
161172
fluent-plugin-prometheus (>= 2.0)
162173
fluent-plugin-record-modifier (= 2.1.0)
163-
fluent-plugin-splunk-hec (= 1.3.0)
174+
fluent-plugin-splunk-hec (= 1.3.1)
164175
fluentd (>= 1.15.0)
165176
http_parser.rb (= 0.8.0)
166177
kubeclient (= 4.9.3)

0 commit comments

Comments
 (0)