From 76771a4a471aa32ce27044dfa7323b728fc30ea7 Mon Sep 17 00:00:00 2001 From: Drew Zhang Date: Tue, 11 Jan 2022 17:45:28 -0800 Subject: [PATCH] Bump version to 2.21.6 Signed-off-by: Drew Zhang --- AWS_FOR_FLUENT_BIT_VERSION | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/AWS_FOR_FLUENT_BIT_VERSION b/AWS_FOR_FLUENT_BIT_VERSION index 982743828..87eec9f5d 100644 --- a/AWS_FOR_FLUENT_BIT_VERSION +++ b/AWS_FOR_FLUENT_BIT_VERSION @@ -1 +1 @@ -2.21.5 \ No newline at end of file +2.21.6 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b48fff7e7..5669f9b45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ # Changelog +### 2.21.6 +This release includes: +* An Amazon Linux 2 Base +* Fluent Bit [1.8.11](https://fluentbit.io/announcements/v1.8.11/) +* Amazon CloudWatch Logs for Fluent Bit 1.6.4 +* Amazon Kinesis Streams for Fluent Bit 1.8.0 +* Amazon Kinesis Firehose for Fluent Bit 1.6.1 + +Compared to `2.21.5` this release adds: +* Go version upgrade to 1.17.6 + +Same as `2.21.5`, this release includes the following fixes for AWS customers that we are working on getting accepted upstream: +* Bug - Fix return value from `tls_net_read` [fluentbit:4098](https://github.com/fluent/fluent-bit/issues/4098) +* Bug - Downgrade `mbedtls` to 2.24.0 to fix the performance regression issue in `mbedtls` 2.26.0 [fluentbit:4110](https://github.com/fluent/fluent-bit/issues/4110) +* Bug - Resolve IMDSv1 fallback error introduced in 2.21.0 [aws-for-fluent-bit:259](https://github.com/aws/aws-for-fluent-bit/issues/259) ### 2.21.5 This release includes: