Skip to content

Commit 0e16e1a

Browse files
authored
update the kinesis and firehose plugin versions to match reality (#908)
1 parent 6224797 commit 0e16e1a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
bin
22
integ/out/
33
.venv
4+
/.idea/

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
This release includes:
55
* Fluent Bit [1.9.10](https://github.com/fluent/fluent-bit/tree/v1.9.10)
66
* Amazon CloudWatch Logs for Fluent Bit 1.9.4
7-
* Amazon Kinesis Streams for Fluent Bit 1.10.1
8-
* Amazon Kinesis Firehose for Fluent Bit 1.7.1
7+
* Amazon Kinesis Streams for Fluent Bit 1.10.2
8+
* Amazon Kinesis Firehose for Fluent Bit 1.7.2
99
* Amazon Linux base container image version: 2.0.20250220.0
1010

1111
### 2.32.5.20250212
1212
This release includes:
1313
* Fluent Bit [1.9.10](https://github.com/fluent/fluent-bit/tree/v1.9.10)
1414
* Amazon CloudWatch Logs for Fluent Bit 1.9.4
15-
* Amazon Kinesis Streams for Fluent Bit 1.10.1
16-
* Amazon Kinesis Firehose for Fluent Bit 1.7.1
15+
* Amazon Kinesis Streams for Fluent Bit 1.10.2
16+
* Amazon Kinesis Firehose for Fluent Bit 1.7.2
1717
* Amazon Linux base container image version: 2.0.20250201.0
1818

1919
### 2.32.5

linux.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"latest": "true",
55
"build": "1",
66
"fluent-bit": "1.9.10",
7-
"kinesis-plugin": "v1.10.1",
8-
"firehose-plugin": "v1.7.1",
7+
"kinesis-plugin": "v1.10.2",
8+
"firehose-plugin": "v1.7.2",
99
"cloudwatch-plugin": "v1.9.4"
1010
}
1111
}

0 commit comments

Comments
 (0)