From 6c0c3f6a54f7804b23a0e92ab2ec571261b5ab60 Mon Sep 17 00:00:00 2001 From: Matthew Fala Date: Mon, 5 Dec 2022 20:39:13 +0000 Subject: [PATCH] Bump to 2.29.0 --- AWS_FLB_CHERRY_PICKS | 3 +-- AWS_FOR_FLUENT_BIT_VERSION | 2 +- CHANGELOG.md | 13 +++++++++++++ Dockerfile | 2 +- Dockerfile.debug | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/AWS_FLB_CHERRY_PICKS b/AWS_FLB_CHERRY_PICKS index ff4d1c6b3..b9d75de20 100644 --- a/AWS_FLB_CHERRY_PICKS +++ b/AWS_FLB_CHERRY_PICKS @@ -1,2 +1 @@ -# Different User Agent for Windows vs Linux -https://github.com/PettitWesley/fluent-bit.git aws-windows-metrics d6d8c964b2814fe9c631b4f6a01ca4af4409779c +# No added cherrypicks in this release \ No newline at end of file diff --git a/AWS_FOR_FLUENT_BIT_VERSION b/AWS_FOR_FLUENT_BIT_VERSION index d422cdf09..f01356823 100644 --- a/AWS_FOR_FLUENT_BIT_VERSION +++ b/AWS_FOR_FLUENT_BIT_VERSION @@ -1 +1 @@ -2.28.4 +2.29.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index c008f8751..11605a4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### 2.29.0 +This release includes: +* Fluent Bit [1.9.10](https://fluentbit.io/announcements/v1.9.10/) +* Amazon CloudWatch Logs for Fluent Bit 1.9.1 +* Amazon Kinesis Streams for Fluent Bit 1.10.1 +* Amazon Kinesis Firehose for Fluent Bit 1.7.1 + +Compared to `2.28.4` this release adds: +* Feature - Add `store_dir_limit_size` option [fluent-bit-docs:971](https://github.com/fluent/fluent-bit-docs/pull/971) +* Feature - New filter for AWS ECS Metadata [fluentbit:5898](https://github.com/fluent/fluent-bit/pull/5898) +* Enhancement - Different user agent on windows vs linux [fluentbit:6325](https://github.com/fluent/fluent-bit/pull/6325) +* Bug - Resolve Fluent Bit networking hangs affecting CloudWatch plugin by migrating to async networking + sync core scheduler [fluent-bit:6339](https://github.com/fluent/fluent-bit/pull/6339) + ### 2.28.4 This release includes: * Fluent Bit [1.9.9](https://fluentbit.io/announcements/v1.9.9/) diff --git a/Dockerfile b/Dockerfile index b7b71c928..77fa0ca12 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.9 +ENV FLB_VERSION 1.9.10 # 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 56fa91c9c..6cfd6effa 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.9 +ENV FLB_VERSION 1.9.10 # branch to pull parsers from in github.com/fluent/fluent-bit-docker-image ENV FLB_DOCKER_BRANCH 1.8