Skip to content

Commit 5114da6

Browse files
authored
v1.16.10
Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent f98375c commit 5114da6

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

CHANGELOG.md

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

3+
## Release v1.16.10 - 2025/09/12
4+
5+
### Bug Fix
6+
7+
* server plugin helper: ensure to close all connections at shutdown
8+
https://github.com/fluent/fluentd/pull/5088
9+
10+
### Misc
11+
12+
* CI improvemnts
13+
https://github.com/fluent/fluentd/pull/5083
14+
https://github.com/fluent/fluentd/pull/5085
15+
https://github.com/fluent/fluentd/pull/5086
16+
https://github.com/fluent/fluentd/pull/5091
17+
https://github.com/fluent/fluentd/pull/5092
18+
319
## Release v1.16.9 - 2025/05/14
420

521
### Bug Fix

SECURITY.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
## Supported Versions
44

5-
| Version | Supported |
6-
| ------- | ------------------ |
5+
| Version | Supported |
6+
|-----------|--------------------|
7+
| 1.19.x | :white_check_mark: |
8+
| 1.18.x | :x: |
9+
| 1.17.x | :x: |
710
| 1.16.x | :white_check_mark: |
8-
| 1.15.x | :white_check_mark: |
9-
| <= 1.14.x | :x: |
11+
| <= 1.15.x | :x: |
1012

1113
## Reporting a Vulnerability
1214

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.9'
19+
VERSION = '1.16.10'
2020

2121
end

0 commit comments

Comments
 (0)