Skip to content

Commit e575760

Browse files
committed
Bump to 2.32.1
Signed-off-by: Wesley Pettit <[email protected]>
1 parent 41205e1 commit e575760

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

Diff for: AWS_FOR_FLUENT_BIT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.32.0.20240304
1+
2.32.1

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
### 2.32.1
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.32.0` this release adds:
11+
* Enhancement - Add `aws_fluent_bit_init_ignore_firelens_config` option to ECS init tag. As shown in the [example](https://github.com/aws-samples/amazon-ecs-firelens-examples/tree/mainline/examples/fluent-bit/init-ignore-firelens) and [documentation](https://github.com/aws/aws-for-fluent-bit/tree/mainline/use_cases/init-process-for-fluent-bit#how-to-ignore-the-generated-firelens-configuration), this option tells init to ignore the built-in generated FireLens configuration which allows users to fully override it with their own configuration.
12+
* Enhancement - Upgrade to latest stable Go 1.20.1. Each future AWS for Fluent Bit release will be built with the latest stable Go release. Go is used to build the init process for ECS use cases and the [Go plugins](https://github.com/aws/aws-for-fluent-bit/blob/mainline/troubleshooting/debugging.md#aws-go-plugins-vs-aws-core-c-plugins).
13+
314
### 2.32.0.20240304 Linux re-build
415

516
*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.*

Diff for: linux.version

+1-1
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.1",
44
"latest": "true",
55
"build": "1",
66
"fluent-bit": "1.9.10",

Diff for: windows.versions

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"windows": [
3+
{
4+
"version": "2.32.1",
5+
"build": "1",
6+
"fluent-bit": "1.9.10",
7+
"kinesis-plugin": "v1.10.2",
8+
"firehose-plugin": "v1.7.2",
9+
"cloudwatch-plugin": "v1.9.4",
10+
"openssl": "3.0.7",
11+
"flexBison": "2.5.22",
12+
"latest": true,
13+
"stable": false
14+
},
315
{
416
"version": "2.32.0",
517
"build": "1",

0 commit comments

Comments
 (0)