Skip to content

Commit

Permalink
Merge pull request #407 from zwj102030/v2.28.0
Browse files Browse the repository at this point in the history
Bump to 2.28.0
  • Loading branch information
zwj102030 committed Aug 10, 2022
2 parents cd9d3a9 + 6a47a16 commit ce7de07
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AWS_FOR_FLUENT_BIT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.27.0
2.28.0
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
### 2.28.0
This release includes:
* Fluent Bit [1.9.7](https://fluentbit.io/announcements/v1.9.7/)
* Amazon CloudWatch Logs for Fluent Bit 1.9.0
* Amazon Kinesis Streams for Fluent Bit 1.10.0
* Amazon Kinesis Firehose for Fluent Bit 1.7.0

Compared to `2.27.0` this release adds:
* Feature - Add gzip compression support for multipart uploads in [S3 Output plugin](https://docs.fluentbit.io/manual/pipeline/outputs/s3/)
* Bug - S3 output key formatting inconsistent rendering of `$TAG[n]` [aws-for-fluent-bit:376](https://github.com/aws/aws-for-fluent-bit/issues/376)
* Bug - fix concurrency issue in S3 key formatting
* Bug - `cloudwatch_logs` plugin fix skip counting empty events

### 2.27.0
This release includes:
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.9.6
ENV FLB_VERSION 1.9.7
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
ENV FLB_DOCKER_BRANCH 1.8

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.debug
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.9.6
ENV FLB_VERSION 1.9.7
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
ENV FLB_DOCKER_BRANCH 1.8

Expand Down Expand Up @@ -149,4 +149,4 @@ CMD valgrind --leak-check=full /fluent-bit/bin/fluent-bit -c /fluent-bit/etc/flu
#
# RUN mkdir /cores && chmod 777 /cores
# CMD sysctl -w kernel.core_pattern='/cores/core.%e.%p' && /fluent-bit/bin/fluent-bit -c /fluent-bit/etc/fluent-bit.conf


0 comments on commit ce7de07

Please sign in to comment.