From 9527a01e82deabd849182b2a1cf94472a07c7bb2 Mon Sep 17 00:00:00 2001 From: guyrenny Date: Sun, 5 Jan 2025 16:01:58 +0200 Subject: [PATCH] Update fluentbit logs version to 3.2.4 --- logs/CHANGELOG.md | 5 +++++ logs/fluent-bit/image/Dockerfile | 4 ++-- logs/fluent-bit/image/VERSION | 2 +- logs/fluent-bit/k8s-helm/http/Chart.yaml | 6 +++--- logs/fluent-bit/k8s-helm/http/values.yaml | 2 +- logs/fluent-bit/k8s-manifest/fluentbit-ds.yaml | 2 +- 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/logs/CHANGELOG.md b/logs/CHANGELOG.md index 6d27d79d..7f68b093 100644 --- a/logs/CHANGELOG.md +++ b/logs/CHANGELOG.md @@ -53,6 +53,11 @@ ## Fluent-Bit +## v3.2.4/ 2025-1-5 + +* [UPGRADE] Upgrade Fluentbit version to v3.2.4 +* [UPGRADE] Upgrade Fluentbit Helm chart dependency to 0.48.4 + ## v3.1.9 / 2024-10-10 * [UPGRADE] Upgrade Fluentbit version to v3.1.9 for CVE-2024-37371, CVE-2024-5535, CVE-2023-45853 diff --git a/logs/fluent-bit/image/Dockerfile b/logs/fluent-bit/image/Dockerfile index 4219fd38..218b9f58 100644 --- a/logs/fluent-bit/image/Dockerfile +++ b/logs/fluent-bit/image/Dockerfile @@ -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:3.1.9 +FROM fluent/fluent-bit:3.2.4 ARG TARGETARCH LABEL Maintainer="Coralogix Inc. " -LABEL Description="Special Fluent-Bit image for Coralogix integration" Vendor="Coralogix Inc." Version="3.1.9" +LABEL Description="Special Fluent-Bit image for Coralogix integration" Vendor="Coralogix Inc." Version="3.2.4" 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/ diff --git a/logs/fluent-bit/image/VERSION b/logs/fluent-bit/image/VERSION index 745d2772..ec47dd9d 100644 --- a/logs/fluent-bit/image/VERSION +++ b/logs/fluent-bit/image/VERSION @@ -1 +1 @@ -v3.1.9 \ No newline at end of file +v3.2.4 \ No newline at end of file diff --git a/logs/fluent-bit/k8s-helm/http/Chart.yaml b/logs/fluent-bit/k8s-helm/http/Chart.yaml index 31b7368e..64c6d27c 100644 --- a/logs/fluent-bit/k8s-helm/http/Chart.yaml +++ b/logs/fluent-bit/k8s-helm/http/Chart.yaml @@ -1,14 +1,14 @@ apiVersion: v2 name: fluent-bit-http description: Fluent-Bit Chart with HTTP output plugin -version: 3.1.9 -appVersion: 3.1.9 +version: 3.2.4 +appVersion: 3.2.4 keywords: - Fluent-Bit - HTTP output plugin dependencies: - name: fluent-bit - version: "0.47.10" + version: "0.48.4" repository: https://fluent.github.io/helm-charts sources: - https://github.com/fluent/fluent-bit/ diff --git a/logs/fluent-bit/k8s-helm/http/values.yaml b/logs/fluent-bit/k8s-helm/http/values.yaml index a2483dc7..20acad08 100644 --- a/logs/fluent-bit/k8s-helm/http/values.yaml +++ b/logs/fluent-bit/k8s-helm/http/values.yaml @@ -3,7 +3,7 @@ fluent-bit: image: repository: coralogixrepo/coralogix-fluent-bit-multiarch - tag: v3.1.9 + tag: v3.2.4 serviceMonitor: enabled: true diff --git a/logs/fluent-bit/k8s-manifest/fluentbit-ds.yaml b/logs/fluent-bit/k8s-manifest/fluentbit-ds.yaml index b66d81ca..4824c2da 100644 --- a/logs/fluent-bit/k8s-manifest/fluentbit-ds.yaml +++ b/logs/fluent-bit/k8s-manifest/fluentbit-ds.yaml @@ -21,7 +21,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: fluent-bit - image: "coralogixrepo/coralogix-fluent-bit-multiarch:v3.1.9" + image: "coralogixrepo/coralogix-fluent-bit-multiarch:v3.2.4" imagePullPolicy: Always env: - name: HOSTNAME