Skip to content

Commit cb049a3

Browse files
committed
Bump to 2.23.2
Signed-off-by: Drew Zhang <[email protected]>
1 parent 4fe4979 commit cb049a3

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

AWS_FOR_FLUENT_BIT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.23.1
1+
2.23.2

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Changelog
2+
### 2.23.2
3+
This release includes:
4+
* An Amazon Linux 2 Base
5+
* Fluent Bit [1.8.14](https://fluentbit.io/announcements/v1.8.14/)
6+
* Amazon CloudWatch Logs for Fluent Bit 1.7.0
7+
* Amazon Kinesis Streams for Fluent Bit 1.9.0
8+
* Amazon Kinesis Firehose for Fluent Bit 1.6.1
9+
10+
Compared to `2.23.1` this release adds:
11+
* Enhancement - Mitigate throttling issue on log group in cloudwatch_logs plugin [fluentbit:4826](https://github.com/fluent/fluent-bit/pull/4826)
12+
13+
Same as `2.23.1`, this release includes the following fix for AWS customers that we are working on getting accepted upstream:
14+
* 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)
215

316
### 2.23.1
417
This release includes:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM public.ecr.aws/amazonlinux/amazonlinux:latest as builder
22

33
# Fluent Bit version; update these for each release
4-
ENV FLB_VERSION 1.8.13
4+
ENV FLB_VERSION 1.8.14
55
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
66
ENV FLB_DOCKER_BRANCH 1.8
77

Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM public.ecr.aws/amazonlinux/amazonlinux:latest as builder
22

33
# Fluent Bit version; update these for each release
4-
ENV FLB_VERSION 1.8.12
4+
ENV FLB_VERSION 1.8.14
55
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
66
ENV FLB_DOCKER_BRANCH 1.8
77

0 commit comments

Comments
 (0)