Skip to content

Commit 32d9f9b

Browse files
committed
Bump version to 2.20.0
1 parent 467e1da commit 32d9f9b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
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.19.2
1+
2.20.0

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
### 2.20.0
4+
This release includes:
5+
* An Amazon Linux 2 Base
6+
* Fluent Bit [1.8.7](https://fluentbit.io/announcements/v1.8.7/)
7+
* Amazon CloudWatch Logs for Fluent Bit 1.6.3
8+
* Amazon Kinesis Streams for Fluent Bit 1.8.0
9+
* Amazon Kinesis Firehose for Fluent Bit 1.6.1
10+
11+
Compared to `2.19.2` this release adds:
12+
* Feature - Add support for gzip compression of records [kinesis:162](https://github.com/aws/amazon-kinesis-streams-for-fluent-bit/pull/162)
13+
* Enhancement - Build `aws-for-fluent-bit` image with release mode rather than debug mode [aws-for-fluent-bit:249](https://github.com/aws/aws-for-fluent-bit/pull/249)
14+
* Bug - Fix return value from `tls_net_read` [fluentbit:4098](https://github.com/fluent/fluent-bit/issues/4098)
15+
* Bug - Downgrade `mbedtls` to 2.24.0 to fix the performance regression issue in `mbedtls` 2.26.0 [fluentbit:4110](https://github.com/fluent/fluent-bit/issues/4110)
16+
17+
Important Note:
18+
* 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. This aims to fix performance and stability issues in Fluent Bit.
19+
320
### 2.19.2
421
This release includes:
522
* An Amazon Linux 2 Base

Dockerfile.plugins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV GO111MODULE on
1010
RUN go env -w GOPROXY=direct
1111

1212
ARG KINESIS_PLUGIN_CLONE_URL=https://github.com/aws/amazon-kinesis-streams-for-fluent-bit.git
13-
ARG KINESIS_PLUGIN_TAG=v1.7.3
13+
ARG KINESIS_PLUGIN_TAG=v1.8.0
1414
ARG KINESIS_PLUGIN_BRANCH=""
1515
ARG FIREHOSE_PLUGIN_CLONE_URL=https://github.com/aws/amazon-kinesis-firehose-for-fluent-bit.git
1616
ARG FIREHOSE_PLUGIN_TAG=v1.6.1

0 commit comments

Comments
 (0)