From 5c53ffd27a7cef17ffbb01d5ce478e77d7b38e80 Mon Sep 17 00:00:00 2001 From: Matthew Fala Date: Wed, 30 Mar 2022 19:18:09 +0000 Subject: [PATCH] Bump to 2.23.3 Signed-off-by: Matthew Fala --- AWS_FOR_FLUENT_BIT_VERSION | 2 +- CHANGELOG.md | 14 ++++++++++++++ Dockerfile | 2 +- Dockerfile.debug | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/AWS_FOR_FLUENT_BIT_VERSION b/AWS_FOR_FLUENT_BIT_VERSION index b7fbcebc1..174f0e333 100644 --- a/AWS_FOR_FLUENT_BIT_VERSION +++ b/AWS_FOR_FLUENT_BIT_VERSION @@ -1 +1 @@ -2.23.2 \ No newline at end of file +2.23.3 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c9f06989..029d87b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ # Changelog +### 2.23.3 +This release includes: +* An Amazon Linux 2 Base +* Fluent Bit [1.8.15](https://fluentbit.io/announcements/v1.8.15/) +* 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 + +Same as `2.23.2`, 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) + +New Tool: +* [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. + ### 2.23.2 This release includes: * An Amazon Linux 2 Base diff --git a/Dockerfile b/Dockerfile index a73d16fc6..0766eb911 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.14 +ENV FLB_VERSION 1.8.15 # 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 98364768a..96b1c7633 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.14 +ENV FLB_VERSION 1.8.15 # branch to pull parsers from in github.com/fluent/fluent-bit-docker-image ENV FLB_DOCKER_BRANCH 1.8