Skip to content

Commit

Permalink
feat: update fluentd to v1.14.3 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell authored Nov 29, 2021
1 parent 704e440 commit eca617a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---

<!-- ## [Unreleased] - yyyy-MM-dd
### Added
### Changed
### Deprecated
### Removed -->

## [v1.14.4] - 2021-11-29

### Changed

- Updated _Fluentd_ image to [v1.14.3](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#v1143).

## [v1.14.3] - 2021-10-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fluent/fluentd:v1.14.2-1.0
FROM fluent/fluentd:v1.14.3-1.0

# Default env
ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR="0.9"
Expand Down

0 comments on commit eca617a

Please sign in to comment.