From e89092ce1132a933c12bb23fe8c9323c07ca81f5 Mon Sep 17 00:00:00 2001 From: Takuro Ashie Date: Thu, 27 Oct 2022 17:20:01 +0900 Subject: [PATCH] v1.15.3 Signed-off-by: Takuro Ashie --- CHANGELOG.md | 19 +++++++++++++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf32b1a69..aada2631f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # v1.15 +## Release v1.15.3 - 2022/11/02 + +### Bug Fix + +* Support glob for `!include` directive in YAML config format + https://github.com/fluent/fluentd/pull/3917 +* Remove meaningless oj options + https://github.com/fluent/fluentd/pull/3929 +* Fix log initializer to correctly create per-process files on Windows + https://github.com/fluent/fluentd/pull/3939 +* out_file: Fix the multi-worker check with `` directive + https://github.com/fluent/fluentd/pull/3942 + +### Misc + +* Fix broken tests on Ruby 3.2 + https://github.com/fluent/fluentd/pull/3883 + https://github.com/fluent/fluentd/pull/3922 + ## Release v1.15.2 - 2022/08/22 ### Enhancement diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index 9432276e27..df987f8bdd 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.15.2' + VERSION = '1.15.3' end