From 6a47a1678567a532c5446abc5243ba31aa7ee4b2 Mon Sep 17 00:00:00 2001 From: Weijian Zhang Date: Wed, 10 Aug 2022 14:54:09 -0700 Subject: [PATCH] Bump to 2.28.0 --- AWS_FOR_FLUENT_BIT_VERSION | 2 +- CHANGELOG.md | 12 ++++++++++++ Dockerfile | 2 +- Dockerfile.debug | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/AWS_FOR_FLUENT_BIT_VERSION b/AWS_FOR_FLUENT_BIT_VERSION index 295b40e7f..90efbd4e3 100644 --- a/AWS_FOR_FLUENT_BIT_VERSION +++ b/AWS_FOR_FLUENT_BIT_VERSION @@ -1 +1 @@ -2.27.0 \ No newline at end of file +2.28.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ae019c2..1614351f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # Changelog +### 2.28.0 +This release includes: +* Fluent Bit [1.9.7](https://fluentbit.io/announcements/v1.9.7/) +* Amazon CloudWatch Logs for Fluent Bit 1.9.0 +* Amazon Kinesis Streams for Fluent Bit 1.10.0 +* Amazon Kinesis Firehose for Fluent Bit 1.7.0 + +Compared to `2.27.0` this release adds: +* Feature - Add gzip compression support for multipart uploads in [S3 Output plugin](https://docs.fluentbit.io/manual/pipeline/outputs/s3/) +* Bug - S3 output key formatting inconsistent rendering of `$TAG[n]` [aws-for-fluent-bit:376](https://github.com/aws/aws-for-fluent-bit/issues/376) +* Bug - fix concurrency issue in S3 key formatting +* Bug - `cloudwatch_logs` plugin fix skip counting empty events ### 2.27.0 This release includes: diff --git a/Dockerfile b/Dockerfile index 3527f4547..1bb749574 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.9.6 +ENV FLB_VERSION 1.9.7 # 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 9950b122c..a15cf78a5 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.9.6 +ENV FLB_VERSION 1.9.7 # branch to pull parsers from in github.com/fluent/fluent-bit-docker-image ENV FLB_DOCKER_BRANCH 1.8 @@ -149,4 +149,4 @@ CMD valgrind --leak-check=full /fluent-bit/bin/fluent-bit -c /fluent-bit/etc/flu # # RUN mkdir /cores && chmod 777 /cores # CMD sysctl -w kernel.core_pattern='/cores/core.%e.%p' && /fluent-bit/bin/fluent-bit -c /fluent-bit/etc/fluent-bit.conf - \ No newline at end of file +