Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AWS_FOR_FLUENT_BIT_STABLE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.34.3.20260423
2.34.3.20260506
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### 2.34.3.20260506
* Minimal set of packages installed using Amazon Linux 2 container image version: 2.0.20260504.0
* fix: Fix verification for stable [#1127](https://github.com/aws/aws-for-fluent-bit/pull/1127)
* fix: Make unzip use -qq to control output [#1122](https://github.com/aws/aws-for-fluent-bit/pull/1122)

### 3.3.1
* Minimal set of packages installed using Amazon Linux 2023 container image version: 2023.11.20260505.0
* fix: Fix verification for stable [#1127](https://github.com/aws/aws-for-fluent-bit/pull/1127)
* fix: Make unzip use -qq to control output [#1122](https://github.com/aws/aws-for-fluent-bit/pull/1122)

### 2.34.3.20260423
* Minimal set of packages installed using Amazon Linux 2 container image version: 2.0.20260413.0
* Amazon CloudWatch Logs for Fluent Bit 1.9.5
Expand Down
12 changes: 6 additions & 6 deletions linux.version
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
"linux": {
"major-version": "2",
"version": "2.34.3.20260423",
"release-version": "2.34.3.20260423",
"version": "2.34.3.20260506",
"release-version": "2.34.3.20260506",
"latest": "true",
"build": "1",
"fluent-bit": "1.9.10",
Expand All @@ -12,16 +12,16 @@
"firehose-plugin": "v1.7.3",
"cloudwatch-plugin": "v1.9.5",
"al-tag": "2",
"os-digest": "sha256:2db9bc6d285dcac98d4939633d0ddaea134324036d412e98c81917742a7be6ef",
"os-digest": "sha256:c80c6d724a1907d0fdfe1e04f6ddff1e839311dadf19f9645646d4506bc0d2e5",
"flb-repository": "https://github.com/amazon-contributing/upstream-to-fluent-bit.git",
"publish": "true"
}
},
{
"linux": {
"major-version": "3",
"version": "3.3.0",
"release-version": "3.3.0",
"version": "3.3.1",
"release-version": "3.3.1",
"latest": "false",
"build": "1",
"fluent-bit": "v5.0.3",
Expand All @@ -30,7 +30,7 @@
"firehose-plugin": "v1.7.3",
"cloudwatch-plugin": "v1.9.5",
"al-tag": "2023",
"os-digest": "sha256:fe4122f41784670c960b28c8a32036d8ca268bb56a002ce1e191271b6ddf3293",
"os-digest": "sha256:a450a74bfebfa936e7106d79c8b4b4dd0ca891c790513f84624da02a0e5531db",
"flb-repository": "https://github.com/fluent/fluent-bit.git",
"publish": "true"
}
Expand Down
Loading