Skip to content

Commit

Permalink
release 1.3.1 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
hvaghani221 authored Nov 23, 2022
1 parent 6abdd35 commit cd8d309
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 17 deletions.
38 changes: 25 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
PATH
remote: .
specs:
fluent-plugin-splunk-hec (1.3.0)
fluent-plugin-splunk-hec (1.3.1)
fluentd (>= 1.5)
json-jwt (~> 1.15.0)
multi_json (~> 1.13)
net-http-persistent (~> 4.0)
openid_connect (~> 1.1.8)
prometheus-client (>= 2.1.0)
rack-oauth2 (~> 1.19)

GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.3)
activesupport (= 7.0.3)
activesupport (7.0.3)
activemodel (7.0.4)
activesupport (= 7.0.4)
activesupport (7.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -22,14 +24,20 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
aes_key_wrap (1.1.0)
attr_required (1.0.1)
bindata (2.4.10)
bindata (2.4.14)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
connection_pool (2.3.0)
cool.io (1.7.1)
crack (0.4.5)
rexml
digest (3.1.0)
docile (1.4.0)
faraday (2.7.1)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-net_http (3.0.2)
fluentd (1.15.3)
bundler
cool.io (>= 1.4.5, < 2.0.0)
Expand All @@ -45,13 +53,14 @@ GEM
hashdiff (1.0.1)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
io-wait (0.2.1)
json-jwt (1.13.0)
json-jwt (1.15.3)
activesupport (>= 4.2)
aes_key_wrap
bindata
httpclient
mail (2.7.1)
mini_mime (>= 0.1.1)
mini_mime (1.1.2)
Expand Down Expand Up @@ -81,14 +90,15 @@ GEM
prometheus-client (4.0.0)
public_suffix (4.0.6)
rack (3.0.1)
rack-oauth2 (1.19.0)
rack-oauth2 (1.21.2)
activesupport
attr_required
httpclient
json-jwt (>= 1.11.0)
rack (>= 2.1.0)
rake (13.0.6)
rexml (3.2.5)
ruby2_keywords (0.0.5)
serverengine (2.3.0)
sigdump (~> 0.2.2)
sigdump (0.2.4)
Expand All @@ -99,10 +109,11 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
strptime (0.2.5)
swd (1.3.0)
swd (2.0.2)
activesupport (>= 3)
attr_required (>= 0.0.5)
httpclient (>= 2.4)
faraday (~> 2.0)
faraday-follow_redirects
test-unit (3.5.3)
power_assert
timeout (0.2.0)
Expand All @@ -116,9 +127,10 @@ GEM
validate_url (1.0.15)
activemodel (>= 3.0.0)
public_suffix
webfinger (1.2.0)
webfinger (2.1.2)
activesupport
httpclient (>= 2.4)
faraday (~> 2.0)
faraday-follow_redirects
webmock (3.5.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1
2 changes: 2 additions & 0 deletions docker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ gem 'activesupport', '~> 5.2.4.3'
gem 'http_parser.rb', '=0.8.0'
gem "rack", ">=3.0.0"
gem "fluent-plugin-record-modifier", ">=2.1"
gem 'json-jwt', '~> 1.15.0'
gem 'rack-oauth2', '~> 1.19'


gem 'fluent-plugin-splunk-hec', path: 'gem/'
11 changes: 8 additions & 3 deletions docker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ GIT
PATH
remote: gem
specs:
fluent-plugin-splunk-hec (1.3.0)
fluent-plugin-splunk-hec (1.3.1)
fluentd (>= 1.5)
json-jwt (~> 1.15.0)
multi_json (~> 1.13)
net-http-persistent (~> 4.0)
openid_connect (~> 1.1.8)
prometheus-client (>= 2.1.0)
rack-oauth2 (~> 1.19)

GEM
remote: https://rubygems.org/
Expand All @@ -33,7 +35,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
aes_key_wrap (1.1.0)
attr_required (1.0.1)
bindata (2.4.10)
bindata (2.4.14)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
cool.io (1.7.1)
Expand Down Expand Up @@ -87,10 +89,11 @@ GEM
httpclient (2.8.3)
i18n (1.9.1)
concurrent-ruby (~> 1.0)
json-jwt (1.13.0)
json-jwt (1.15.3)
activesupport (>= 4.2)
aes_key_wrap
bindata
httpclient
jsonpath (1.1.0)
multi_json
lru_redux (1.1.0)
Expand Down Expand Up @@ -177,13 +180,15 @@ DEPENDENCIES
fluent-plugin-systemd (= 1.0.2)
fluentd (>= 1.15)
http_parser.rb (= 0.8.0)
json-jwt (~> 1.15.0)
kubeclient!
multi_json (~> 1.13)
net-http-persistent (~> 4.0)
oj (>= 3.11.2)
openid_connect (~> 1.1.8)
prometheus-client (>= 2.1.0)
rack (>= 3.0.0)
rack-oauth2 (~> 1.19)

BUNDLED WITH
2.3.11
3 changes: 3 additions & 0 deletions fluent-plugin-splunk-hec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'net-http-persistent', '~> 4.0'
spec.add_runtime_dependency 'openid_connect', '~> 1.1.8'
spec.add_runtime_dependency 'prometheus-client', '>= 2.1.0'
spec.add_runtime_dependency 'json-jwt', '~> 1.15.0'
spec.add_runtime_dependency 'rack-oauth2', '~> 1.19'


spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '>= 12.0'
Expand Down

0 comments on commit cd8d309

Please sign in to comment.