File tree Expand file tree Collapse file tree 7 files changed +9
-8
lines changed
cmd/fluent-watcher/fluentbit Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 13
13
- " pkg/filenotify/**"
14
14
15
15
env :
16
- FB_IMG : ' kubesphere/fluent-bit:v1.8.11 '
16
+ FB_IMG : ' kubesphere/fluent-bit:v1.9.3 '
17
17
18
18
jobs :
19
19
build :
Original file line number Diff line number Diff line change 1
- ## 1.0.1 / 2022-05-10
1
+ ## 1.0.1 / 2022-05-12
2
2
3
3
### ENHANCEMENT
4
4
- Add utils related unit tests (#251 )
8
8
9
9
### BUGFIX
10
10
- Fix the bug of feature request issue will closed by mistake (#257 )
11
+ - Fix crio init container mount path (#260 )
11
12
- Fix version error (#261 )
12
13
- Fix Helm Chart for Fluentd resources settings (#271 )
13
14
- Fix reload error (#277 )
Original file line number Diff line number Diff line change 1
1
VERSION? =$(shell cat VERSION | tr -d " \t\n\r")
2
2
# Image URL to use all building/pushing image targets
3
- FB_IMG ?= kubesphere/fluent-bit:v1.8.11
3
+ FB_IMG ?= kubesphere/fluent-bit:v1.9.3
4
4
FD_IMG ?= kubesphere/fluentd:v1.14.4
5
5
FO_IMG ?= kubesphere/fluent-operator:$(VERSION )
6
6
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This page describes the release process and the currently planned schedule for u
23
23
| v0.12.0 | 2021-09-13 | Wanjun Lei (GitHub: @wanjunlei ) |
24
24
| v0.13.0 | 2022-03-14 | Elon Cheng (GitHub: @wenchajun ) |
25
25
| v1.0.0 | 2022-03-25 | Elon Cheng (GitHub: @wenchajun ) |
26
- | v1.0.1 | 2022-05-10 | Elon Cheng (GitHub: @wenchajun ) |
26
+ | v1.0.1 | 2022-05-12 | Elon Cheng (GitHub: @wenchajun ) |
27
27
28
28
# How to cut a new release
29
29
Original file line number Diff line number Diff line change 66
66
echo CONTAINER_ROOT_DIR={{ .Values.operator.logPath.crio }} > /fluent-operator/fluent-bit.env
67
67
volumeMounts :
68
68
- name : env
69
- mountPath : /fluentbit -operator
69
+ mountPath : /fluent -operator
70
70
{{- end }}
71
71
containers :
72
72
- name : fluent-operator
86
86
{{- if .Values.operator.imagePullSecrets }}
87
87
imagePullSecrets :
88
88
{{ toYaml .Values.operator.imagePullSecrets | indent 8 }}
89
- {{- end }}
89
+ {{- end }}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ operator:
32
32
fluentbit :
33
33
image :
34
34
repository : " kubesphere/fluent-bit"
35
- tag : " v1.8.11 "
35
+ tag : " v1.9.3 "
36
36
# fluentbit resources. If you do want to specify resources, adjust them as necessary
37
37
# You can adjust it based on the log volume.
38
38
resources :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ WORKDIR /code
6
6
RUN echo $(ls -al /code)
7
7
RUN CGO_ENABLED=0 go build -i -ldflags '-w -s' -o /fluent-bit/fluent-bit /code/cmd/fluent-watcher/fluentbit/main.go
8
8
9
- FROM fluent/fluent-bit:1.8.11
9
+ FROM fluent/fluent-bit:1.9.3
10
10
LABEL Description="Fluent Bit docker image" Vendor="Fluent" Version="1.0"
11
11
12
12
COPY conf/fluent-bit.conf conf/parsers.conf /fluent-bit/etc/
You can’t perform that action at this time.
0 commit comments