Skip to content

Commit 2451a16

Browse files
committed
Bump to 2.31.3
Signed-off-by: Wesley Pettit <[email protected]>
1 parent 0bba79a commit 2451a16

File tree

5 files changed

+45
-4
lines changed

5 files changed

+45
-4
lines changed

AWS_FLB_CHERRY_PICKS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,11 @@ https://github.com/matthewfala/fluent-bit.git sync-scheduler-fix-1.9 2614c46af3a
4040
# resolve user agent wrong type
4141
https://github.com/PettitWesley/fluent-bit.git user-agent-type-fix 0642f42e8097c159d7364f1ff97c0196484815ce
4242
https://github.com/PettitWesley/fluent-bit.git user-agent-type-fix ed21492a94e8ca156897afc32c73bcdc37bc6b0f
43-
https://github.com/PettitWesley/fluent-bit.git user-agent-type-fix 7c16af941bed91da9558e4e6b8cea98d3ef1fa0d
43+
https://github.com/PettitWesley/fluent-bit.git user-agent-type-fix 7c16af941bed91da9558e4e6b8cea98d3ef1fa0d
44+
45+
# Resolve keepalive and priority scheduler issue
46+
https://github.com/PettitWesley/fluent-bit.git sync-io-keepalive-fix 7b4550486b7e8e02b773894d31a08b0cb18154e3
47+
48+
https://github.com/PettitWesley/fluent-bit.git mk_event_inject_conn_fix 0f5efc921950feeee99d9251cb330b27d3639863
49+
50+
https://github.com/PettitWesley/fluent-bit.git mk_event_add_corruption-one-commit 33651cca41e9f84ce8930a9bca9d3d7319e50fbd

AWS_FOR_FLUENT_BIT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.31.2-test-disable-imdsv1-no-release
1+
2.31.3

CHANGELOG.md

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

3+
### 2.31.3
4+
This release includes:
5+
* Fluent Bit [1.9.10](https://fluentbit.io/announcements/v1.9.10/)
6+
* Amazon CloudWatch Logs for Fluent Bit 1.9.1
7+
* Amazon Kinesis Streams for Fluent Bit 1.10.1
8+
* Amazon Kinesis Firehose for Fluent Bit 1.7.1
9+
10+
Compared to `2.31.2`, this release adds the following fix that we are working on getting accepted upstream:
11+
* Bug - Resolve `net.keepalive` SIGSEGV issue and priority event loop corruption bug [aws-for-fluent-bit:542](https://github.com/aws/aws-for-fluent-bit/issues/542)
12+
13+
Same as `2.31.2`, this release includes the following fixes and features that we are working on getting accepted upstream:
14+
* Bug - Resolve cloudwatch_logs duplicate tag match SIGSEGV issue introduced in 2.29.0 [aws-for-fluent-bit:542](https://github.com/aws/aws-for-fluent-bit/issues/542)
15+
* Feature - Add `kinesis_firehose` and `kinesis_streams` support for `time_key_format` milliseconds with `%3N` option, and nanoseconds `9N` and `%L` options [fluent-bit:2831](https://github.com/fluent/fluent-bit/issues/2831)
16+
* Feature - Support OpenSearch Serverless data ingestion via OpenSearch plugin [fluent-bit:6448](https://github.com/fluent/fluent-bit/pull/6448)
17+
* Enhancement - Transition S3 to fully synchronous file uploads to improve plugin stability [fluent-bit:6573](https://github.com/fluent/fluent-bit/pull/6573)
18+
* Bug - Mitigate Datadog output plugin issue by reverting recent PR [aws-for-fluent-bit:491](https://github.com/aws/aws-for-fluent-bit/issues/491)
19+
* Bug - Format S3 filename with timestamp from the first log in uploaded file, rather than the time the first log was buffered by the s3 output [aws-for-fluent-bit:459](https://github.com/aws/aws-for-fluent-bit/issues/459)
20+
* Bug - Resolve S3 logic to display `log_key` missing warning message if the configured `log_key` field is missing from log payload [fluent-bit:6557](https://github.com/fluent/fluent-bit/pull/6557)
21+
* Bug - ECS Metadata filter gracefuly handle task metadata query errors and cache metadata processing state to improve performance [aws-for-fluent-bit:505](https://github.com/aws/aws-for-fluent-bit/issues/505)
22+
* Bug - Support Retry_Limit option in S3 plugin to set retries [fluent-bit:6475](https://github.com/fluent/fluent-bit/pull/6475)
23+
* Bug - Resolve a rare Datadog segfault that occurs when remapping tags [aws-for-fluent-bit:491](https://github.com/aws/aws-for-fluent-bit/issues/491)
24+
325
### 2.31.2
426
This release includes:
527
* Fluent Bit [1.9.10](https://fluentbit.io/announcements/v1.9.10/)

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.2",
3+
"version": "2.31.3",
44
"build": "1",
55
"fluent-bit": "1.9.10",
66
"kinesis-plugin": "v1.10.1",

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.2",
4+
"version": "2.31.3",
55
"build": "1",
66
"fluent-bit": "1.9.10",
77
"kinesis-plugin": "v1.10.1",
@@ -12,6 +12,18 @@
1212
"latest": true,
1313
"stable": false
1414
},
15+
{
16+
"version": "2.31.2",
17+
"build": "1",
18+
"fluent-bit": "1.9.10",
19+
"kinesis-plugin": "v1.10.1",
20+
"firehose-plugin": "v1.7.1",
21+
"cloudwatch-plugin": "v1.9.1",
22+
"openssl": "3.0.7",
23+
"flexBison": "2.5.22",
24+
"latest": false,
25+
"stable": false
26+
},
1527
{
1628
"version": "2.31.1",
1729
"build": "1",

0 commit comments

Comments
 (0)