Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.13.3 #3470

Merged
merged 1 commit into from
Jul 27, 2021
Merged

v1.13.3 #3470

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
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
ashie marked this conversation as resolved.
Show resolved Hide resolved
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