Skip to content

Commit fa1cfbb

Browse files
authored
Merge pull request #4600 from fluent/release-v1.16.6
v1.16.6
2 parents a0ede80 + f0cc1f0 commit fa1cfbb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# v1.16
22

3+
## Release v1.16.6 - 2024/08/16
4+
5+
### Bug Fix
6+
7+
* YAML config syntax: Fix issue where `$log_level` element was not supported correctly
8+
https://github.com/fluent/fluentd/pull/4486
9+
* parser_json: Fix wrong LoadError warning
10+
https://github.com/fluent/fluentd/pull/4592
11+
* `fluentd` command: Fix `--plugin` (`-p`) option not to overwrite default value
12+
https://github.com/fluent/fluentd/pull/4605
13+
14+
### Misc
15+
16+
* out_file: Add warn message for symlink_path setting
17+
https://github.com/fluent/fluentd/pull/4512
18+
* Keep console gem v1.23 to avoid LoadError
19+
https://github.com/fluent/fluentd/pull/4510
20+
321
## Release v1.16.5 - 2024/03/27
422

523
### Bug Fix

lib/fluent/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Fluent
1818

19-
VERSION = '1.16.5'
19+
VERSION = '1.16.6'
2020

2121
end

0 commit comments

Comments
 (0)