Skip to content

Commit

Permalink
FEAT - Update fluentd image to 1.16.2 (#327)
Browse files Browse the repository at this point in the history
* FEAT - Update fluentd image to 1.16.2

* FEAT - Update Fluentd Helm chart to use new image
  • Loading branch information
MichaelBriggs-Coralogix committed Nov 9, 2023
1 parent b71fd5e commit c8761a3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions logs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Fluentd

### v1.16.2 / 2023-11-09

* [UPGRADE] Upgrade Fluentd version to v1.16.2

### v1.15.2 / 2023-06-20

* [DOWNGRADE] Restoring the image version to 0.0.7 in the Fluentd Helm (Coralogix Plugin) 'values.yaml' file
Expand Down
10 changes: 5 additions & 5 deletions logs/fluentd/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
ARG IMAGE_VERSION=v1.15.2-debian-forward-1.0
ARG IMAGE_VERSION=v1.16.2-debian-forward-1.1
FROM fluent/fluentd-kubernetes-daemonset:${IMAGE_VERSION}

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

# Change user
USER root

# Installing dependencies and plugins
RUN gem install elasticsearch -v 7.13
RUN gem install elasticsearch -v 8.11

RUN gem install fluent-plugin-coralogix \
fluent-plugin-parser-cri \
Expand All @@ -22,5 +22,5 @@ RUN gem install fluent-plugin-coralogix \
fluent-plugin-elasticsearch


RUN gem install fluent-plugin-kubernetes_metadata_filter -v 2.11.1
RUN gem install fluent-plugin-prometheus -v 2.0.3
RUN gem install fluent-plugin-kubernetes_metadata_filter -v 3.4.0
RUN gem install fluent-plugin-prometheus -v 2.1.0
4 changes: 2 additions & 2 deletions 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.15.2-debian-forward-1.0`
`fluent/fluentd-kubernetes-daemonset:v1.16.2-debian-forward-1.1`

Supported plugin List:

Expand All @@ -19,4 +19,4 @@ Supported plugin List:
| fluent-plugin-concat | (https://github.com/fluent-plugins-nursery/fluent-plugin-concat) |
| fluent-plugin-rewrite-tag-filter | (https://github.com/fluent/fluent-plugin-rewrite-tag-filter) |
| fluent-plugin-detect-exceptions | (https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions) |
| fluent-plugin-elasticsearch | )(https://github.com/uken/fluent-plugin-elasticsearch) |
| fluent-plugin-elasticsearch | (https://github.com/uken/fluent-plugin-elasticsearch) |
2 changes: 1 addition & 1 deletion logs/fluentd/image/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.15.2
v1.16.2
4 changes: 2 additions & 2 deletions logs/fluentd/k8s-helm/http/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: fluentd-http
description: Fluentd Chart with HTTP output plugin
version: 0.0.12
appVersion: v1.15.2
version: 0.0.13
appVersion: v1.16.2
keywords:
- Fluentd
- HTTP output plugin
Expand Down
2 changes: 1 addition & 1 deletion logs/fluentd/k8s-helm/http/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fluentd:

image:
repository: coralogixrepo/coralogix-fluentd-multiarch
tag: v1.15.2
tag: v1.16.2

podSecurityPolicy:
enabled: false
Expand Down

0 comments on commit c8761a3

Please sign in to comment.