From 8083210c1873c383059e689b1072220dbf1b4cb5 Mon Sep 17 00:00:00 2001 From: Michael Briggs <120486102+MichaelBriggs-Coralogix@users.noreply.github.com> Date: Wed, 24 Apr 2024 22:26:21 -0400 Subject: [PATCH] UPDATE Upgrade fluentd base image to 1.16.5 (#403) --- logs/CHANGELOG.md | 3 +++ logs/fluentd/image/Dockerfile | 4 ++-- logs/fluentd/image/README.md | 2 +- logs/fluentd/image/VERSION | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/logs/CHANGELOG.md b/logs/CHANGELOG.md index 45e237ae..2f02fcad 100644 --- a/logs/CHANGELOG.md +++ b/logs/CHANGELOG.md @@ -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 diff --git a/logs/fluentd/image/Dockerfile b/logs/fluentd/image/Dockerfile index ff7f33c4..d7f04f67 100644 --- a/logs/fluentd/image/Dockerfile +++ b/logs/fluentd/image/Dockerfile @@ -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. " # Change user diff --git a/logs/fluentd/image/README.md b/logs/fluentd/image/README.md index 6036e4a4..e29cce5c 100644 --- a/logs/fluentd/image/README.md +++ b/logs/fluentd/image/README.md @@ -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: diff --git a/logs/fluentd/image/VERSION b/logs/fluentd/image/VERSION index aedc631c..de1fb70f 100644 --- a/logs/fluentd/image/VERSION +++ b/logs/fluentd/image/VERSION @@ -1 +1 @@ -v1.16.3 +v1.16.5