File tree Expand file tree Collapse file tree 4 files changed +29
-3
lines changed
Expand file tree Collapse file tree 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+
126## 2.9.0 / 2024-06-13
227### Features
328- Feat: Support elastic_data_stream (#1190 ) @fschlager
Original file line number Diff line number Diff line change 11VERSION? =$(shell cat VERSION | tr -d " \t\n\r")
22# 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
55FD_IMG ?= ghcr.io/fluent/fluent-operator/fluentd:v1.17.0
66FO_IMG ?= kubesphere/fluent-operator:$(VERSION )
77FD_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.
130130Install the latest stable version
131131
132132``` 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
134134
135135# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
136136# 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
4242| v2.7.0 | 2023-12-19 | Anthony Treuillier (GitHub: @antrema ) |
4343| v2.8.0 | 2024-04-22 | Zhang Peng (GitHub: @Gentleelephant ) |
4444| v2.9.0 | 2024-06-13 | Elon Cheng (GitHub: @wenchajun ) |
45+ | v3.0.0 | 2024-07-09 | Elon Cheng (GitHub: @wenchajun ) |
4546
4647# How to cut a new release
4748
You can’t perform that action at this time.
0 commit comments