Skip to content

Commit 248a5e4

Browse files
authored
feat: Update Fluentd image to v1.14.5 (#24)
1 parent 87e3c2d commit 248a5e4

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: docker_build
2121
uses: docker/build-push-action@v2
2222
with:
23-
context: .
2423
file: ./Dockerfile
24+
context: .
2525
platforms: linux/amd64
2626
push: false

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
id: docker_build
4848
uses: docker/build-push-action@v2
4949
with:
50-
context: .
5150
file: ./Dockerfile
51+
context: .
5252
platforms: linux/amd64
5353
push: true
5454
tags: ${{ steps.docker_meta.outputs.tags }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Deprecated
1414
### Removed -->
1515

16+
## [v1.14.7] - 2022-02-09
17+
18+
### Changed
19+
20+
- Updated _Fluentd_ image to [v1.14.5](https://github.com/fluent/fluentd/releases/tag/v1.14.5).
21+
1622
## [v1.14.6] - 2022-01-13
1723

1824
### Added

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

33
# Default env
44
ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR="0.9"

0 commit comments

Comments
 (0)