Skip to content

Commit 7d87c27

Browse files
committed
Bump version to 2.21.0
Signed-off-by: Wesley Pettit <[email protected]>
1 parent 32d9f9b commit 7d87c27

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
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.20.0
1+
2.21.0

CHANGELOG.md

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

3+
### 2.21.0
4+
This release includes:
5+
* An Amazon Linux 2 Base
6+
* Fluent Bit [1.8.8](https://fluentbit.io/announcements/v1.8.8/)
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.20.0` this release adds:
12+
* Feature/Warning - This release introduces IMDSv2 support. Instances that rely on IMDS for security credentials must set EC2's instance-metadata-option `http-put-response-hop-limit` to `2` otherwise Fluent Bit will hang [aws-for-fluent-bit:259](https://github.com/aws/aws-for-fluent-bit/pull/259)
13+
* Bug - Fix memory leak in S3 output [fluentbit:4038](https://github.com/fluent/fluent-bit/issues/4038)
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+
317
### 2.20.0
418
This release includes:
519
* An Amazon Linux 2 Base

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM public.ecr.aws/amazonlinux/amazonlinux:latest as builder
22

33
# Fluent Bit version; update these for each release
4-
ENV FLB_VERSION 1.8.7
4+
ENV FLB_VERSION 1.8.8
55
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
66
ENV FLB_DOCKER_BRANCH 1.8
77

@@ -41,9 +41,9 @@ ENV PATH ${PATH}:/home/.gimme/versions/go1.17.linux.arm64/bin:/home/.gimme/versi
4141
RUN go version
4242

4343
WORKDIR /tmp/fluent-bit-$FLB_VERSION/
44-
RUN git clone https://github.com/zhonghui12/fluent-bit.git /tmp/fluent-bit-$FLB_VERSION/
44+
RUN git clone https://github.com/PettitWesley/fluent-bit.git /tmp/fluent-bit-$FLB_VERSION/
4545
WORKDIR /tmp/fluent-bit-$FLB_VERSION/build/
46-
RUN git fetch origin && git checkout custom-1.8.7 && git status
46+
RUN git fetch origin && git checkout 1_8_8_patch && git status
4747
RUN cmake -DFLB_RELEASE=On \
4848
-DFLB_TRACE=Off \
4949
-DFLB_JEMALLOC=On \

0 commit comments

Comments
 (0)