Skip to content

Commit

Permalink
chore: bump Fluentd to v1.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Apr 11, 2022
1 parent 19e23a9 commit e9b7b61
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 47 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN gem install \

# Fluentd plugin dependencies
RUN gem install \
fluentd:1.14.5 \
fluentd:1.14.6 \
concurrent-ruby:1.1.8 \
google-protobuf:3.19.2 \
lru_redux:1.1.0 \
Expand Down Expand Up @@ -99,7 +99,7 @@ RUN gem install \
RUN rm -rf /usr/local/bundle/cache/* \
&& find /usr/local/bundle/ -name "*.o" | xargs rm

FROM fluent/fluentd:v1.14.5-debian${FLUENTD_ARCH}-1.0
FROM fluent/fluentd:v1.14.6-debian${FLUENTD_ARCH}-1.0

USER root

Expand Down
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN gem install \
bigdecimal:1.4.4 \
concurrent-ruby:1.1.8 \
ext_monitor:0.1.2 \
fluentd:1.14.5 \
fluentd:1.14.6 \
google-protobuf:3.19.2 \
json:2.4.1 \
lru_redux:1.1.0 \
Expand Down
10 changes: 5 additions & 5 deletions fluent-plugin-datapoint/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ PATH
remote: .
specs:
fluent-plugin-datapoint (2.0.0)
fluentd (= 1.14.5)
fluentd (= 1.14.6)

GEM
remote: https://rubygems.org/
specs:
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
cool.io (1.7.1)
fluentd (1.14.5)
fluentd (1.14.6)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
Expand All @@ -22,7 +22,7 @@ GEM
webrick (>= 1.4.2, < 1.8.0)
yajl-ruby (~> 1.0)
http_parser.rb (0.8.0)
msgpack (1.4.5)
msgpack (1.5.1)
power_assert (2.0.1)
rake (13.0.6)
serverengine (2.2.5)
Expand All @@ -33,7 +33,7 @@ GEM
power_assert
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.5)
tzinfo-data (1.2022.1)
tzinfo (>= 1.0.0)
webrick (1.7.0)
yajl-ruby (1.4.2)
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-datapoint/fluent-plugin-datapoint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "test-unit", "~> 3.0"
spec.add_runtime_dependency "fluentd", "= 1.14.5"
spec.add_runtime_dependency "fluentd", "= 1.14.6"
end
10 changes: 5 additions & 5 deletions fluent-plugin-enhance-k8s-metadata/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PATH
specs:
fluent-plugin-enhance-k8s-metadata (2.0.0)
concurrent-ruby (~> 1.1)
fluentd (= 1.14.5)
fluentd (= 1.14.6)
lru_redux (~> 1.1.0)
net-http-persistent (~> 4.0)

Expand All @@ -25,7 +25,7 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
concurrent-ruby (1.1.10)
connection_pool (2.2.3)
connection_pool (2.2.5)
cool.io (1.7.1)
crack (0.4.5)
rexml
Expand All @@ -42,7 +42,7 @@ GEM
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
fluentd (1.14.5)
fluentd (1.14.6)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
Expand All @@ -69,7 +69,7 @@ GEM
jsonpath (1.1.0)
multi_json
lru_redux (1.1.0)
msgpack (1.4.5)
msgpack (1.5.1)
multi_json (1.15.0)
multipart-post (2.1.1)
net-http-persistent (4.0.1)
Expand All @@ -88,7 +88,7 @@ GEM
power_assert
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.5)
tzinfo-data (1.2022.1)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_runtime_dependency 'concurrent-ruby', '~> 1.1'
spec.add_runtime_dependency "fluentd", "= 1.14.5"
spec.add_runtime_dependency "fluentd", "= 1.14.6"
# spec.add_runtime_dependency 'kubeclient', '4.9.1' # Git version of Kubeclient specified in Gemfile
spec.add_runtime_dependency 'lru_redux', '~> 1.1.0'
spec.add_runtime_dependency 'net-http-persistent', '~> 4.0'
Expand Down
12 changes: 6 additions & 6 deletions fluent-plugin-events/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ PATH
remote: .
specs:
fluent-plugin-events (2.0.0)
fluentd (= 1.14.5)
fluentd (= 1.14.6)
net-http-persistent (~> 4.0)

GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
concurrent-ruby (1.1.9)
connection_pool (2.2.3)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
cool.io (1.7.1)
crack (0.4.5)
rexml
Expand All @@ -40,7 +40,7 @@ GEM
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
fluentd (1.14.5)
fluentd (1.14.6)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
Expand All @@ -67,7 +67,7 @@ GEM
jsonpath (1.1.0)
multi_json
mocha (1.13.0)
msgpack (1.4.5)
msgpack (1.5.1)
multi_json (1.15.0)
multipart-post (2.1.1)
net-http-persistent (4.0.1)
Expand All @@ -86,7 +86,7 @@ GEM
power_assert
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.5)
tzinfo-data (1.2022.1)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-events/fluent-plugin-events.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "test-unit", "~> 3.0"
spec.add_runtime_dependency "fluentd", "= 1.14.5"
spec.add_runtime_dependency "fluentd", "= 1.14.6"
# spec.add_runtime_dependency 'kubeclient', '4.9.1' # Git version of Kubeclient specified in Gemfile
spec.add_runtime_dependency 'net-http-persistent', '~> 4.0'
spec.add_development_dependency 'webmock', '~> 3.0'
Expand Down
12 changes: 6 additions & 6 deletions fluent-plugin-kubernetes-metadata-filter/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PATH
remote: .
specs:
fluent-plugin-kubernetes-metadata-filter (2.5.3)
fluentd (= 1.14.5)
fluentd (= 1.14.6)
lru_redux
net-http-persistent (~> 4.0)

Expand All @@ -28,8 +28,8 @@ GEM
charlock_holmes (0.7.7)
codeclimate-test-reporter (1.0.9)
simplecov (<= 0.13)
concurrent-ruby (1.1.9)
connection_pool (2.2.3)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
cool.io (1.7.1)
copyright-header (1.0.22)
github-linguist
Expand All @@ -50,7 +50,7 @@ GEM
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
fluentd (1.14.5)
fluentd (1.14.6)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
Expand Down Expand Up @@ -85,7 +85,7 @@ GEM
lru_redux (1.1.0)
mini_mime (1.0.2)
minitest (5.15.0)
msgpack (1.4.5)
msgpack (1.5.1)
multi_json (1.15.0)
multipart-post (2.1.1)
net-http-persistent (4.0.1)
Expand Down Expand Up @@ -131,7 +131,7 @@ GEM
test-unit (>= 2.5.2)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.5)
tzinfo-data (1.2022.1)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 2.5.0'

gem.add_runtime_dependency "fluentd", "= 1.14.5"
gem.add_runtime_dependency "fluentd", "= 1.14.6"
gem.add_runtime_dependency "lru_redux"
# gem.add_runtime_dependency 'kubeclient', '< 5' # Git version of Kubeclient specified in Gemfile
gem.add_runtime_dependency 'net-http-persistent', '~> 4.0'
Expand Down
10 changes: 5 additions & 5 deletions fluent-plugin-kubernetes-sumologic/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
fluent-plugin-kubernetes-sumologic (2.0.0)
fluentd (= 1.14.5)
fluentd (= 1.14.6)
httpclient (~> 2.8.0)

GEM
Expand All @@ -12,12 +12,12 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
cool.io (1.7.1)
crack (0.4.5)
rexml
docile (1.4.0)
fluentd (1.14.5)
fluentd (1.14.6)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
Expand All @@ -32,7 +32,7 @@ GEM
hashdiff (1.0.1)
http_parser.rb (0.8.0)
httpclient (2.8.3)
msgpack (1.4.5)
msgpack (1.5.1)
power_assert (2.0.1)
public_suffix (4.0.6)
rake (13.0.6)
Expand All @@ -51,7 +51,7 @@ GEM
power_assert
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.5)
tzinfo-data (1.2022.1)
tzinfo (>= 1.0.0)
webmock (3.14.0)
addressable (>= 2.8.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency 'test-unit', '~> 3.5.3'
spec.add_development_dependency "codecov", ">= 0.1.10"
spec.add_runtime_dependency "fluentd", "= 1.14.5"
spec.add_runtime_dependency "fluentd", "= 1.14.6"
spec.add_runtime_dependency 'httpclient', '~> 2.8.0'
end
10 changes: 5 additions & 5 deletions fluent-plugin-prometheus-format/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ PATH
remote: .
specs:
fluent-plugin-prometheus-format (2.0.0)
fluentd (= 1.14.5)
fluentd (= 1.14.6)

GEM
remote: https://rubygems.org/
specs:
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
cool.io (1.7.1)
fluentd (1.14.5)
fluentd (1.14.6)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
Expand All @@ -22,7 +22,7 @@ GEM
webrick (>= 1.4.2, < 1.8.0)
yajl-ruby (~> 1.0)
http_parser.rb (0.8.0)
msgpack (1.4.5)
msgpack (1.5.1)
power_assert (2.0.1)
rake (13.0.6)
serverengine (2.2.5)
Expand All @@ -33,7 +33,7 @@ GEM
power_assert
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.5)
tzinfo-data (1.2022.1)
tzinfo (>= 1.0.0)
webrick (1.7.0)
yajl-ruby (1.4.2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "test-unit", "~> 3.0"
spec.add_runtime_dependency "fluentd", "= 1.14.5"
spec.add_runtime_dependency "fluentd", "= 1.14.6"
end
10 changes: 5 additions & 5 deletions fluent-plugin-protobuf/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ PATH
remote: .
specs:
fluent-plugin-protobuf (2.0.0)
fluentd (= 1.14.5)
fluentd (= 1.14.6)
google-protobuf (~> 3.17)
snappy (> 0)

GEM
remote: https://rubygems.org/
specs:
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
cool.io (1.7.1)
fluentd (1.14.5)
fluentd (1.14.6)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
Expand All @@ -25,7 +25,7 @@ GEM
yajl-ruby (~> 1.0)
google-protobuf (3.20.0)
http_parser.rb (0.8.0)
msgpack (1.4.5)
msgpack (1.5.1)
power_assert (2.0.1)
rake (13.0.6)
serverengine (2.2.5)
Expand All @@ -37,7 +37,7 @@ GEM
power_assert
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.5)
tzinfo-data (1.2022.1)
tzinfo (>= 1.0.0)
webrick (1.7.0)
yajl-ruby (1.4.2)
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-protobuf/fluent-plugin-protobuf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "test-unit", "~> 3.0"
spec.add_runtime_dependency "google-protobuf", "~> 3.17"
spec.add_runtime_dependency "snappy", "> 0"
spec.add_runtime_dependency "fluentd", "= 1.14.5"
spec.add_runtime_dependency "fluentd", "= 1.14.6"
end

0 comments on commit e9b7b61

Please sign in to comment.