Skip to content

Commit

Permalink
Bump version to v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghui12 committed Apr 6, 2021
1 parent f69b848 commit 5dc6014
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 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.12.0
2.13.0
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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

Compared to `2.12.0` this release adds:
* Enhancement - Delete debug messages which make log info useless [cloudwatch:141](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit/issues/141)

### 2.12.0
This release includes:
* An Amazon Linux 2 Base
Expand All @@ -9,7 +20,7 @@ This release includes:
* 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)
* 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:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM public.ecr.aws/amazonlinux/amazonlinux:latest as builder

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

ENV FLB_TARBALL http://github.com/fluent/fluent-bit/archive/v$FLB_VERSION.zip
RUN mkdir -p /fluent-bit/bin /fluent-bit/etc /fluent-bit/log /tmp/fluent-bit-master/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.plugins
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG FIREHOSE_PLUGIN_CLONE_URL=https://github.com/aws/amazon-kinesis-firehose-for
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
ARG CLOUDWATCH_PLUGIN_TAG=v1.6.1
ARG CLOUDWATCH_PLUGIN_BRANCH=""

# Kinesis Streams
Expand Down

0 comments on commit 5dc6014

Please sign in to comment.