Skip to content

Commit

Permalink
Update to v1.14.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell authored Aug 31, 2021
1 parent a1a4143 commit 01d74a9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"MD013": false,
"MD024": {
"siblings_only": true
},
"MD033": {
"allowed_elements": [
"br",
"details",
"summary"
]
}
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed -->

## [v1.14.0] - 2021-08-31

### Changed

- Updated _Fluentd_ image to [v1.14.0](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#release-v1140---20210830)

## [v1.13.3] - 2021-07-27

### 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.13.3-1.0
FROM fluent/fluentd:v1.14.0-1.0

# Default env
ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR="0.9"
Expand Down

0 comments on commit 01d74a9

Please sign in to comment.