Skip to content

Commit 5d079c5

Browse files
swapneilsSwapneil Singh
andauthored
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 <[email protected]>
1 parent 499ecd0 commit 5d079c5

File tree

3 files changed

+40
-3
lines changed

3 files changed

+40
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
### 2.32.5
4+
This release includes:
5+
* Fluent Bit [1.9.10](https://github.com/fluent/fluent-bit/tree/v1.9.10)
6+
* Amazon CloudWatch Logs for Fluent Bit 1.9.4
7+
* Amazon Kinesis Streams for Fluent Bit 1.10.2
8+
* Amazon Kinesis Firehose for Fluent Bit 1.7.2
9+
* Amazon Linux Base: [2.0.20241113.1](https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20241113.html)
10+
11+
Compared to `2.32.4` this release adds:
12+
* 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.
13+
* 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.
14+
* 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)
15+
316
### 2.32.4.20241217 Linux re-build
417
*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.*
518
* Amazon Linux base container image version: [2.0.20241113.1](https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20241113.html)

linux.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"linux": {
3-
"version": "2.32.4.20241217",
3+
"version": "2.32.5",
44
"latest": "true",
55
"build": "1",
66
"fluent-bit": "1.9.10",

windows.versions

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"windows": [
33
{
4-
"version": "2.32.3",
4+
"version": "2.32.5",
55
"build": "1",
66
"fluent-bit": "1.9.10",
77
"kinesis-plugin": "v1.10.2",
@@ -12,6 +12,30 @@
1212
"latest": true,
1313
"stable": false
1414
},
15+
{
16+
"version": "2.32.4",
17+
"build": "1",
18+
"fluent-bit": "1.9.10",
19+
"kinesis-plugin": "v1.10.2",
20+
"firehose-plugin": "v1.7.2",
21+
"cloudwatch-plugin": "v1.9.4",
22+
"openssl": "3.0.7",
23+
"flexBison": "2.5.22",
24+
"latest": false,
25+
"stable": false
26+
},
27+
{
28+
"version": "2.32.3",
29+
"build": "1",
30+
"fluent-bit": "1.9.10",
31+
"kinesis-plugin": "v1.10.2",
32+
"firehose-plugin": "v1.7.2",
33+
"cloudwatch-plugin": "v1.9.4",
34+
"openssl": "3.0.7",
35+
"flexBison": "2.5.22",
36+
"latest": false,
37+
"stable": false
38+
},
1539
{
1640
"version": "2.32.2",
1741
"build": "1",
@@ -265,4 +289,4 @@
265289
"stable": false
266290
}
267291
]
268-
}
292+
}

0 commit comments

Comments
 (0)