Skip to content

Commit 2de6668

Browse files
authored
Merge pull request #64 from hencrice/release2.6.1
Bump version to 2.6.1
2 parents 13ebbbb + 1fe44b4 commit 2de6668

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.6.0
1+
2.6.1

CHANGELOG.md

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

3+
### 2.6.1
4+
This release includes:
5+
* An Amazon Linux 2 Base
6+
* Fluent Bit [1.5.2](https://fluentbit.io/announcements/v1.5.2/)
7+
* Amazon CloudWatch Logs for Fluent Bit 1.3.2
8+
* Amazon Kinesis Streams for Fluent Bit 1.5.1
9+
* Amazon Kinesis Firehose for Fluent Bit 1.4.1
10+
311
### 2.6.0
412
This release includes:
513
* 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 amazonlinux:latest as builder
22

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

0 commit comments

Comments
 (0)