From 4c108aa4b8cf0efda14753433b61df593e8c5694 Mon Sep 17 00:00:00 2001 From: joshuabaird <6271918+joshuabaird@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:56:40 +0000 Subject: [PATCH] build(deps): bump fluent-bit to 5.1.0 - Updated VERSION file - Updated manifest files - Updated values.yaml in Helm chart Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/fluent-operator/values.yaml | 2 +- cmd/fluent-watcher/fluentbit/VERSION | 2 +- config/samples/fluentbit_v1alpha2_fluentbit.yaml | 2 +- .../forwarding-logs-via-http/deploy/fluentbit-fluentBit.yaml | 2 +- manifests/kubeedge/fluentbit-fluentbit-edge.yaml | 2 +- manifests/logging-stack/fluentbit-fluentBit.yaml | 2 +- manifests/quick-start/fluentbit.yaml | 2 +- manifests/regex-parser/fluentbit-fluentBit.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/fluent-operator/values.yaml b/charts/fluent-operator/values.yaml index 908256b52..863fb3dc8 100644 --- a/charts/fluent-operator/values.yaml +++ b/charts/fluent-operator/values.yaml @@ -194,7 +194,7 @@ fluentbit: repository: fluent/fluent-operator/fluent-bit # -- Fluent Bit image tag # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit - tag: "5.0.9" + tag: "5.1.0" # -- Fluent Bit resource requests and limits. You can adjust it based on the log volume. # If you do want to specify resources, adjust them as necessary diff --git a/cmd/fluent-watcher/fluentbit/VERSION b/cmd/fluent-watcher/fluentbit/VERSION index bb09d45b5..831446cbd 100644 --- a/cmd/fluent-watcher/fluentbit/VERSION +++ b/cmd/fluent-watcher/fluentbit/VERSION @@ -1 +1 @@ -5.0.9 +5.1.0 diff --git a/config/samples/fluentbit_v1alpha2_fluentbit.yaml b/config/samples/fluentbit_v1alpha2_fluentbit.yaml index 08e7f3f31..3c7fcef4a 100644 --- a/config/samples/fluentbit_v1alpha2_fluentbit.yaml +++ b/config/samples/fluentbit_v1alpha2_fluentbit.yaml @@ -6,7 +6,7 @@ metadata: app: fluent-bit spec: # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit - image: ghcr.io/fluent/fluent-operator/fluent-bit:5.0.9 + image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.0 imagePullPolicy: IfNotPresent positionDB: hostPath: diff --git a/docs/best-practice/forwarding-logs-via-http/deploy/fluentbit-fluentBit.yaml b/docs/best-practice/forwarding-logs-via-http/deploy/fluentbit-fluentBit.yaml index 0c6f27605..89ad9177d 100644 --- a/docs/best-practice/forwarding-logs-via-http/deploy/fluentbit-fluentBit.yaml +++ b/docs/best-practice/forwarding-logs-via-http/deploy/fluentbit-fluentBit.yaml @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/name: fluent-bit spec: # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit - image: ghcr.io/fluent/fluent-operator/fluent-bit:5.0.9 + image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.0 positionDB: hostPath: path: /var/lib/fluent-bit/ diff --git a/manifests/kubeedge/fluentbit-fluentbit-edge.yaml b/manifests/kubeedge/fluentbit-fluentbit-edge.yaml index f32e639d0..a4696339d 100644 --- a/manifests/kubeedge/fluentbit-fluentbit-edge.yaml +++ b/manifests/kubeedge/fluentbit-fluentbit-edge.yaml @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/name: fluent-bit spec: # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit - image: ghcr.io/fluent/fluent-operator/fluent-bit:5.0.9 + image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.0 positionDB: hostPath: path: /var/lib/fluent-bit/ diff --git a/manifests/logging-stack/fluentbit-fluentBit.yaml b/manifests/logging-stack/fluentbit-fluentBit.yaml index 7abb929b5..907616ec2 100644 --- a/manifests/logging-stack/fluentbit-fluentBit.yaml +++ b/manifests/logging-stack/fluentbit-fluentBit.yaml @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/name: fluent-bit spec: # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit - image: ghcr.io/fluent/fluent-operator/fluent-bit:5.0.9 + image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.0 positionDB: hostPath: path: /var/lib/fluent-bit/ diff --git a/manifests/quick-start/fluentbit.yaml b/manifests/quick-start/fluentbit.yaml index c0d31ba95..a87b6f616 100644 --- a/manifests/quick-start/fluentbit.yaml +++ b/manifests/quick-start/fluentbit.yaml @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/name: fluent-bit spec: # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit - image: ghcr.io/fluent/fluent-operator/fluent-bit:5.0.9 + image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.0 fluentBitConfigName: fluent-bit-config --- diff --git a/manifests/regex-parser/fluentbit-fluentBit.yaml b/manifests/regex-parser/fluentbit-fluentBit.yaml index 3777782a8..6ebcc254b 100644 --- a/manifests/regex-parser/fluentbit-fluentBit.yaml +++ b/manifests/regex-parser/fluentbit-fluentBit.yaml @@ -7,5 +7,5 @@ metadata: app.kubernetes.io/name: fluent-bit spec: # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit - image: ghcr.io/fluent/fluent-operator/fluent-bit:5.0.9 + image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.0 fluentBitConfigName: fluent-bit-config