Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update logs fluentd version to 1.18 #497

Merged
merged 2 commits into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.18.0 / 2025-1-5
* [UPGRADE] Upgrade Fluentd version to v1.18.0

### v1.17.1 / 2024-11-1
* [UPGRADE] Upgrade Fluentd version to v1.17.1

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.17.1",
"image": "docker.io/coralogixrepo/fluentd-coralogix-ecs:1.18.0",
"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.17.1
v1.18.0
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.17.1
FROM coralogixrepo/coralogix-fluentd-multiarch:v1.18.0
USER root
RUN gem install fluent-plugin-docker_metadata_filter
RUN gem install fluent-plugin-script
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.17.1-debian-forward-1.2
ARG IMAGE_VERSION=v1.18.0-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.17.1" \
Version="1.18.0" \
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.17.1-debian-forward-1.0`
`fluent/fluentd-kubernetes-daemonset:v1.18.0-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.17.1
v1.18.0
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.17.1
appVersion: v1.18.0
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.17.1
tag: v1.18.0

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.17.1"
image: "coralogixrepo/coralogix-fluentd-multiarch:v1.18.0"
imagePullPolicy: IfNotPresent
env:
- name: FLUENTD_CONF
Expand Down
Loading