Skip to content

Commit

Permalink
Bump version to 2.32.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Swapneil Singh committed Oct 22, 2024
1 parent d78beaf commit 765de68
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AWS_FOR_FLUENT_BIT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.32.2.20241008
2.32.3
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

### 2.32.3
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.20241014](https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20241014.html)

Compared to `2.32.2` this release adds:
* 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)
* 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.
* Fix - Fix setup and readme for local integ tests.
* Fix - Fix networking edge case causing rare segfaults with the HTTP output.

### 2.32.2.20241008 Linux re-build

*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.*
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.2.20241008",
"version": "2.32.3",
"latest": "true",
"build": "1",
"fluent-bit": "1.9.10",
Expand Down
14 changes: 13 additions & 1 deletion windows.versions
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"windows": [
{
"version": "2.32.2",
"version": "2.32.3",
"build": "1",
"fluent-bit": "1.9.10",
"kinesis-plugin": "v1.10.2",
Expand All @@ -12,6 +12,18 @@
"latest": true,
"stable": false
},
{
"version": "2.32.2",
"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.1",
"build": "1",
Expand Down

0 comments on commit 765de68

Please sign in to comment.