Skip to content

Commit 16b7613

Browse files
authored
release fleunt-operator v3.0 (#1234)
* update fluentbit to v3.1.0 Signed-off-by: dehaocheng <995729579@qq.com> * update fluentbit to v3.1.0 Signed-off-by: dehaocheng <995729579@qq.com> * release fluent-operator v3.0 Signed-off-by: dehaocheng <995729579@qq.com> --------- Signed-off-by: dehaocheng <995729579@qq.com>
1 parent 0d8df87 commit 16b7613

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION?=$(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
55
FD_IMG ?= ghcr.io/fluent/fluent-operator/fluentd:v1.17.0
66
FO_IMG ?= kubesphere/fluent-operator:$(VERSION)
77
FD_IMG_BASE ?= ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-arm64-base

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Operator.
130130
Install 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

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)