Skip to content

Commit

Permalink
Bump to 2.31.6
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley committed Mar 7, 2023
1 parent 33f9583 commit 0a836ec
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 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.31.5
2.31.6
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### 2.31.6
This release includes:
* Fluent Bit [1.9.10](https://fluentbit.io/announcements/v1.9.10/)
* Amazon CloudWatch Logs for Fluent Bit 1.9.1
* Amazon Kinesis Streams for Fluent Bit 1.10.1
* Amazon Kinesis Firehose for Fluent Bit 1.7.1

Compared to `2.23.5` this release adds:
* 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)

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).


### 2.31.5
This release includes:
* Fluent Bit [1.9.10](https://fluentbit.io/announcements/v1.9.10/)
Expand Down
4 changes: 2 additions & 2 deletions linux.version
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"linux": {
"version": "2.31.5",
"version": "2.31.6",
"build": "1",
"fluent-bit": "1.9.10",
"kinesis-plugin": "v1.10.1",
"firehose-plugin": "v1.7.1",
"cloudwatch-plugin": "v1.9.1"
"cloudwatch-plugin": "v1.9.2"
}
}
14 changes: 13 additions & 1 deletion windows.versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"windows": [
{
"version": "2.31.6",
"build": "1",
"fluent-bit": "1.9.10",
"kinesis-plugin": "v1.10.1",
"firehose-plugin": "v1.7.1",
"cloudwatch-plugin": "v1.9.2",
"openssl": "3.0.7",
"flexBison": "2.5.22",
"latest": true,
"stable": false
},
{
"version": "2.31.5",
"build": "1",
Expand All @@ -9,7 +21,7 @@
"cloudwatch-plugin": "v1.9.1",
"openssl": "3.0.7",
"flexBison": "2.5.22",
"latest": true,
"latest": false,
"stable": false
},
{
Expand Down

0 comments on commit 0a836ec

Please sign in to comment.