Skip to content

Commit

Permalink
Release 2.32.5 (#888)
Browse files Browse the repository at this point in the history
* 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 <swapneis@amazon.com>
  • Loading branch information
swapneils and Swapneil Singh authored Jan 7, 2025
1 parent 499ecd0 commit 5d079c5
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
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
}
]
}
}

0 comments on commit 5d079c5

Please sign in to comment.