From 12de3b5a260a174fe4a419036d6e2b2e18fe7497 Mon Sep 17 00:00:00 2001 From: Takuro Ashie Date: Tue, 27 Jul 2021 10:22:20 +0900 Subject: [PATCH] v1.13.3 Signed-off-by: Takuro Ashie --- CHANGELOG.md | 24 ++++++++++++++++++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c62b52792a..fb541298c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# v1.13.3 + +## Release v1.13.3 - 2021/07/27 + +### Bug fix + +* in_tail: Care DeletePending state on Windows + https://github.com/fluent/fluentd/pull/3457 + https://github.com/fluent/fluentd/pull/3460 +* in_tail: Fix some pos_file bugs. + Avoid deleting pos_file entries unexpectedly when both + `pos_file_compaction_interval` and `follow_inode` are enabled. + Use `bytesize` instead of `size` for path length. + https://github.com/fluent/fluentd/pull/3459 +* in_tail: Fix detecting rotation twice on `follow_inode`. + https://github.com/fluent/fluentd/pull/3466 + +### Misc + +* Remove needless spaces in a sample config file + https://github.com/fluent/fluentd/pull/3456 + +### Enhancement + # v1.13.2 ## Release v1.13.2 - 2021/07/12 diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index ad1efb6098..d272aecc42 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.13.2' + VERSION = '1.13.3' end