Skip to content

Commit daccbc6

Browse files
daipomkenhys
andauthored
v1.16.9
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com> Co-authored-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 51b7da0 commit daccbc6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
# v1.16
22

3+
## Release v1.16.9 - 2025/05/14
4+
5+
### Bug Fix
6+
7+
* winsvc: Fix bug where service accidentally stops after starting.
8+
The previous version (v1.16.8) should not be used for Windows Service.
9+
https://github.com/fluent/fluentd/pull/4955
10+
11+
### Misc
12+
13+
* CI improvemnts
14+
https://github.com/fluent/fluentd/pull/4956
15+
316
## Release v1.16.8 - 2025/05/01
417

18+
**This version has a critical bug about Windows Service. Do not use this version.**
19+
(https://github.com/fluent/fluentd/pull/4955)
20+
521
### Bug Fix
622

723
* winsvc: Stop the service when the supervisor is dead

lib/fluent/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Fluent
1818

19-
VERSION = '1.16.8'
19+
VERSION = '1.16.9'
2020

2121
end

0 commit comments

Comments
 (0)