From 9c464533d3c38feff6412edb4fa0186dc30069a6 Mon Sep 17 00:00:00 2001 From: Zhonghui Hu Date: Thu, 30 Sep 2021 16:54:46 -0700 Subject: [PATCH] Bump version to 2.20.0 --- AWS_FOR_FLUENT_BIT_VERSION | 2 +- CHANGELOG.md | 16 ++++++++++++++++ Dockerfile.plugins | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/AWS_FOR_FLUENT_BIT_VERSION b/AWS_FOR_FLUENT_BIT_VERSION index b87b08b5b..a4cc673ab 100644 --- a/AWS_FOR_FLUENT_BIT_VERSION +++ b/AWS_FOR_FLUENT_BIT_VERSION @@ -1 +1 @@ -2.19.2 \ No newline at end of file +2.20.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 326be7f46..a53817bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +### 2.20.0 +This release includes: +* An Amazon Linux 2 Base +* Fluent Bit [1.8.7](https://fluentbit.io/announcements/v1.8.7/) +* Amazon CloudWatch Logs for Fluent Bit 1.6.3 +* Amazon Kinesis Streams for Fluent Bit 1.8.0 +* Amazon Kinesis Firehose for Fluent Bit 1.6.1 + +Compared to `2.19.2` this release adds: +* Feature - Add support for gzip compression of records [kinesis:162](https://github.com/aws/amazon-kinesis-streams-for-fluent-bit/pull/162) +* Bug - Fix return value from `tls_net_read` [fluentbit:4100](https://github.com/fluent/fluent-bit/pull/4100) +* Bug - Downgrade `mbedtls` to 2.24.0 [firelens:249](https://github.com/aws/aws-for-fluent-bit/pull/249) + +Important Note: +* Besides upgrading Fluent Bit version to 1.8.7, we also include some customized changes with this latest version (2.20.0) of `aws-for-fluent-bit` image. It aims to fix the `openssl` issue in Fluent Bit. + ### 2.19.2 This release includes: * An Amazon Linux 2 Base diff --git a/Dockerfile.plugins b/Dockerfile.plugins index 05a98112b..acaa2afad 100644 --- a/Dockerfile.plugins +++ b/Dockerfile.plugins @@ -10,7 +10,7 @@ ENV GO111MODULE on RUN go env -w GOPROXY=direct ARG KINESIS_PLUGIN_CLONE_URL=https://github.com/aws/amazon-kinesis-streams-for-fluent-bit.git -ARG KINESIS_PLUGIN_TAG=v1.7.3 +ARG KINESIS_PLUGIN_TAG=v1.8.0 ARG KINESIS_PLUGIN_BRANCH="" ARG FIREHOSE_PLUGIN_CLONE_URL=https://github.com/aws/amazon-kinesis-firehose-for-fluent-bit.git ARG FIREHOSE_PLUGIN_TAG=v1.6.1