Skip to content

Commit 66c256f

Browse files
Bump to 2.6.0
1 parent f330818 commit 66c256f

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-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.5.0
1+
2.6.0

CHANGELOG.md

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

3+
### 2.6.0
4+
This release includes:
5+
* An Amazon Linux 2 Base
6+
* Fluent Bit [1.5.1](https://fluentbit.io/announcements/v1.5.1/)
7+
* Amazon CloudWatch Logs for Fluent Bit 1.3.1
8+
* Amazon Kinesis Streams for Fluent Bit 1.5.0
9+
* Amazon Kinesis Firehose for Fluent Bit 1.4.0
10+
11+
Compared to `2.5.0` this release adds:
12+
* Feature - Add `log_key` option support to `firehose`, and `kinesis` plugins.
13+
* Bug - Add an empty check before sending log events to destinations for `firehose` and `cloudwatch` plugins.
14+
315
### 2.5.0
416

517
This release includes:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM amazonlinux:latest as builder
22

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

@@ -41,7 +41,7 @@ RUN yum install -y \
4141
WORKDIR /tmp/fluent-bit-$FLB_VERSION/
4242
RUN git clone https://github.com/fluent/fluent-bit.git /tmp/fluent-bit-$FLB_VERSION/
4343
WORKDIR /tmp/fluent-bit-$FLB_VERSION/build/
44-
RUN git fetch && git checkout aws-patch-1_5_0
44+
RUN git fetch && git checkout ${FLB_DOCKER_BRANCH}
4545
RUN cmake -DFLB_DEBUG=On \
4646
-DFLB_TRACE=Off \
4747
-DFLB_JEMALLOC=On \

0 commit comments

Comments
 (0)