Skip to content

Commit

Permalink
v1.16.3
Browse files Browse the repository at this point in the history
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
  • Loading branch information
daipom committed Nov 14, 2023
1 parent f8732a9 commit d3cf2e0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Testing on Ubuntu

on:
push:
branches: [master]
branches: [master, v1.16]
pull_request:
branches: [master]
branches: [master, v1.16]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Testing on macOS

on:
push:
branches: [master]
branches: [master, v1.16]
pull_request:
branches: [master]
branches: [master, v1.16]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Testing on Windows

on:
push:
branches: [master]
branches: [master, v1.16]
pull_request:
branches: [master]
branches: [master, v1.16]

jobs:
test:
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# v1.16

## Release v1.16.3 - 2023/11/14

### Bug Fix

* in_tail: Fix a stall bug on !follow_inode case
https://github.com/fluent/fluentd/pull/4327
* in_tail: add warning for silent stop on !follow_inodes case
https://github.com/fluent/fluentd/pull/4339
* Buffer: Fix NoMethodError with empty unstaged chunk arrays
https://github.com/fluent/fluentd/pull/4303
* Fix for rotate_age where Fluentd passes as Symbol
https://github.com/fluent/fluentd/pull/4311

## Release v1.16.2 - 2023/07/14

### Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Fluent

VERSION = '1.16.2'
VERSION = '1.16.3'

end

0 comments on commit d3cf2e0

Please sign in to comment.