Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluent-plugin-kubernetes_metadata_filter (3.7.1)
fluent-plugin-kubernetes_metadata_filter (3.8.0)
fluentd (>= 0.14.0, < 1.20)
kubeclient (>= 4.0.0, < 5.0.0)
sin_lru_redux
Expand All @@ -11,11 +11,11 @@ GEM
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
ast (2.4.3)
base64 (0.2.0)
bigdecimal (3.1.9)
bump (0.10.0)
cgi (0.4.1)
cgi (0.4.2)
charlock_holmes (0.7.9)
codeclimate-test-reporter (0.6.0)
simplecov (>= 0.7.1, < 1.0.0)
Expand All @@ -26,11 +26,11 @@ GEM
crack (1.0.0)
bigdecimal
rexml
csv (3.3.2)
csv (3.3.5)
docile (1.4.1)
domain_name (0.6.20240107)
drb (2.2.1)
ffi (1.17.1)
drb (2.2.3)
ffi (1.17.2)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -75,23 +75,23 @@ GEM
jsonpath (~> 1.0)
recursive-open-struct (~> 1.1, >= 1.1.1)
rest-client (~> 2.0)
language_server-protocol (3.17.0.3)
llhttp-ffi (0.5.0)
language_server-protocol (3.17.0.5)
llhttp-ffi (0.5.1)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.5)
mime-types (3.6.0)
logger (1.6.6)
mime-types (3.6.2)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2025.0107)
mime-types-data (3.2025.0819)
mini_mime (1.1.5)
minitest (5.25.4)
minitest (5.25.5)
msgpack (1.7.5)
multi_json (1.15.0)
netrc (0.11.0)
ostruct (0.6.1)
ostruct (0.6.3)
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
power_assert (2.0.5)
Expand All @@ -107,18 +107,18 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.4.0)
rubocop (1.71.0)
rexml (3.4.1)
rubocop (1.71.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.1)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
Expand All @@ -139,17 +139,17 @@ GEM
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov-html (0.13.2)
simplecov_json_formatter (0.1.4)
sin_lru_redux (2.5.0)
sin_lru_redux (2.5.2)
strptime (0.2.5)
test-unit (3.6.7)
test-unit (3.6.9)
power_assert
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2025.1)
tzinfo-data (1.2025.2)
tzinfo (>= 1.0.0)
unicode-display_width (3.1.4)
unicode-display_width (3.1.5)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
vcr (6.3.1)
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-kubernetes_metadata_filter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

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