Skip to content

Commit 6a73ab8

Browse files
authored
Bump kinesis-plugin and fluent-bit versions for release (#1018)
- 2.34.1, 3.0.0 - Bump kinesis-plugin to v1.10.3 - 3.0.0 - Bump fluent-bit to v4.1.1 - update AL2 version, kinesis-plugin in CHANGELOG.md
1 parent e5c0976 commit 6a73ab8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
This release includes:
55
* Fluent Bit [1.9.10](https://github.com/fluent/fluent-bit/tree/v1.9.10)
66
* Amazon CloudWatch Logs for Fluent Bit 1.9.4
7-
* Amazon Kinesis Streams for Fluent Bit 1.10.2
7+
* Amazon Kinesis Streams for Fluent Bit 1.10.3
88
* Amazon Kinesis Firehose for Fluent Bit 1.7.2
9-
* Amazon Linux 2 base container image version: 2.0.20250915.0
9+
* Amazon Linux 2 base container image version: [2.0.20250929.2](https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20250929.html)
1010

1111
Compared to the previous release, this release adds:
1212
* Enhancement - Add support for syncing BUILD_VERSION=3 images [#1000](https://github.com/aws/aws-for-fluent-bit/pull/1000)
@@ -22,6 +22,7 @@ Compared to the previous release, this release adds:
2222
* Enhancement - Update generate_changelog.sh to support versions [#1012](https://github.com/aws/aws-for-fluent-bit/pull/1012)
2323
* Enhancement - Allow skip integ/load tests if publish false [#1013](https://github.com/aws/aws-for-fluent-bit/pull/1013)
2424
* Fix - issue with Makefile parsing OS_PRETTY_NAME before image exists [#1014](https://github.com/aws/aws-for-fluent-bit/pull/1014)
25+
* Fix - Ensure custom endpoint settings are preserved when using role-based authentication (EKS_POD_EXECUTION_ROLE or role_arn parameter) [#337](https://github.com/aws/amazon-kinesis-streams-for-fluent-bit/pull/337)
2526

2627
### 2.34.0
2728
This release includes:

linux.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"latest": "true",
77
"build": "1",
88
"fluent-bit": "1.9.10",
9-
"kinesis-plugin": "v1.10.2",
9+
"kinesis-plugin": "v1.10.3",
1010
"firehose-plugin": "v1.7.2",
1111
"cloudwatch-plugin": "v1.9.4",
1212
"al-tag": "2",
@@ -20,8 +20,8 @@
2020
"version": "3.0.0",
2121
"latest": "false",
2222
"build": "1",
23-
"fluent-bit": "v4.1.0",
24-
"kinesis-plugin": "v1.10.2",
23+
"fluent-bit": "v4.1.1",
24+
"kinesis-plugin": "v1.10.3",
2525
"firehose-plugin": "v1.7.2",
2626
"cloudwatch-plugin": "v1.9.4",
2727
"al-tag": "2023",

0 commit comments

Comments
 (0)