Skip to content

Commit a170618

Browse files
authored
Release 2.1.0
2 parents 7bc12f7 + 39c5369 commit a170618

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

AWS_FOR_FLUENT_BIT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.1.0

CHANGELOG.md

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

3+
### 2.1.0
4+
5+
This release includes:
6+
* An Amazon Linux 2 Base
7+
* Fluent Bit 1.3.4
8+
* Amazon CloudWatch Logs for Fluent Bit 1.1.0
9+
* Amazon Kinesis Streams for Fluent Bit 1.1.0
10+
* Amazon Kinesis Firehose for Fluent Bit 1.1.0
11+
12+
Compared to `2.0.0` this release adds:
13+
* Bug - Container exits with code 0 when it gracefully shuts down - [#11](https://github.com/aws/aws-for-fluent-bit/issues/11)
14+
* Feature - Support IAM Roles for Service Accounts in Amazon EKS in all plugins
15+
* [kinesis:6](https://github.com/aws/amazon-kinesis-streams-for-fluent-bit/pull/6)
16+
* [firehose:17](https://github.com/aws/amazon-kinesis-firehose-for-fluent-bit/pull/17)
17+
* [cloudwatch:33](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit/pull/33)
18+
* Feature - Add `credentials_endpoint` to CloudWatch plugin - [cloudwatch:36](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit/pull/36)
19+
* Bug - A single CloudWatch Logs PutLogEvents request can not contain logs that span more than 24 hours - [cloudwatch:29](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit/issues/29)
20+
321
### 2.0.0
422

523
**Note:** This is the first AWS for Fluent Bit release under our new versioning scheme; previously the image was versioned by the Fluent Bit version it contained. Please see the project README for an explanation of how we version this project.

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
FROM amazonlinux:latest as builder
22

33
# Fluent Bit version; update these for each release
4-
ENV FLB_MAJOR 1
5-
ENV FLB_MINOR 3
6-
ENV FLB_PATCH 3
7-
ENV FLB_VERSION 1.3.3
4+
ENV FLB_VERSION 1.3.4
85
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
96
ENV FLB_DOCKER_BRANCH 1.3
107

0 commit comments

Comments
 (0)