Skip to content

Commit

Permalink
UPDATE - Update fluentd and fluentbit (#332)
Browse files Browse the repository at this point in the history
* UPDATE - Update fluentd and fluentbit to latest
versions for CVE fixes.

* FIX - Documentation formatting
  • Loading branch information
MichaelBriggs-Coralogix authored Nov 22, 2023
1 parent 1386e98 commit a49e56d
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 24 deletions.
10 changes: 10 additions & 0 deletions logs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Fluentd

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

* [UPGRADE] Upgrade Fluentd version to v1.16.3
* [UPGRADE] Upgrade Fluentd Helm chart dependency to 0.5.0

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

* [UPGRADE] Upgrade Fluentd version to v1.16.2
Expand Down Expand Up @@ -32,6 +37,11 @@

## Fluent-Bit

### v2.2.0 / 2023-11-22

* [UPGRADE] Upgrade Fluentbit version to v2.2.0
* [UPGRADE] Upgrade Fluentbit Helm chart dependency to 0.40.0

### v2.1.4 / 2023-06-21

[CHANGE] Fixing SUB_SYSTEM_SYSTEMD value.
Expand Down
4 changes: 2 additions & 2 deletions logs/fluent-bit/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ COPY ./out_coralogix.go ./go.mod ./go.sum ./
RUN go mod vendor && \
go build -buildmode=c-shared -ldflags "-s -w" -mod=vendor -o out_coralogix.$TARGETARCH.so .

FROM fluent/fluent-bit:2.1.3
FROM fluent/fluent-bit:2.2.0
ARG TARGETARCH
MAINTAINER Coralogix Inc. <[email protected]>
LABEL Description="Special Fluent-Bit image for Coralogix integration" Vendor="Coralogix Inc." Version="2.1.3"
LABEL Description="Special Fluent-Bit image for Coralogix integration" Vendor="Coralogix Inc." Version="2.2.0"
COPY --from=builder /go/src/app/plugins.conf /fluent-bit/etc/
COPY --from=builder /go/src/app/out_coralogix.$TARGETARCH.so /fluent-bit/plugins/out_coralogix.so
COPY ./functions.lua /fluent-bit/etc/
2 changes: 1 addition & 1 deletion logs/fluent-bit/image/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.1.3
v2.2.0
6 changes: 3 additions & 3 deletions logs/fluent-bit/k8s-helm/http/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: fluent-bit-http
description: Fluent-Bit Chart with HTTP output plugin
version: 2.1.4
appVersion: 2.1.3
version: 2.2.0
appVersion: 2.2.0
keywords:
- Fluent-Bit
- HTTP output plugin
dependencies:
- name: fluent-bit
version: "0.30.4"
version: "0.40.0"
repository: https://fluent.github.io/helm-charts
sources:
- https://github.com/fluent/fluent-bit/
Expand Down
2 changes: 1 addition & 1 deletion logs/fluent-bit/k8s-helm/http/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fluent-bit:

image:
repository: coralogixrepo/coralogix-fluent-bit-multiarch
tag: v2.1.3
tag: v2.2.0

serviceMonitor:
enabled: true
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.15.2",
"image": "docker.io/coralogixrepo/fluentd-coralogix-ecs:1.16.3",
"startTimeout": null,
"firelensConfiguration": null,
"dependsOn": null,
Expand Down
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.15.2
FROM coralogixrepo/coralogix-fluentd-multiarch:v1.16.3
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.16.2-debian-forward-1.1
ARG IMAGE_VERSION=v1.16.3-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.2" \
Version="1.16.3" \
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.2-debian-forward-1.1`
`fluent/fluentd-kubernetes-daemonset:v1.16.3-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.2
v1.16.3
6 changes: 3 additions & 3 deletions logs/fluentd/k8s-helm/http/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: fluentd-http
description: Fluentd Chart with HTTP output plugin
version: 0.0.13
appVersion: v1.16.2
version: 0.0.14
appVersion: v1.16.3
keywords:
- Fluentd
- HTTP output plugin
dependencies:
- name: fluentd
version: "0.4.3"
version: "0.5.0"
repository: https://fluent.github.io/helm-charts
tags:
- fluentd with http output plugin
Expand Down
15 changes: 8 additions & 7 deletions logs/fluentd/k8s-helm/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ Therefore, the PodSecurityPolicy is disabled in this chart since version 0.0.11.

## Coralogix Endpoints

| Region | Logs Endpoint |
|--------|-----------------------------|
| EU | `ingress.coralogix.com` |
| EU2 | `ingress.eu2.coralogix.com` |
| US | `ingress.coralogix.us` |
| SG | `ingress.coralogixsg.com` |
| IN | `ingress.coralogix.in` |
| Region | Logs Endpoint |
|--------|---------------------------------------------|
| EU | `ingress.coralogix.com` |
| EU2 | `ingress.eu2.coralogix.com` |
| US | `ingress.coralogix.us` |
| US2 | `ingress.cx498-aws-us-west-2.coralogix.com` |
| SG | `ingress.coralogixsg.com` |
| IN | `ingress.coralogix.in` |

## Disable Systemd Logs

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.2
tag: v1.16.3

podSecurityPolicy:
enabled: false
Expand Down

0 comments on commit a49e56d

Please sign in to comment.