Releases: aws/aws-for-fluent-bit
AWS for Fluent Bit 2.32.3
2.32.3
This release includes:
- Fluent Bit 1.9.10
- Amazon CloudWatch Logs for Fluent Bit 1.9.4
- Amazon Kinesis Streams for Fluent Bit 1.10.2
- Amazon Kinesis Firehose for Fluent Bit 1.7.2
- Amazon Linux Base: 2.0.20241014
Compared to 2.32.2
this release adds:
- Feature - In Kubernetes or EKS environments, customers can use the
Use_Pod_association
setting in the kubernetes filter and theadd_entity
setting in the cloudwatch_logs output plugin to get additional pod metadata from a CloudWatch Agent pod on the same node.- Note: This feature's API is subject to change until it is merged into Fluent Bit upstream. AWS-vended usage of this feature will be kept up to date with any future changes to the API.
- Fix - Fix setup and readme for local integ tests.
- Fix - Fix networking edge case causing rare segfaults with the HTTP output.
AWS for Fluent Bit 2.32.2.20241008
2.32.2.20241008
This release has the same Fluent Bit contents as 2.32.2. It is a linux-only re-build to mitigate a code bug in the new change-management system in 2.32.2.20241003. There are no windows images for this release.
AWS for Fluent Bit 2.32.2.20241003
2.32.2.20241003
This release has the same Fluent Bit contents as 2.32.2. It is a linux-only re-build to switch to a new change-management system and merge in recent patches in dependencies installed in the image. There are no windows images for this release.
- Amazon Linux Base: 2.0.20240916.0
AWS for Fluent Bit 2.32.2.20240820
2.32.2.20240820
This release has the same Fluent Bit contents as 2.32.2, and is simply a linux-only re-build for recent patches in dependencies installed in the image. There are no windows images for this release.
- Amazon Linux Base: 2.0.20240809.0
AWS for Fluent Bit 2.32.2.20240724
2.32.2.20240724
This release has the same Fluent Bit contents as 2.32.2, and is simply a linux-only re-build for recent patches in dependencies installed in the image. There are no windows images for this release.
- Amazon Linux Base: 2.0.20240719.0
AWS for Fluent Bit 2.32.2.20240627
2.32.2.20240627
This release has the same Fluent Bit contents as 2.32.2, and is simply a linux-only re-build for recent patches in dependencies installed in the image. There are no windows images for this release.
- Amazon Linux Base: 2.0.20240610.1
AWS for Fluent Bit 2.32.2.20240516
2.32.2.20240516
This release has the same Fluent Bit contents as 2.32.2, and is simply a linux-only re-build for recent patches in dependencies installed in the image. There are no windows images for this release.
- Amazon Linux Base: 2.0.20240503.0
AWS for Fluent Bit 2.32.2.20240425
2.32.2.20240425
This release has the same Fluent Bit contents as 2.32.0, and is simply a linux-only re-build for recent patches in dependencies installed in the image. There are no windows images for this release.
- Amazon Linux Base: 2.0.20240412.0
AWS for Fluent Bit v2.32.2
2.32.2
This release is a rollback to version 2.32.0 after issues are detected in 2.32.1.
This release has the same Fluent Bit contents as 2.32.0, and is simply a linux-only re-build for recent patches in dependencies installed in the image. There are no windows images for this release.
- Amazon Linux Base: 2.0.20240318.0
AWS for Fluent Bit 2.32.1
2.32.1
This release includes:
- Fluent Bit 1.9.10
- Amazon CloudWatch Logs for Fluent Bit 1.9.4
- Amazon Kinesis Streams for Fluent Bit 1.10.2
- Amazon Kinesis Firehose for Fluent Bit 1.7.2
Compared to 2.32.0
this release adds:
- Enhancement - Add
aws_fluent_bit_init_ignore_firelens_config
option to ECS init tag. As shown in the example and documentation, this option tells init to ignore the built-in generated FireLens configuration which allows users to fully override it with their own configuration. - Enhancement - Upgrade to latest stable Go 1.20.1. Each future AWS for Fluent Bit release will be built with the latest stable Go release. Go is used to build the init process for ECS use cases and the Go plugins.