Skip to content

Commit 54b2ff3

Browse files
committed
Bump version to 2.32.0
1 parent 1772e19 commit 54b2ff3

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-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.31.12.20231011
1+
2.32.0

CHANGELOG.md

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

3+
### 2.32.0
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+
10+
Compared to `2.31.12` this release adds:
11+
* Feature - Customers can send metrics to Amazon Managed Prometheus via added sigv4 authentication on `prometheus_remote_write`. Refer to [amazon-ecs-firelens-examples](https://github.com/aws-samples/amazon-ecs-firelens-examples/blob/mainline/examples/fluent-bit/amazon-managed-service-for-prometheus/README.md) for information on how to export metrics to AMP on ECS [aws-for-fluent-bit:256](https://github.com/aws/aws-for-fluent-bit/issues/256)
12+
* Enhancement - Customers can route logs to CloudWatch Logs at higher throughputs by increasing number of output workers as `cloudwatch_logs` output plugin removed sequence tokens from API requests [aws-for-fluent-bit:526](https://github.com/aws/aws-for-fluent-bit/issues/526)
13+
* Fix - Fix multiline input behavior when multiple streams are parsed (stderr, stdout) together. Multiline logs are no longer terminated when streams are switched between [fluent-bit:7469](https://github.com/fluent/fluent-bit/pull/7469)
14+
315
### 2.31.12.20231011 Linux re-build
416

517
*This release has the same Fluent Bit contents as 2.31.12, 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.*

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.31.12.20231011",
3+
"version": "2.32.0",
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.31.12",
4+
"version": "2.32.0",
55
"build": "1",
66
"fluent-bit": "1.9.10",
77
"kinesis-plugin": "v1.10.2",
@@ -10,6 +10,18 @@
1010
"openssl": "3.0.7",
1111
"flexBison": "2.5.22",
1212
"latest": true,
13+
"stable": false
14+
},
15+
{
16+
"version": "2.31.12",
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,
1325
"stable": true
1426
},
1527
{

0 commit comments

Comments
 (0)