Skip to content

Commit

Permalink
Bump fluentbit to 2.1.9 (#921)
Browse files Browse the repository at this point in the history
* Bump fluentbit to 2.1.9

Signed-off-by: dehaocheng <[email protected]>

* modify changelog

Signed-off-by: dehaocheng <[email protected]>

---------

Signed-off-by: dehaocheng <[email protected]>
  • Loading branch information
wenchajun authored Sep 13, 2023
1 parent d302995 commit 3f2904e
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-fb-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
- "pkg/filenotify/**"

env:
FB_IMG: 'kubesphere/fluent-bit:v2.1.8'
FB_IMG_DEBUG: 'kubesphere/fluent-bit:v2.1.8-debug'
FB_IMG: 'kubesphere/fluent-bit:v2.1.9'
FB_IMG_DEBUG: 'kubesphere/fluent-bit:v2.1.9-debug'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
- Remove Duplicate Cluster parsers in Fluent-bit config. (#853)
- Add option to configure hostNetwork daemonset propertie (#863)
- Helm chart generation of ClusterOutput for loki (#865) (#906)
- Bump fluentbit to 2.1.8. (#867)
- Add SuppressTypeName option to helm, as newer ES needs it for bulk operation (#869)
- Adjusting the parameters of fluentbit (#880) @wenchajun
- Add an extras section to the chart allowing new and less used features of the CRD to be used from the chart (#889)
- Add ImagePullSecret for fluentd (#891)
- Add compress in fluentbit output es (#899)
- Expose ports on collector statefulset (#917)
- Bump fluentbit to 2.1.9 (#921)
- build(deps): Bump github.com/onsi/gomega from 1.27.8 to 1.27.10 (#844)
- build(deps): Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 (#847)
- build(deps): Bump helm/kind-action from 1.7.0 to 1.8.0 (#859)
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION?=$(shell cat VERSION | tr -d " \t\n\r")
# Image URL to use all building/pushing image targets
FB_IMG ?= kubesphere/fluent-bit:v2.1.8
FB_IMG_DEBUG ?= kubesphere/fluent-bit:v2.1.8-debug
FB_IMG ?= kubesphere/fluent-bit:v2.1.9
FB_IMG_DEBUG ?= kubesphere/fluent-bit:v2.1.9-debug
FD_IMG ?= kubesphere/fluentd:v1.15.3
FO_IMG ?= kubesphere/fluent-operator:$(VERSION)
FD_IMG_BASE ?= kubesphere/fluentd:v1.15.3-arm64-base
Expand Down
2 changes: 1 addition & 1 deletion charts/fluent-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fluentbit:
enable: true
image:
repository: "kubesphere/fluent-bit"
tag: "v2.1.8"
tag: "v2.1.9"
# fluentbit resources. If you do want to specify resources, adjust them as necessary
# You can adjust it based on the log volume.
resources:
Expand Down
2 changes: 1 addition & 1 deletion cmd/fluent-watcher/fluentbit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /code
RUN echo $(ls -al /code)
RUN CGO_ENABLED=0 go build -ldflags '-w -s' -o /fluent-bit/fluent-bit /code/cmd/fluent-watcher/fluentbit/main.go

FROM fluent/fluent-bit:2.1.8
FROM fluent/fluent-bit:2.1.9
LABEL Description="Fluent Bit docker image" Vendor="Fluent" Version="1.0"

COPY conf/fluent-bit.conf conf/parsers.conf /fluent-bit/etc/
Expand Down
2 changes: 1 addition & 1 deletion cmd/fluent-watcher/fluentbit/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /code
RUN echo $(ls -al /code)
RUN CGO_ENABLED=0 go build -ldflags '-w -s' -o /fluent-bit/fluent-bit /code/cmd/fluent-watcher/fluentbit/main.go

FROM fluent/fluent-bit:2.1.8-debug
FROM fluent/fluent-bit:2.1.9-debug
LABEL Description="Fluent Bit docker image" Vendor="Fluent" Version="1.0"

COPY conf/fluent-bit.conf conf/parsers.conf /fluent-bit/etc/
Expand Down
2 changes: 1 addition & 1 deletion manifests/kubeedge/fluentbit-fluentbit-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: kubesphere/fluent-bit:v2.1.8
image: kubesphere/fluent-bit:v2.1.9
positionDB:
hostPath:
path: /var/lib/fluent-bit/
Expand Down
2 changes: 1 addition & 1 deletion manifests/logging-stack/fluentbit-fluentBit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: kubesphere/fluent-bit:v2.1.8
image: kubesphere/fluent-bit:v2.1.9
positionDB:
hostPath:
path: /var/lib/fluent-bit/
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start/fluentbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: kubesphere/fluent-bit:v2.1.8
image: kubesphere/fluent-bit:v2.1.9
fluentBitConfigName: fluent-bit-config

---
Expand Down
2 changes: 1 addition & 1 deletion manifests/regex-parser/fluentbit-fluentBit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metadata:
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: kubesphere/fluent-bit:v2.1.8
image: kubesphere/fluent-bit:v2.1.9
fluentBitConfigName: fluent-bit-config

0 comments on commit 3f2904e

Please sign in to comment.