Skip to content

Commit 2a7411b

Browse files
committed
2.32.2: Release new version with rollback
Signed-off-by: Matthew Fala <[email protected]>
1 parent 9a80d21 commit 2a7411b

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-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.32.0.20240304
1+
2.32.2

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.32.2
4+
*This release is a rollback to version 2.32.0.20231031 after issues are detected in 2.32.1*
5+
*This release has the same Fluent Bit contents as 2.32.0, and is simply a linux-only re-build for recent patches in dependencies installed in the image. Th
6+
ere are no windows images for this release.*
7+
* Amazon Linux Base: [2.0.20231024.1](https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20231024.html)
8+
9+
### 2.32.1
10+
This release includes:
11+
* Fluent Bit [1.9.10](https://github.com/fluent/fluent-bit/tree/v1.9.10)
12+
* Amazon CloudWatch Logs for Fluent Bit 1.9.4
13+
* Amazon Kinesis Streams for Fluent Bit 1.10.2
14+
* Amazon Kinesis Firehose for Fluent Bit 1.7.2
15+
316
### 2.32.0.20240304 Linux re-build
417

518
*This release has the same Fluent Bit contents as 2.32.0, 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.32.0.20240304",
3+
"version": "2.32.2",
44
"latest": "true",
55
"build": "1",
66
"fluent-bit": "1.9.10",

windows.versions

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"windows": [
33
{
4-
"version": "2.32.0",
4+
"version": "2.32.2",
55
"build": "1",
66
"fluent-bit": "1.9.10",
77
"kinesis-plugin": "v1.10.2",
@@ -12,6 +12,30 @@
1212
"latest": true,
1313
"stable": false
1414
},
15+
{
16+
"version": "2.32.1",
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,
25+
"stable": false
26+
},
27+
{
28+
"version": "2.32.0",
29+
"build": "1",
30+
"fluent-bit": "1.9.10",
31+
"kinesis-plugin": "v1.10.2",
32+
"firehose-plugin": "v1.7.2",
33+
"cloudwatch-plugin": "v1.9.4",
34+
"openssl": "3.0.7",
35+
"flexBison": "2.5.22",
36+
"latest": false,
37+
"stable": false
38+
},
1539
{
1640
"version": "2.31.12",
1741
"build": "1",

0 commit comments

Comments
 (0)