Skip to content

Commit 61cdfdf

Browse files
author
GenerateConfig Action
committed
Release 20260513
1 parent d7fe01c commit 61cdfdf

3 files changed

Lines changed: 15 additions & 7 deletions

File tree

AWS_FOR_FLUENT_BIT_STABLE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.34.3.20260506
1+
2.34.3.20260513

CHANGELOG.md

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

3+
### 2.34.3.20260513
4+
* Minimal set of packages installed using Amazon Linux 2 container image version: 2.0.20260508.0
5+
* enhancement: Fix long build times for AL2023 by setting nofile limit [#1135](https://github.com/aws/aws-for-fluent-bit/pull/1135)
6+
7+
### 3.3.2
8+
* Minimal set of packages installed using Amazon Linux 2023 container image version: 2023.11.20260509.0
9+
* enhancement: Fix long build times for AL2023 by setting nofile limit [#1135](https://github.com/aws/aws-for-fluent-bit/pull/1135)
10+
311
### 2.34.3.20260506
412
* Minimal set of packages installed using Amazon Linux 2 container image version: 2.0.20260504.0
513
* fix: Fix verification for stable [#1127](https://github.com/aws/aws-for-fluent-bit/pull/1127)

linux.version

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{
33
"linux": {
44
"major-version": "2",
5-
"version": "2.34.3.20260506",
6-
"release-version": "2.34.3.20260506",
5+
"version": "2.34.3.20260513",
6+
"release-version": "2.34.3.20260513",
77
"latest": "true",
88
"build": "1",
99
"fluent-bit": "1.9.10",
@@ -12,16 +12,16 @@
1212
"firehose-plugin": "v1.7.3",
1313
"cloudwatch-plugin": "v1.9.5",
1414
"al-tag": "2",
15-
"os-digest": "sha256:c80c6d724a1907d0fdfe1e04f6ddff1e839311dadf19f9645646d4506bc0d2e5",
15+
"os-digest": "sha256:2cdd50ddae2eef38ebaf55a1594dfcc2a4a379227b2d35accee236daf1acfef1",
1616
"flb-repository": "https://github.com/amazon-contributing/upstream-to-fluent-bit.git",
1717
"publish": "true"
1818
}
1919
},
2020
{
2121
"linux": {
2222
"major-version": "3",
23-
"version": "3.3.1",
24-
"release-version": "3.3.1",
23+
"version": "3.3.2",
24+
"release-version": "3.3.2",
2525
"latest": "false",
2626
"build": "1",
2727
"fluent-bit": "v5.0.3",
@@ -30,7 +30,7 @@
3030
"firehose-plugin": "v1.7.3",
3131
"cloudwatch-plugin": "v1.9.5",
3232
"al-tag": "2023",
33-
"os-digest": "sha256:a450a74bfebfa936e7106d79c8b4b4dd0ca891c790513f84624da02a0e5531db",
33+
"os-digest": "sha256:0226a3ae2bed13934a5226f102c5cad90958509c3937917afe755cba8d31f4f9",
3434
"flb-repository": "https://github.com/fluent/fluent-bit.git",
3535
"publish": "true"
3636
}

0 commit comments

Comments
 (0)