Skip to content

Commit eca617a

Browse files
authored
feat: update fluentd to v1.14.3 (#21)
1 parent 704e440 commit eca617a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
---
9+
810
<!-- ## [Unreleased] - yyyy-MM-dd
911
### Added
1012
### Changed
1113
### Deprecated
1214
### Removed -->
1315

16+
## [v1.14.4] - 2021-11-29
17+
18+
### Changed
19+
20+
- Updated _Fluentd_ image to [v1.14.3](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#v1143).
21+
1422
## [v1.14.3] - 2021-10-29
1523

1624
### Changed

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.2-1.0
1+
FROM fluent/fluentd:v1.14.3-1.0
22

33
# Default env
44
ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR="0.9"

0 commit comments

Comments
 (0)