Skip to content

Commit

Permalink
feat(fluentd): upgrade fluentd to v1.12.3
Browse files Browse the repository at this point in the history
 - upgrade to fluentd v1.12.3 with latest `in_tail` fixes
 - fluent/fluentd#3355
 - fluent/fluentd#3328
 - Changelog: https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#release-v1123---20210423

Signed-off-by: Anton Ouzounov <aouzounov@vmware.com>
  • Loading branch information
Anton Ouzounov committed Apr 27, 2021
1 parent c0be66d commit 9e3cecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-image/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

# pin fluentd, probably a good idea to pin all gems
gem "fluentd", "1.12.2"
gem "fluentd", "~> 1.12.3"

gem 'ffi', "1.14.2"
gem 'fluent-plugin-amqp', "0.14.0"
Expand Down

0 comments on commit 9e3cecc

Please sign in to comment.