Skip to content

Commit

Permalink
Fluentd Upgrade 1.17.1 (#468)
Browse files Browse the repository at this point in the history
* Image upgrade to 1.17.1 upstream.
  • Loading branch information
juan-coralogix authored Nov 1, 2024
1 parent 88107b9 commit 6322744
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 11 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.17.1 / 2024-11-1
* [UPGRADE] Upgrade Fluentd version to v1.17.1

### v1.16.5 / 2024-04-25
* [UPGRADE] Upgrade Fluentd Helm chart dependency to 0.5.2

Expand Down
2 changes: 1 addition & 1 deletion logs/fluentd/aws-ecs/Json_TaskDefinition
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"memoryReservation": 512,
"volumesFrom": [],
"stopTimeout": null,
"image": "docker.io/coralogixrepo/fluentd-coralogix-ecs:1.16.5",
"image": "docker.io/coralogixrepo/fluentd-coralogix-ecs:1.17.1",
"startTimeout": null,
"firelensConfiguration": null,
"dependsOn": null,
Expand Down
2 changes: 1 addition & 1 deletion logs/fluentd/aws-ecs/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.16.5
v1.17.1
2 changes: 1 addition & 1 deletion logs/fluentd/aws-ecs/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM coralogixrepo/coralogix-fluentd-multiarch:v1.16.5
FROM coralogixrepo/coralogix-fluentd-multiarch:v1.17.1
USER root
RUN gem install fluent-plugin-docker_metadata_filter
RUN gem install fluent-plugin-script
Expand Down
6 changes: 3 additions & 3 deletions logs/fluentd/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG IMAGE_VERSION=v1.16.5-debian-forward-1.0
FROM fluent/fluentd-kubernetes-daemonset:${IMAGE_VERSION}
ARG IMAGE_VERSION=v1.17.1-debian-forward-1.2
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.5" \
Version="1.17.1" \
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.5-debian-forward-1.0`
`fluent/fluentd-kubernetes-daemonset:v1.17.1-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.5
v1.17.1
2 changes: 1 addition & 1 deletion logs/fluentd/k8s-helm/http/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: fluentd-http
description: Fluentd Chart with HTTP output plugin
version: 0.0.15
appVersion: v1.16.5
appVersion: v1.17.1
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.16.5
tag: v1.17.1

podSecurityPolicy:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion logs/fluentd/k8s-manifest/fluentd-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
serviceAccountName: fluentd-http
containers:
- name: fluentd
image: "coralogixrepo/coralogix-fluentd-multiarch:v1.16.5"
image: "coralogixrepo/coralogix-fluentd-multiarch:v1.17.1"
imagePullPolicy: IfNotPresent
env:
- name: FLUENTD_CONF
Expand Down

0 comments on commit 6322744

Please sign in to comment.