Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion linux.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"linux": {
"version": "2.32.4.20241217",
"version": "2.32.5",
"latest": "true",
"build": "1",
"fluent-bit": "1.9.10",
Expand Down
28 changes: 26 additions & 2 deletions windows.versions
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -265,4 +289,4 @@
"stable": false
}
]
}
}