diff --git a/AWS_FLB_CHERRY_PICKS b/AWS_FLB_CHERRY_PICKS index 17f0efcb8..59e12de67 100644 --- a/AWS_FLB_CHERRY_PICKS +++ b/AWS_FLB_CHERRY_PICKS @@ -1 +1,2 @@ -# No added cherrypicks in this release +# Revert datadog fix PR to resolve segfault +https://github.com/matthewfala/fluent-bit.git ecs-datadog-sequential-revert 98313ebf206eec4a4e5375b352fc36849b762323 diff --git a/AWS_FOR_FLUENT_BIT_VERSION b/AWS_FOR_FLUENT_BIT_VERSION index f01356823..69886179f 100644 --- a/AWS_FOR_FLUENT_BIT_VERSION +++ b/AWS_FOR_FLUENT_BIT_VERSION @@ -1 +1 @@ -2.29.0 +2.29.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0678159a9..87d898f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +### 2.29.1 +This release includes: +* Fluent Bit [1.9.10](https://fluentbit.io/announcements/v1.9.10/) +* Amazon CloudWatch Logs for Fluent Bit 1.9.1 +* Amazon Kinesis Streams for Fluent Bit 1.10.1 +* Amazon Kinesis Firehose for Fluent Bit 1.7.1 + +Same as `2.29.0`, this release includes the following fixes for AWS customers that we are working on getting accepted upstream: +* Bug - Mitigate Datadog output plugin issue by reverting recent PR [aws-for-fluent-bit:491](https://github.com/aws/aws-for-fluent-bit/issues/491) + ### 2.29.0 This release includes: * Fluent Bit [1.9.10](https://fluentbit.io/announcements/v1.9.10/) diff --git a/linux.version b/linux.version index d9f7695a0..1868e03a9 100644 --- a/linux.version +++ b/linux.version @@ -1,6 +1,6 @@ { "linux": { - "version": "2.29.0", + "version": "2.29.1", "build": "1", "fluent-bit": "1.9.10", "kinesis-plugin": "v1.10.1", diff --git a/windows.versions b/windows.versions index 5ca1949b9..4c25c6951 100644 --- a/windows.versions +++ b/windows.versions @@ -1,7 +1,7 @@ { "windows": [ { - "version": "2.29.0", + "version": "2.29.1", "build": "1", "fluent-bit": "1.9.10", "kinesis-plugin": "v1.10.1", @@ -12,6 +12,18 @@ "latest": true, "stable": false }, + { + "version": "2.29.0", + "build": "1", + "fluent-bit": "1.9.10", + "kinesis-plugin": "v1.10.1", + "firehose-plugin": "v1.7.1", + "cloudwatch-plugin": "v1.9.1", + "openssl": "3.0.7", + "flexBison": "2.5.22", + "latest": false, + "stable": false + }, { "version": "2.28.4", "build": "1",