Skip to content

Commit 4110368

Browse files
authored
Merge pull request #159 from DrewZhang13/v2.12.0
Bump version to v2.12.0
2 parents da2240b + 4f0aacb commit 4110368

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
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.11.0
1+
2.12.0

CHANGELOG.md

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

3+
### 2.12.0
4+
This release includes:
5+
* An Amazon Linux 2 Base
6+
* Fluent Bit [1.7.2](https://fluentbit.io/announcements/v1.7.2/)
7+
* Amazon CloudWatch Logs for Fluent Bit 1.6.0
8+
* Amazon Kinesis Streams for Fluent Bit 1.7.1
9+
* Amazon Kinesis Firehose for Fluent Bit 1.6.0
10+
11+
Compared to `2.11.0` this release adds:
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)
13+
314
### 2.11.0
415
This release includes:
516
* An Amazon Linux 2 Base

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM public.ecr.aws/amazonlinux/amazonlinux:latest as builder
22

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

Dockerfile.plugins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG KINESIS_PLUGIN_CLONE_URL=https://github.com/aws/amazon-kinesis-streams-for-f
1313
ARG KINESIS_PLUGIN_TAG=v1.7.1
1414
ARG KINESIS_PLUGIN_BRANCH=""
1515
ARG FIREHOSE_PLUGIN_CLONE_URL=https://github.com/aws/amazon-kinesis-firehose-for-fluent-bit.git
16-
ARG FIREHOSE_PLUGIN_TAG=v1.5.1
16+
ARG FIREHOSE_PLUGIN_TAG=v1.6.0
1717
ARG FIREHOSE_PLUGIN_BRANCH=""
1818
ARG CLOUDWATCH_PLUGIN_CLONE_URL=https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit.git
1919
ARG CLOUDWATCH_PLUGIN_TAG=v1.6.0

0 commit comments

Comments
 (0)