File tree 4 files changed +29
-3
lines changed
4 files changed +29
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.0.0 / 2024-07-09
2
+ ### Features
3
+ - Feat: add daemonset terminationGracePeriodSeconds (#1204 ) @smallc2009
4
+ - Feat: add kubernetes events input plugin (#1209 ) @smallc2009
5
+ - Feat: support yaml config file (#1208 ) @cw-Guo
6
+ - Feat(helm): respect helm release namespace setting (#1214 ) @reegnz
7
+ - Feat: Adding Fluentbit's unified networking interface (#1217 ) @localleon
8
+ - Feat: add elasticsearch options (#1220 ) @bakervos
9
+ - Feat: add rbacRules to values.yaml with events watching as fixed permissions (#1223 ) @SvenThies
10
+ - Feat: add 'sslVerify' to opensearch output (#1226 ) @zmw85
11
+ - Feat: add bearer token auth for loki (#1224 ) @raynay-r
12
+
13
+ ### ENHANCEMENT
14
+ - Adding instructions on how to set run operator for developement (#1216 ) @localleon
15
+ - Templatize ServiceMonitor (#1218 ) @smallc2009
16
+ - Update fluentbit to v3.1.0 (#1233 ) @wenchajun
17
+ - build(deps): Bump docker/build-push-action from 5 to 6 (#1228 ) @dependabot
18
+ - build(deps): Bump aquasecurity/trivy-action from 0.21.0 to 0.23.0 (#1229 ) @dependabot
19
+
20
+ ### BUGFIX
21
+ - Fix: rewrite tag nil pointer reference (#1232 ) @cw-Guo
22
+ - Fix: fix the parsing of disableComponentControllers in helm (#1222 ) @mritunjaysharma394
23
+ - Fix(fluentd): add securityContext and podSecurityContext in values.yaml (#1230 ) @SvenThies
24
+ - Fix: fix parsersfile default parsers.conf path (#1225 ) @cw-Guo
25
+
1
26
## 2.9.0 / 2024-06-13
2
27
### Features
3
28
- Feat: Support elastic_data_stream (#1190 ) @fschlager
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:v3.0.4
4
- FB_IMG_DEBUG ?= kubesphere/fluent-bit:v3.0.4 -debug
3
+ FB_IMG ?= kubesphere/fluent-bit:v3.1.0
4
+ FB_IMG_DEBUG ?= kubesphere/fluent-bit:v3.1.0 -debug
5
5
FD_IMG ?= ghcr.io/fluent/fluent-operator/fluentd:v1.17.0
6
6
FO_IMG ?= kubesphere/fluent-operator:$(VERSION )
7
7
FD_IMG_BASE ?= ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-arm64-base
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Operator.
130
130
Install the latest stable version
131
131
132
132
``` shell
133
- kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-2.9 /manifests/setup/setup.yaml
133
+ kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-3.0 /manifests/setup/setup.yaml
134
134
135
135
# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
136
136
# and then use command below to install to another namespace
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ This page describes the release process and the currently planned schedule for u
42
42
| v2.7.0 | 2023-12-19 | Anthony Treuillier (GitHub: @antrema ) |
43
43
| v2.8.0 | 2024-04-22 | Zhang Peng (GitHub: @Gentleelephant ) |
44
44
| v2.9.0 | 2024-06-13 | Elon Cheng (GitHub: @wenchajun ) |
45
+ | v3.0.0 | 2024-07-09 | Elon Cheng (GitHub: @wenchajun ) |
45
46
46
47
# How to cut a new release
47
48
You can’t perform that action at this time.
0 commit comments