Skip to content

Commit aed6acd

Browse files
committed
Bump version to v2.10.1
1 parent c6e19b9 commit aed6acd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.10.0
1+
2.10.1

CHANGELOG.md

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

3+
### 2.10.1
4+
This release includes:
5+
* An Amazon Linux 2 Base
6+
* Fluent Bit [1.6.10](https://fluentbit.io/announcements/v1.6.10/)
7+
* Amazon CloudWatch Logs for Fluent Bit 1.6.0
8+
* Amazon Kinesis Streams for Fluent Bit 1.7.1
9+
* Amazon Kinesis Firehose for Fluent Bit 1.5.1
10+
11+
**This is the first release with images in [Amazon ECR Public Gallery](https://gallery.ecr.aws/aws-observability/aws-for-fluent-bit).**
12+
313
### 2.10.0
414
This release includes:
515
* 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 public.ecr.aws/amazonlinux/amazonlinux:latest as builder
22

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

0 commit comments

Comments
 (0)