Skip to content

Commit 13ea0bd

Browse files
TheanLimThean Lim
andauthored
Release 20251205 (#1047)
Co-authored-by: Thean Lim <[email protected]>
1 parent b27facc commit 13ea0bd

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
### 2.34.2
3+
This release includes:
4+
* Fluent Bit [v1.9.10](https://github.com/fluent/fluent-bit/tree/v1.9.10)
5+
* Amazon CloudWatch Logs for Fluent Bit 1.9.4
6+
* Amazon Kinesis Streams for Fluent Bit 1.10.3
7+
* Amazon Kinesis Firehose for Fluent Bit 1.7.2
8+
* Amazon Linux 2 base container image version: 2.0.20251121.0
9+
10+
Compared to the previous release, this release adds:
11+
* Enhancement: Add OS_DIGEST to track sha256 used for AmazonLinux version [#1038](https://github.com/aws/aws-for-fluent-bit/pull/1038)
12+
213
### 2.34.1.20251112
314
This release includes:
415
* Fluent Bit [v1.9.10](https://github.com/fluent/fluent-bit/tree/v1.9.10)

linux.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"linux": {
44
"major-version": "2",
5-
"version": "2.34.1.20251112",
5+
"version": "2.34.2",
66
"release-version": "2.34.1.20251031",
77
"latest": "true",
88
"build": "1",
@@ -12,10 +12,10 @@
1212
"firehose-plugin": "v1.7.2",
1313
"cloudwatch-plugin": "v1.9.4",
1414
"al-tag": "2",
15-
"os-digest": "sha256:5ebd84068a008ca31f61b3b8fb58a201b53a31c7dd1123722704a61d853ab05f",
15+
"os-digest": "sha256:df35f537149d81cb0690e33883190dd7909dfc43bc252181498104f6ad49aef8",
1616
"flb-repository": "https://github.com/amazon-contributing/upstream-to-fluent-bit.git",
1717
"amazon-linux-sha": "",
18-
"publish": "false"
18+
"publish": "true"
1919
}
2020
},
2121
{
@@ -34,7 +34,7 @@
3434
"os-digest": "sha256:f5ca6cafc706233c641ad838e738047389943afd3585cb1df7eedfc4d9b1799d",
3535
"flb-repository": "https://github.com/fluent/fluent-bit.git",
3636
"amazon-linux-sha": "",
37-
"publish": "true"
37+
"publish": "false"
3838
}
3939
}
4040
]

0 commit comments

Comments
 (0)