File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1- 2.23.1
1+ 2.23.2
Original file line number Diff line number Diff line change 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
417This release includes:
Original file line number Diff line number Diff line change 11FROM 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
66ENV FLB_DOCKER_BRANCH 1.8
77
Original file line number Diff line number Diff line change 11FROM 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
66ENV FLB_DOCKER_BRANCH 1.8
77
You can’t perform that action at this time.
0 commit comments