From 5d079c5331218cbbee41e4d570e0157811a9d100 Mon Sep 17 00:00:00 2001 From: Swapneil Singh <32959209+swapneils@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:39:44 -0800 Subject: [PATCH] Release 2.32.5 (#888) * Release 2.32.5 * Mention that we also don't ignore AWS_CONTAINER_CREDENTIALS_FULL_URI * Add issue links to changelog entry --------- Co-authored-by: Swapneil Singh --- CHANGELOG.md | 13 +++++++++++++ linux.version | 2 +- windows.versions | 28 ++++++++++++++++++++++++++-- 3 files changed, 40 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae23a78cd..866276629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### 2.32.5 +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.20241113.1](https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20241113.html) + +Compared to `2.32.4` this release adds: +* Feature - In EKS, AWS output plugins use Pod Identity information when available ([PR](https://github.com/amazon-contributing/upstream-to-fluent-bit/pull/6), fixes [#784](https://github.com/aws/aws-for-fluent-bit/issues/784)). See the [EKS launch announcement for Pod Identity](https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-eks-pod-identity/) to learn more about this feature. + * Note: If customers emulate the Pod Identity setup done by EKS in their own K8s containers, the provided info will also be accessed by this feature. +* Fix: The `AWS_CONTAINER_CREDENTIALS_FULL_URI` environment variable is no longer ignored. Fixes [#811](https://github.com/aws/aws-for-fluent-bit/issues/811) + ### 2.32.4.20241217 Linux re-build *This release has the same Fluent Bit contents as 2.32.4, 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 container image version: [2.0.20241113.1](https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20241113.html) diff --git a/linux.version b/linux.version index e34eb0b39..b1384d50c 100644 --- a/linux.version +++ b/linux.version @@ -1,6 +1,6 @@ { "linux": { - "version": "2.32.4.20241217", + "version": "2.32.5", "latest": "true", "build": "1", "fluent-bit": "1.9.10", diff --git a/windows.versions b/windows.versions index 5759d8119..3841095e7 100644 --- a/windows.versions +++ b/windows.versions @@ -1,7 +1,7 @@ { "windows": [ { - "version": "2.32.3", + "version": "2.32.5", "build": "1", "fluent-bit": "1.9.10", "kinesis-plugin": "v1.10.2", @@ -12,6 +12,30 @@ "latest": true, "stable": false }, + { + "version": "2.32.4", + "build": "1", + "fluent-bit": "1.9.10", + "kinesis-plugin": "v1.10.2", + "firehose-plugin": "v1.7.2", + "cloudwatch-plugin": "v1.9.4", + "openssl": "3.0.7", + "flexBison": "2.5.22", + "latest": false, + "stable": false + }, + { + "version": "2.32.3", + "build": "1", + "fluent-bit": "1.9.10", + "kinesis-plugin": "v1.10.2", + "firehose-plugin": "v1.7.2", + "cloudwatch-plugin": "v1.9.4", + "openssl": "3.0.7", + "flexBison": "2.5.22", + "latest": false, + "stable": false + }, { "version": "2.32.2", "build": "1", @@ -265,4 +289,4 @@ "stable": false } ] -} \ No newline at end of file +}