Skip to content

Commit

Permalink
UPDATE Upgrade fluentd base image to 1.16.5 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBriggs-Coralogix authored Apr 25, 2024
1 parent fc4890b commit 8083210
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions logs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Fluentd

### v1.16.5 / 2024-04-24
* [UPGRADE] Upgrade Fluentd version to v1.16.5

### v1.16.3 / 2023-11-23

* [CHANGE] Update the coralogix API
Expand Down
4 changes: 2 additions & 2 deletions logs/fluentd/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG IMAGE_VERSION=v1.16.3-debian-forward-1.0
ARG IMAGE_VERSION=v1.16.5-debian-forward-1.0
FROM fluent/fluentd-kubernetes-daemonset:${IMAGE_VERSION}

# Image description labels
LABEL Description="Multi-Arch FluentD image for Coralogix integration" \
Vendor="Coralogix Inc." \
Version="1.16.3" \
Version="1.16.5" \
Maintainer="Coralogix Inc. <[email protected]>"

# Change user
Expand Down
2 changes: 1 addition & 1 deletion logs/fluentd/image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This folder contains the docker file for the image Coralogix promotes along with
## Image base

This image is based on the open source image:
`fluent/fluentd-kubernetes-daemonset:v1.16.3-debian-forward-1.0`
`fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-forward-1.0`

Supported plugin List:

Expand Down
2 changes: 1 addition & 1 deletion logs/fluentd/image/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.16.3
v1.16.5

0 comments on commit 8083210

Please sign in to comment.