Skip to content

Commit 0a836ec

Browse files
committed
Bump to 2.31.6
Signed-off-by: Wesley Pettit <[email protected]>
1 parent 33f9583 commit 0a836ec

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
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.5
1+
2.31.6

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.31.6
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.23.5` this release adds:
11+
* Bug - Fixed Log Loss can occur when log group creation or retention policy API calls fail [cloudwatch:314](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit/issues/314)
12+
13+
This release includes the same fixes and features that we are working on getting accepted upstream as [AWS for Fluent Bit 2.31.5](https://github.com/aws/aws-for-fluent-bit/releases/tag/v2.31.5).
14+
15+
316
### 2.31.5
417
This release includes:
518
* Fluent Bit [1.9.10](https://fluentbit.io/announcements/v1.9.10/)

linux.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"linux": {
3-
"version": "2.31.5",
3+
"version": "2.31.6",
44
"build": "1",
55
"fluent-bit": "1.9.10",
66
"kinesis-plugin": "v1.10.1",
77
"firehose-plugin": "v1.7.1",
8-
"cloudwatch-plugin": "v1.9.1"
8+
"cloudwatch-plugin": "v1.9.2"
99
}
1010
}

windows.versions

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"windows": [
3+
{
4+
"version": "2.31.6",
5+
"build": "1",
6+
"fluent-bit": "1.9.10",
7+
"kinesis-plugin": "v1.10.1",
8+
"firehose-plugin": "v1.7.1",
9+
"cloudwatch-plugin": "v1.9.2",
10+
"openssl": "3.0.7",
11+
"flexBison": "2.5.22",
12+
"latest": true,
13+
"stable": false
14+
},
315
{
416
"version": "2.31.5",
517
"build": "1",
@@ -9,7 +21,7 @@
921
"cloudwatch-plugin": "v1.9.1",
1022
"openssl": "3.0.7",
1123
"flexBison": "2.5.22",
12-
"latest": true,
24+
"latest": false,
1325
"stable": false
1426
},
1527
{

0 commit comments

Comments
 (0)