Skip to content

Commit 5dc6014

Browse files
committed
Bump version to v2.13.0
1 parent f69b848 commit 5dc6014

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-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.12.0
1+
2.13.0

CHANGELOG.md

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

3+
### 2.13.0
4+
This release includes:
5+
* An Amazon Linux 2 Base
6+
* Fluent Bit [1.7.3](https://fluentbit.io/announcements/v1.7.3/)
7+
* Amazon CloudWatch Logs for Fluent Bit 1.6.1
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.12.0` this release adds:
12+
* Enhancement - Delete debug messages which make log info useless [cloudwatch:141](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit/issues/141)
13+
314
### 2.12.0
415
This release includes:
516
* An Amazon Linux 2 Base
@@ -9,7 +20,7 @@ This release includes:
920
* Amazon Kinesis Firehose for Fluent Bit 1.6.0
1021

1122
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)
23+
* 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)
1324

1425
### 2.11.0
1526
This release includes:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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.7.2
4+
ENV FLB_VERSION 1.7.3
55
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
6-
ENV FLB_DOCKER_BRANCH 1.6
6+
ENV FLB_DOCKER_BRANCH 1.7
77

88
ENV FLB_TARBALL http://github.com/fluent/fluent-bit/archive/v$FLB_VERSION.zip
99
RUN mkdir -p /fluent-bit/bin /fluent-bit/etc /fluent-bit/log /tmp/fluent-bit-master/

Dockerfile.plugins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ARG FIREHOSE_PLUGIN_CLONE_URL=https://github.com/aws/amazon-kinesis-firehose-for
1616
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
19-
ARG CLOUDWATCH_PLUGIN_TAG=v1.6.0
19+
ARG CLOUDWATCH_PLUGIN_TAG=v1.6.1
2020
ARG CLOUDWATCH_PLUGIN_BRANCH=""
2121

2222
# Kinesis Streams

0 commit comments

Comments
 (0)