Skip to content

Commit 04dd550

Browse files
swapneilsSwapneil Singh
andauthored
Release 2.32.3 (#870)
Co-authored-by: Swapneil Singh <[email protected]>
1 parent d78beaf commit 04dd550

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

AWS_FOR_FLUENT_BIT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.32.2.20241008
1+
2.32.3

CHANGELOG.md

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

3+
### 2.32.3
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.20241014](https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20241014.html)
10+
11+
Compared to `2.32.2` this release adds:
12+
* Feature - In Kubernetes or EKS environments, customers can use the `Use_Pod_association` setting in the kubernetes filter and the `add_entity` setting in the cloudwatch_logs output plugin to get additional pod metadata from a CloudWatch Agent pod on the same node. (README in progress)
13+
* Note: This feature's API is subject to change until it is merged into Fluent Bit upstream. AWS-vended usage of this feature will be kept up to date with any future changes to the API.
14+
* Fix - Fix setup and readme for local integ tests.
15+
* Fix - Fix networking edge case causing rare segfaults with the HTTP output.
16+
317
### 2.32.2.20241008 Linux re-build
418

519
*This release has the same Fluent Bit contents as 2.32.2. It is a linux-only re-build to mitigate a code bug in the new change-management system in 2.32.2.20241003. There are no windows images for this release.*

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.2.20241008",
3+
"version": "2.32.3",
44
"latest": "true",
55
"build": "1",
66
"fluent-bit": "1.9.10",

windows.versions

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"windows": [
33
{
4-
"version": "2.32.2",
4+
"version": "2.32.3",
55
"build": "1",
66
"fluent-bit": "1.9.10",
77
"kinesis-plugin": "v1.10.2",
@@ -12,6 +12,18 @@
1212
"latest": true,
1313
"stable": false
1414
},
15+
{
16+
"version": "2.32.2",
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+
},
1527
{
1628
"version": "2.32.1",
1729
"build": "1",

0 commit comments

Comments
 (0)