Skip to content

Commit 704e440

Browse files
authored
feat: update fluentd to v1.14.2 (#19)
1 parent 3d54cd8 commit 704e440

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Deprecated
1212
### Removed -->
1313

14+
## [v1.14.3] - 2021-10-29
15+
16+
### Changed
17+
18+
- Updated _Fluentd_ image to [v1.14.2](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#release-v1142---20211029).
19+
1420
## [v1.14.2] - 2021-10-28
1521

1622
### Added
1723

18-
- New plugin [fluent-plugin-cloudwatch-logs](https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs) (`v0.14.2`).
24+
- New plugin [fluent-plugin-cloudwatch-logs](https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs).
1925

2026
### Changed
2127

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fluent/fluentd:v1.14.1-1.0
1+
FROM fluent/fluentd:v1.14.2-1.0
22

33
# Default env
44
ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR="0.9"

0 commit comments

Comments
 (0)