Skip to content

Commit

Permalink
v1.13.3
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Jul 27, 2021
1 parent 8eeb059 commit e299aa3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 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 on compaction with `follow_inode`.
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
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Fluent

VERSION = '1.13.2'
VERSION = '1.13.3'

end

0 comments on commit e299aa3

Please sign in to comment.