Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v2.11 #338

Merged
merged 2 commits into from Jun 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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