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 yajl to v1.4.3 #342

Merged
merged 2 commits into from Jul 6, 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
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluent-plugin-kubernetes_metadata_filter (2.12.0)
fluent-plugin-kubernetes_metadata_filter (2.13.0)
fluentd (>= 0.14.0, < 1.16)
kubeclient (>= 4.0.0, < 5.0.0)
lru_redux
Expand Down Expand Up @@ -134,7 +134,7 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.7.0)
yajl-ruby (1.4.1)
yajl-ruby (1.4.3)

PLATFORMS
ruby
Expand Down
4 changes: 2 additions & 2 deletions 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.12.0'
gem.version = '2.13.0'
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 All @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|

gem.files = `git ls-files`.split($/)

gem.required_ruby_version = '>= 2.5.0'
gem.required_ruby_version = '>= 2.6.0'

gem.add_runtime_dependency 'fluentd', ['>= 0.14.0', '< 1.16']
gem.add_runtime_dependency 'kubeclient', ['>= 4.0.0', '< 5.0.0']
Expand Down