Skip to content

Commit

Permalink
Bump version to 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghui12 committed Mar 9, 2022
1 parent 883ce44 commit 4b3abf1
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10 deletions.
10 changes: 3 additions & 7 deletions AWS_FLB_CHERRY_PICKS
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# Downgrade mbedtls to 2.24.0 to fix the performance regression issue (https://github.com/fluent/fluent-bit/issues/4110)
# Commit 1 -- eccd4171 downgrade mbedtls to 2.24.0
https://github.com/zhonghui12/fluent-bit.git immutable-1.8-mbedtls-2.24.0-cherry-pick e4060aaf8c377614484e2ce36fe05542d6e5fd51

# Support timeout on synchronous network calls (https://github.com/fluent/fluent-bit/pull/4184)
# Commit 2 -- io: revised support timeout on synchronous calls
# Commit 3 -- io: default to old net_io_read
# Commit 1 -- io: revised support timeout on synchronous calls
# Commit 2 -- io: default to old net_io_read
https://github.com/matthewfala/fluent-bit.git immutable-1.8-sync-timeout-12-r2 b07c5b07573983b78b27e0d48d7a3081aa8c4f3b
https://github.com/matthewfala/fluent-bit.git immutable-1.8-imds-r2-cherry-picks-r3 7088680dac1059ab39a875630771c0304045ad93

# IMDS graceful fallback from IMDSv2 to IMDSv1 (https://github.com/aws/aws-for-fluent-bit/issues/259)
# Commit 4 -- aws: revised imds fallback to v1 if token request fails
# Commit 3 -- aws: revised imds fallback to v1 if token request fails
https://github.com/matthewfala/fluent-bit.git immutable-1.8-imds-r2-cherry-picks-r3 5a9ad8e43dfbdd93fa5f621f607d9548450eb23a
2 changes: 1 addition & 1 deletion AWS_FOR_FLUENT_BIT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.22.0
2.23.0
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# Changelog
### 2.23.0
This release includes:
* An Amazon Linux 2 Base
* Fluent Bit [1.8.13](https://fluentbit.io/announcements/v1.8.13/)
* Amazon CloudWatch Logs for Fluent Bit 1.7.0
* Amazon Kinesis Streams for Fluent Bit 1.9.0
* Amazon Kinesis Firehose for Fluent Bit 1.6.1

Compared to `2.22.0` this release adds:
* Feature - Add timeout config for AWS SDK Go HTTP calls [kinesis:178](https://github.com/aws/amazon-kinesis-streams-for-fluent-bit/issues/178)
* Enhancement - Migrate AWS plugins to performant 2.25.0-mbedtls base64 implementation [fluentbit:4422](https://github.com/fluent/fluent-bit/pull/4422)
* Bug - Fix message loss issue using concurrency feature with 0 retries [kinesis:179](https://github.com/aws/amazon-kinesis-streams-for-fluent-bit/pull/179)

Compared to `2.22.0` this release deletes the following fix which has been covered in new enhancement:
* 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)

Same as `2.22.0`, this release includes the following fix for AWS customers that we are working on getting accepted upstream:
* Bug - Resolve IMDSv1 fallback error introduced in 2.21.0 [aws-for-fluent-bit:259](https://github.com/aws/aws-for-fluent-bit/issues/259)

### 2.22.0
This release includes:
* An Amazon Linux 2 Base
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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.8.12
ENV FLB_VERSION 1.8.13
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
ENV FLB_DOCKER_BRANCH 1.8

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.plugins
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.1
ARG KINESIS_PLUGIN_TAG=v1.9.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
Expand Down

0 comments on commit 4b3abf1

Please sign in to comment.