File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1- 2.5 .0
1+ 2.6 .0
Original file line number Diff line number Diff line change 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
517This release includes:
Original file line number Diff line number Diff line change 11FROM 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
66ENV FLB_DOCKER_BRANCH 1.5
77
@@ -41,7 +41,7 @@ RUN yum install -y \
4141WORKDIR /tmp/fluent-bit-$FLB_VERSION/
4242RUN git clone https://github.com/fluent/fluent-bit.git /tmp/fluent-bit-$FLB_VERSION/
4343WORKDIR /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}
4545RUN cmake -DFLB_DEBUG=On \
4646 -DFLB_TRACE=Off \
4747 -DFLB_JEMALLOC=On \
You can’t perform that action at this time.
0 commit comments