File tree 5 files changed +20
-7
lines changed
5 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Testing on Ubuntu
2
2
3
3
on :
4
4
push :
5
- branches : [master]
5
+ branches : [master, v1.16 ]
6
6
pull_request :
7
- branches : [master]
7
+ branches : [master, v1.16 ]
8
8
9
9
jobs :
10
10
test :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Testing on macOS
2
2
3
3
on :
4
4
push :
5
- branches : [master]
5
+ branches : [master, v1.16 ]
6
6
pull_request :
7
- branches : [master]
7
+ branches : [master, v1.16 ]
8
8
9
9
jobs :
10
10
test :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Testing on Windows
2
2
3
3
on :
4
4
push :
5
- branches : [master]
5
+ branches : [master, v1.16 ]
6
6
pull_request :
7
- branches : [master]
7
+ branches : [master, v1.16 ]
8
8
9
9
jobs :
10
10
test :
Original file line number Diff line number Diff line change 1
1
# v1.16
2
2
3
+ ## Release v1.16.3 - 2023/11/14
4
+
5
+ ### Bug Fix
6
+
7
+ * in_tail: Fix a stall bug on !follow_inode case
8
+ https://github.com/fluent/fluentd/pull/4327
9
+ * in_tail: add warning for silent stop on !follow_inodes case
10
+ https://github.com/fluent/fluentd/pull/4339
11
+ * Buffer: Fix NoMethodError with empty unstaged chunk arrays
12
+ https://github.com/fluent/fluentd/pull/4303
13
+ * Fix for rotate_age where Fluentd passes as Symbol
14
+ https://github.com/fluent/fluentd/pull/4311
15
+
3
16
## Release v1.16.2 - 2023/07/14
4
17
5
18
### Bug Fix
Original file line number Diff line number Diff line change 16
16
17
17
module Fluent
18
18
19
- VERSION = '1.16.2 '
19
+ VERSION = '1.16.3 '
20
20
21
21
end
You can’t perform that action at this time.
0 commit comments