From 16612cddc135f9004e268e9e993ae9f8273ce2ea Mon Sep 17 00:00:00 2001 From: Wesley Pettit Date: Sun, 24 Nov 2019 09:14:43 -0800 Subject: [PATCH] Bump version to 2.0.0 --- AWS_FOR_FLUENT_BIT_VERSION | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/AWS_FOR_FLUENT_BIT_VERSION b/AWS_FOR_FLUENT_BIT_VERSION index 1892b9267..227cea215 100644 --- a/AWS_FOR_FLUENT_BIT_VERSION +++ b/AWS_FOR_FLUENT_BIT_VERSION @@ -1 +1 @@ -1.3.2 +2.0.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f0d..f16c8dc2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,16 @@ # Changelog + +### 2.0.0 + +**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. + +This release includes: +* An Amazon Linux 2 Base +* Fluent Bit 1.3.3 +* Amazon CloudWatch Logs for Fluent Bit 1.0.0 +* Amazon Kinesis Streams for Fluent Bit 1.0.0 +* Amazon Kinesis Firehose for Fluent Bit 1.0.0 + +Compared to `aws-for-fluent-bit:1.3.2` this release adds: +* Bug - Allow retries for creating log group - [cloudwatch:18](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit/issues/18) +* Feature - Add Fluent Bit plugin for Amazon Kinesis Data Streams - [kinesis:1](https://github.com/aws/amazon-kinesis-streams-for-fluent-bit/pull/1)