Skip to content

Commit 0f715dd

Browse files
committed
Bump to 2.26.0
1 parent e5e561f commit 0f715dd

File tree

6 files changed

+23
-9
lines changed

6 files changed

+23
-9
lines changed

AWS_FLB_CHERRY_PICKS

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
# kube_token_ttl
2-
https://github.com/PettitWesley/fluent-bit.git kube_token_ttl bfce41f48c0f1cc39bf67f7804e6134ccfc3ecb6
3-
https://github.com/PettitWesley/fluent-bit.git kube_token_ttl c28c5506177beb3b40130b62ac9add243d534e7f
4-
https://github.com/PettitWesley/fluent-bit.git kube_token_ttl 03276f84723b74ef3d3b3c83c2b71f0216ce561b
1+
# No AWS cherry picks in this release

AWS_FOR_FLUENT_BIT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.25.1
1+
2.26.0

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
### 2.26.0
4+
This release includes:
5+
* An Amazon Linux 2 Base
6+
* Fluent Bit [1.9.4](https://fluentbit.io/announcements/v1.9.4/)
7+
* Amazon CloudWatch Logs for Fluent Bit 1.8.0
8+
* Amazon Kinesis Streams for Fluent Bit 1.9.0
9+
* Amazon Kinesis Firehose for Fluent Bit 1.6.1
10+
11+
Compared to `2.25.1` this release adds:
12+
* Feature - Add `auto_create_stream ` option [cloudwatch:257](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit/pull/257)
13+
* Enhancement - Add debug logs to check batch sizes [fluentbit:5428](https://github.com/fluent/fluent-bit/pull/5428)
14+
* Enhancement - Set 1 worker as default for `cloudwatch_logs` plugin [fluentbit:5417](https://github.com/fluent/fluent-bit/pull/5417)
15+
* Bug - Allow recovery from a stream being deleted and created by a user [cloudwatch:257](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit/pull/257)
16+
17+
Same as `2.25.1`, this release includes the following enhancement for AWS customers that has been accepted by upstream:
18+
* Enhancement - Add `kube_token_ttl` option to kubernetes filter to support refreshing the service account token used to talk to the API server. Prior to this change Fluent Bit would only read the token on startup. [fluentbit:5332](https://github.com/fluent/fluent-bit/issues/5332)
19+
320
### 2.25.1
421
This release includes:
522
* An Amazon Linux 2 Base
@@ -8,7 +25,7 @@ This release includes:
825
* Amazon Kinesis Streams for Fluent Bit 1.9.0
926
* Amazon Kinesis Firehose for Fluent Bit 1.6.1
1027

11-
Compared to `2.24.0` this release adds:
28+
Compared to `2.25.0` this release adds:
1229
* Bug - Fix new `kube_token_ttl` option in kubernetes filter to correctly parse TTL as a time value [aws-for-fluent-bit:353](https://github.com/aws/aws-for-fluent-bit/issues/353)
1330

1431
### 2.25.0

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.9.3
4+
ENV FLB_VERSION 1.9.4
55
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
66
ENV FLB_DOCKER_BRANCH master
77

Dockerfile.debug

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.9.3
4+
ENV FLB_VERSION 1.9.4
55
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
66
ENV FLB_DOCKER_BRANCH master
77

Dockerfile.plugins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ARG FIREHOSE_PLUGIN_CLONE_URL=https://github.com/aws/amazon-kinesis-firehose-for
1616
ARG FIREHOSE_PLUGIN_TAG=v1.6.1
1717
ARG FIREHOSE_PLUGIN_BRANCH=""
1818
ARG CLOUDWATCH_PLUGIN_CLONE_URL=https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit.git
19-
ARG CLOUDWATCH_PLUGIN_TAG=v1.7.0
19+
ARG CLOUDWATCH_PLUGIN_TAG=v1.8.0
2020
ARG CLOUDWATCH_PLUGIN_BRANCH=""
2121

2222
# Kinesis Streams

0 commit comments

Comments
 (0)