Skip to content

Commit 5c53ffd

Browse files
committed
Bump to 2.23.3
Signed-off-by: Matthew Fala <[email protected]>
1 parent fb6c8f2 commit 5c53ffd

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.2
1+
2.23.3

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
### 2.23.3
3+
This release includes:
4+
* An Amazon Linux 2 Base
5+
* Fluent Bit [1.8.15](https://fluentbit.io/announcements/v1.8.15/)
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+
Same as `2.23.2`, this release includes the following fix for AWS customers that we are working on getting accepted upstream:
11+
* 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)
12+
13+
New Tool:
14+
* [firelens-datajet](https://github.com/aws/firelens-datajet) is a holistic log/metric routing software test tool made to flexibly send test data to Fluent Bit in a repeatable, reliable, and portable manner. Create test configuration JSONs that modularly connect test data generators to data senders, customize data generation rate, send data in parallel over various ingestion routes, and mock log router destinations.
15+
216
### 2.23.2
317
This release includes:
418
* An Amazon Linux 2 Base

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.14
4+
ENV FLB_VERSION 1.8.15
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.14
4+
ENV FLB_VERSION 1.8.15
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)