Skip to content

Commit

Permalink
Bump to 2.28.1 with patch
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Fala <[email protected]>
  • Loading branch information
matthewfala committed Sep 9, 2022
1 parent ce8bfa6 commit a60cc9b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
3 changes: 2 additions & 1 deletion AWS_FLB_CHERRY_PICKS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# No AWS cherry picks in this release
# Resolve long tag segfault issue. Without this patch, Fluent Bit may segfault if it encounters tags over 256 characters in length. [fluentbit:5753](https://github.com/fluent/fluent-bit/issues/5753). Patch commit - https://github.com/matthewfala/fluent-bit/commits/immutable-1.9-long-tag
https://github.com/matthewfala/fluent-bit immutable-1.9-long-tag a74f095d0974d13e7a0539f7721f0b6a4e6b1e63
2 changes: 1 addition & 1 deletion AWS_FOR_FLUENT_BIT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.28.0
2.28.1
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
### 2.28.1
This release includes:
* Fluent Bit [1.9.8](https://fluentbit.io/announcements/v1.9.8/)
* 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.28.0` this release adds the following feature that we are working on getting accepted upstream:
* Bug - Resolve long tag segfault issue. Without this patch, Fluent Bit may segfault if it encounters tags over 256 characters in length. [fluentbit:5753](https://github.com/fluent/fluent-bit/issues/5753)

### 2.28.0
This release includes:
* Fluent Bit [1.9.7](https://fluentbit.io/announcements/v1.9.7/)
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.7
ENV FLB_VERSION 1.9.8
# 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.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.7
ENV FLB_VERSION 1.9.8
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
ENV FLB_DOCKER_BRANCH 1.8

Expand Down

0 comments on commit a60cc9b

Please sign in to comment.