Skip to content

Commit efdc4dc

Browse files
authored
v1.19.1
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent b0ddde7 commit efdc4dc

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## Release v1.19.1 - 2025/11/06
4+
5+
### Bug Fix
6+
7+
* YAML config: Supports parsing array format https://github.com/fluent/fluentd/pull/5139
8+
9+
### Misc
10+
11+
* gem: fix uri gem version to keep IPv6 tests https://github.com/fluent/fluentd/pull/5144
12+
* CI fixes
13+
* https://github.com/fluent/fluentd/pull/5055
14+
* https://github.com/fluent/fluentd/pull/5057
15+
* https://github.com/fluent/fluentd/pull/5063
16+
* https://github.com/fluent/fluentd/pull/5064
17+
* https://github.com/fluent/fluentd/pull/5077
18+
* https://github.com/fluent/fluentd/pull/5078
19+
* https://github.com/fluent/fluentd/pull/5136
20+
* https://github.com/fluent/fluentd/pull/5140
21+
322
## Release v1.19.0 - 2025/07/30
423

524
### Enhancement

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.19.0'
19+
VERSION = '1.19.1'
2020

2121
end

0 commit comments

Comments
 (0)