diff --git a/AWS_FOR_FLUENT_BIT_VERSION b/AWS_FOR_FLUENT_BIT_VERSION index 5506598e0..fb3a06779 100644 --- a/AWS_FOR_FLUENT_BIT_VERSION +++ b/AWS_FOR_FLUENT_BIT_VERSION @@ -1 +1 @@ -2.32.3 +2.32.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aaf26a02..7e0803537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +### 2.32.4 +This release includes: +* Fluent Bit [1.9.10](https://github.com/fluent/fluent-bit/tree/v1.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](https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20241014.html) + +Compared to `2.32.3` this release adds: +* Fix - out_cloudwatch: add account ID support for CloudWatch entity [#4](https://github.com/amazon-contributing/upstream-to-fluent-bit/pull/4) + ### 2.32.3 This release includes: * Fluent Bit [1.9.10](https://github.com/fluent/fluent-bit/tree/v1.9.10) diff --git a/linux.version b/linux.version index 4422e14f0..5149339d5 100644 --- a/linux.version +++ b/linux.version @@ -1,6 +1,6 @@ { "linux": { - "version": "2.32.3", + "version": "2.32.4", "latest": "true", "build": "1", "fluent-bit": "1.9.10", @@ -8,4 +8,4 @@ "firehose-plugin": "v1.7.1", "cloudwatch-plugin": "v1.9.4" } -} \ No newline at end of file +}