Skip to content

Commit ce7de07

Browse files
authored
Merge pull request #407 from zwj102030/v2.28.0
Bump to 2.28.0
2 parents cd9d3a9 + 6a47a16 commit ce7de07

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.27.0
1+
2.28.0

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
### 2.28.0
3+
This release includes:
4+
* Fluent Bit [1.9.7](https://fluentbit.io/announcements/v1.9.7/)
5+
* Amazon CloudWatch Logs for Fluent Bit 1.9.0
6+
* Amazon Kinesis Streams for Fluent Bit 1.10.0
7+
* Amazon Kinesis Firehose for Fluent Bit 1.7.0
8+
9+
Compared to `2.27.0` this release adds:
10+
* Feature - Add gzip compression support for multipart uploads in [S3 Output plugin](https://docs.fluentbit.io/manual/pipeline/outputs/s3/)
11+
* 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)
12+
* Bug - fix concurrency issue in S3 key formatting
13+
* Bug - `cloudwatch_logs` plugin fix skip counting empty events
214

315
### 2.27.0
416
This release includes:

Dockerfile

Lines changed: 1 addition & 1 deletion
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.9.6
4+
ENV FLB_VERSION 1.9.7
55
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
66
ENV FLB_DOCKER_BRANCH 1.8
77

Dockerfile.debug

Lines changed: 2 additions & 2 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.9.6
4+
ENV FLB_VERSION 1.9.7
55
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
66
ENV FLB_DOCKER_BRANCH 1.8
77

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

0 commit comments

Comments
 (0)