Skip to content

Commit

Permalink
Update to v2.11 (#338)
Browse files Browse the repository at this point in the history
* v2.11.0

* v2.11.1
update yajl-ruby to 1.4.3
  • Loading branch information
jcantrill committed Jun 24, 2022
1 parent b80d65e commit 3c95be5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluent-plugin-kubernetes_metadata_filter (2.10.0)
fluent-plugin-kubernetes_metadata_filter (2.11.1)
fluentd (>= 0.14.0, < 1.15)
kubeclient (>= 4.0.0, < 5.0.0)
lru_redux
Expand Down Expand Up @@ -54,13 +54,13 @@ GEM
http-form_data (~> 2.2)
http-parser (~> 1.2.0)
http-accept (1.7.0)
http-cookie (1.0.4)
http-cookie (1.0.5)
domain_name (~> 0.5)
http-form_data (2.3.0)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
http_parser.rb (0.8.0)
jsonpath (1.1.0)
jsonpath (1.1.2)
multi_json
kubeclient (4.9.3)
http (>= 3.0, < 5.0)
Expand All @@ -73,7 +73,7 @@ GEM
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
minitest (4.7.5)
msgpack (1.5.1)
msgpack (1.5.2)
multi_json (1.15.0)
netrc (0.11.0)
parallel (1.21.0)
Expand Down Expand Up @@ -105,7 +105,7 @@ GEM
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
rugged (1.2.0)
serverengine (2.2.5)
serverengine (2.3.0)
sigdump (~> 0.2.2)
sigdump (0.2.4)
simplecov (0.21.2)
Expand All @@ -126,15 +126,15 @@ GEM
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.1)
unf_ext (0.0.8.2)
unicode-display_width (2.1.0)
vcr (6.0.0)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.7.0)
yajl-ruby (1.4.2)
yajl-ruby (1.4.3)

PLATFORMS
ruby
Expand All @@ -155,4 +155,4 @@ DEPENDENCIES
yajl-ruby

BUNDLED WITH
2.3.4
2.3.16
2 changes: 1 addition & 1 deletion fluent-plugin-kubernetes_metadata_filter.gemspec
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |gem|
gem.name = 'fluent-plugin-kubernetes_metadata_filter'
gem.version = '2.10.0'
gem.version = '2.11.1'
gem.authors = ['OpenShift Cluster Logging','Jimmi Dyson']
gem.email = ['team-logging@redhat.com','jimmidyson@gmail.com']
gem.description = 'Filter plugin to add Kubernetes metadata'
Expand Down

0 comments on commit 3c95be5

Please sign in to comment.