Skip to content

Commit

Permalink
v1.15.3
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Nov 2, 2022
1 parent 5e2ef51 commit e89092c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# v1.15

## Release v1.15.3 - 2022/11/02

### Bug Fix

* Support glob for `!include` directive in YAML config format
https://github.com/fluent/fluentd/pull/3917
* Remove meaningless oj options
https://github.com/fluent/fluentd/pull/3929
* Fix log initializer to correctly create per-process files on Windows
https://github.com/fluent/fluentd/pull/3939
* out_file: Fix the multi-worker check with `<worker 0-N>` directive
https://github.com/fluent/fluentd/pull/3942

### Misc

* Fix broken tests on Ruby 3.2
https://github.com/fluent/fluentd/pull/3883
https://github.com/fluent/fluentd/pull/3922

## Release v1.15.2 - 2022/08/22

### Enhancement
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.15.2'
VERSION = '1.15.3'

end

0 comments on commit e89092c

Please sign in to comment.