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 37cb06f

Browse files
authoredNov 24, 2022
update version (#101)
1 parent 787f32e commit 37cb06f

File tree

4 files changed

+29
-18
lines changed

4 files changed

+29
-18
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.0)
15+
fluent-plugin-kubernetes-objects (1.2.1)
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.0
1+
1.2.1

‎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.0"
17+
gem "fluent-plugin-splunk-hec", "= 1.3.1"
1818

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

‎docker/Gemfile.lock

Lines changed: 26 additions & 15 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.0)
15+
fluent-plugin-kubernetes-objects (1.2.1)
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.3.1)
24-
activesupport (= 7.0.3.1)
25-
activesupport (7.0.3.1)
23+
activemodel (7.0.4)
24+
activesupport (= 7.0.4)
25+
activesupport (7.0.4)
2626
concurrent-ruby (~> 1.0, >= 1.0.2)
2727
i18n (>= 1.6, < 2)
2828
minitest (>= 5.1)
@@ -32,12 +32,18 @@ GEM
3232
aes_key_wrap (1.1.0)
3333
attr_required (1.0.1)
3434
bigdecimal (3.0.2)
35-
bindata (2.4.10)
35+
bindata (2.4.14)
3636
concurrent-ruby (1.1.10)
37-
connection_pool (2.2.5)
37+
connection_pool (2.3.0)
3838
cool.io (1.7.1)
3939
domain_name (0.5.20190701)
4040
unf (>= 0.0.5, < 1.0.0)
41+
faraday (2.7.1)
42+
faraday-net_http (>= 2.0, < 3.1)
43+
ruby2_keywords (>= 0.0.4)
44+
faraday-follow_redirects (0.3.0)
45+
faraday (>= 1, < 3)
46+
faraday-net_http (3.0.2)
4147
ffi (1.15.5)
4248
ffi-compiler (1.0.1)
4349
ffi (>= 1.0.0)
@@ -50,12 +56,14 @@ GEM
5056
prometheus-client (>= 2.1.0)
5157
fluent-plugin-record-modifier (2.1.0)
5258
fluentd (>= 1.0, < 2)
53-
fluent-plugin-splunk-hec (1.3.0)
59+
fluent-plugin-splunk-hec (1.3.1)
5460
fluentd (>= 1.5)
61+
json-jwt (~> 1.15.0)
5562
multi_json (~> 1.13)
5663
net-http-persistent (~> 4.0)
5764
openid_connect (~> 1.1.8)
5865
prometheus-client (>= 2.1.0)
66+
rack-oauth2 (~> 1.19)
5967
fluentd (1.15.3)
6068
bundler
6169
cool.io (>= 1.4.5, < 2.0.0)
@@ -83,7 +91,7 @@ GEM
8391
httpclient (2.8.3)
8492
i18n (1.12.0)
8593
concurrent-ruby (~> 1.0)
86-
json-jwt (1.15.2)
94+
json-jwt (1.15.3)
8795
activesupport (>= 4.2)
8896
aes_key_wrap
8997
bindata
@@ -96,7 +104,7 @@ GEM
96104
mime-types-data (~> 3.2015)
97105
mime-types-data (3.2022.0105)
98106
mini_mime (1.1.2)
99-
minitest (5.16.2)
107+
minitest (5.16.3)
100108
msgpack (1.6.0)
101109
multi_json (1.15.0)
102110
net-http-persistent (4.0.1)
@@ -116,7 +124,7 @@ GEM
116124
prometheus-client (4.0.0)
117125
public_suffix (4.0.7)
118126
rack (3.0.1)
119-
rack-oauth2 (1.21.2)
127+
rack-oauth2 (1.21.3)
120128
activesupport
121129
attr_required
122130
httpclient
@@ -129,14 +137,16 @@ GEM
129137
http-cookie (>= 1.0.2, < 2.0)
130138
mime-types (>= 1.16, < 4.0)
131139
netrc (~> 0.8)
140+
ruby2_keywords (0.0.5)
132141
serverengine (2.3.0)
133142
sigdump (~> 0.2.2)
134143
sigdump (0.2.4)
135144
strptime (0.2.5)
136-
swd (1.3.0)
145+
swd (2.0.2)
137146
activesupport (>= 3)
138147
attr_required (>= 0.0.5)
139-
httpclient (>= 2.4)
148+
faraday (~> 2.0)
149+
faraday-follow_redirects
140150
tzinfo (2.0.5)
141151
concurrent-ruby (~> 1.0)
142152
tzinfo-data (1.2022.6)
@@ -150,9 +160,10 @@ GEM
150160
validate_url (1.0.15)
151161
activemodel (>= 3.0.0)
152162
public_suffix
153-
webfinger (1.2.0)
163+
webfinger (2.1.2)
154164
activesupport
155-
httpclient (>= 2.4)
165+
faraday (~> 2.0)
166+
faraday-follow_redirects
156167
webrick (1.7.0)
157168
yajl-ruby (1.4.3)
158169

@@ -165,7 +176,7 @@ DEPENDENCIES
165176
fluent-plugin-kubernetes-objects!
166177
fluent-plugin-prometheus (>= 2.0)
167178
fluent-plugin-record-modifier (= 2.1.0)
168-
fluent-plugin-splunk-hec (= 1.3.0)
179+
fluent-plugin-splunk-hec (= 1.3.1)
169180
fluentd (>= 1.15)
170181
http_parser.rb (>= 0.5.3)
171182
kubeclient!

0 commit comments

Comments
 (0)
Please sign in to comment.