File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1- 2.27 .0
1+ 2.28 .0
Original file line number Diff line number Diff line change 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
416This release includes:
Original file line number Diff line number Diff line change 11FROM 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
66ENV FLB_DOCKER_BRANCH 1.8
77
Original file line number Diff line number Diff line change 11FROM 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
66ENV 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+
You can’t perform that action at this time.
0 commit comments