diff --git a/AWS_FOR_FLUENT_BIT_VERSION b/AWS_FOR_FLUENT_BIT_VERSION index 388be8da7..b7fbcebc1 100644 --- a/AWS_FOR_FLUENT_BIT_VERSION +++ b/AWS_FOR_FLUENT_BIT_VERSION @@ -1 +1 @@ -2.23.1 \ No newline at end of file +2.23.2 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1796565f7..8c9f06989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ # Changelog +### 2.23.2 +This release includes: +* An Amazon Linux 2 Base +* Fluent Bit [1.8.14](https://fluentbit.io/announcements/v1.8.14/) +* Amazon CloudWatch Logs for Fluent Bit 1.7.0 +* Amazon Kinesis Streams for Fluent Bit 1.9.0 +* Amazon Kinesis Firehose for Fluent Bit 1.6.1 + +Compared to `2.23.1` this release adds: +* Enhancement - Mitigate throttling issue on log group in cloudwatch_logs plugin [fluentbit:4826](https://github.com/fluent/fluent-bit/pull/4826) + +Same as `2.23.1`, this release includes the following fix for AWS customers that we are working on getting accepted upstream: +* 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.23.1 This release includes: diff --git a/Dockerfile b/Dockerfile index 4cd77dcd8..a73d16fc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:latest as builder # Fluent Bit version; update these for each release -ENV FLB_VERSION 1.8.13 +ENV FLB_VERSION 1.8.14 # branch to pull parsers from in github.com/fluent/fluent-bit-docker-image ENV FLB_DOCKER_BRANCH 1.8 diff --git a/Dockerfile.debug b/Dockerfile.debug index b97eb2b57..98364768a 100644 --- a/Dockerfile.debug +++ b/Dockerfile.debug @@ -1,7 +1,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:latest as builder # Fluent Bit version; update these for each release -ENV FLB_VERSION 1.8.12 +ENV FLB_VERSION 1.8.14 # branch to pull parsers from in github.com/fluent/fluent-bit-docker-image ENV FLB_DOCKER_BRANCH 1.8