Skip to content

Commit d3cf2e0

Browse files
committed
v1.16.3
Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent f8732a9 commit d3cf2e0

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

.github/workflows/linux-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Testing on Ubuntu
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, v1.16]
66
pull_request:
7-
branches: [master]
7+
branches: [master, v1.16]
88

99
jobs:
1010
test:

.github/workflows/macos-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Testing on macOS
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, v1.16]
66
pull_request:
7-
branches: [master]
7+
branches: [master, v1.16]
88

99
jobs:
1010
test:

.github/workflows/windows-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Testing on Windows
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, v1.16]
66
pull_request:
7-
branches: [master]
7+
branches: [master, v1.16]
88

99
jobs:
1010
test:

CHANGELOG.md

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

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+
316
## Release v1.16.2 - 2023/07/14
417

518
### 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.2'
19+
VERSION = '1.16.3'
2020

2121
end

0 commit comments

Comments
 (0)