Skip to content

Commit

Permalink
Merge pull request #159 from DrewZhang13/v2.12.0
Browse files Browse the repository at this point in the history
Bump version to v2.12.0
  • Loading branch information
DrewZhang13 authored Mar 9, 2021
2 parents da2240b + 4f0aacb commit 4110368
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AWS_FOR_FLUENT_BIT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.0
2.12.0
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### 2.12.0
This release includes:
* An Amazon Linux 2 Base
* Fluent Bit [1.7.2](https://fluentbit.io/announcements/v1.7.2/)
* Amazon CloudWatch Logs for Fluent Bit 1.6.0
* Amazon Kinesis Streams for Fluent Bit 1.7.1
* Amazon Kinesis Firehose for Fluent Bit 1.6.0

Compared to `2.11.0` this release adds:
* Enhancement - Add an option to send multiple log events as a record [firehose:12](https://github.com/aws/amazon-kinesis-firehose-for-fluent-bit/issues/12)

### 2.11.0
This release includes:
* An Amazon Linux 2 Base
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM public.ecr.aws/amazonlinux/amazonlinux:latest as builder

# Fluent Bit version; update these for each release
ENV FLB_VERSION 1.6.10
ENV FLB_VERSION 1.7.2
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
ENV FLB_DOCKER_BRANCH 1.6

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.plugins
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG KINESIS_PLUGIN_CLONE_URL=https://github.com/aws/amazon-kinesis-streams-for-f
ARG KINESIS_PLUGIN_TAG=v1.7.1
ARG KINESIS_PLUGIN_BRANCH=""
ARG FIREHOSE_PLUGIN_CLONE_URL=https://github.com/aws/amazon-kinesis-firehose-for-fluent-bit.git
ARG FIREHOSE_PLUGIN_TAG=v1.5.1
ARG FIREHOSE_PLUGIN_TAG=v1.6.0
ARG FIREHOSE_PLUGIN_BRANCH=""
ARG CLOUDWATCH_PLUGIN_CLONE_URL=https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit.git
ARG CLOUDWATCH_PLUGIN_TAG=v1.6.0
Expand Down

0 comments on commit 4110368

Please sign in to comment.