You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog
2
2
3
+
### 2.21.0
4
+
This release includes:
5
+
* An Amazon Linux 2 Base
6
+
* Fluent Bit [1.8.8](https://fluentbit.io/announcements/v1.8.8/)
7
+
* Amazon CloudWatch Logs for Fluent Bit 1.6.3
8
+
* Amazon Kinesis Streams for Fluent Bit 1.8.0
9
+
* Amazon Kinesis Firehose for Fluent Bit 1.6.1
10
+
11
+
Compared to `2.20.0` this release adds:
12
+
* Feature/Warning - This release introduces IMDSv2 support. Instances that rely on IMDS for security credentials must set EC2's instance-metadata-option `http-put-response-hop-limit` to `2` otherwise Fluent Bit will hang [aws-for-fluent-bit:259](https://github.com/aws/aws-for-fluent-bit/pull/259)
13
+
* Bug - Fix memory leak in S3 output [fluentbit:4038](https://github.com/fluent/fluent-bit/issues/4038)
14
+
* Bug - Fix return value from `tls_net_read`[fluentbit:4098](https://github.com/fluent/fluent-bit/issues/4098)
15
+
* Bug - Downgrade `mbedtls` to 2.24.0 to fix the performance regression issue in `mbedtls` 2.26.0 [fluentbit:4110](https://github.com/fluent/fluent-bit/issues/4110)
0 commit comments