Skip to content

Commit

Permalink
Bump version to v2.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Zhang <[email protected]>
  • Loading branch information
DrewZhang13 committed Jul 8, 2021
1 parent 11777f2 commit b068b04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 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.16.1
2.17.0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### 2.17.0
This release includes:
* An Amazon Linux 2 Base
* Fluent Bit [1.8.1](https://fluentbit.io/announcements/v1.8.1/)
* 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

### 2.16.1
This release includes:
* An Amazon Linux 2 Base
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.9
ENV FLB_VERSION 1.8.1
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
ENV FLB_DOCKER_BRANCH 1.7
ENV FLB_DOCKER_BRANCH 1.8

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

0 comments on commit b068b04

Please sign in to comment.