File tree 5 files changed +18
-3
lines changed
5 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.0 / 2021-07-23
2
+
3
+ - [ FEATURE] Support setting imagePullSecrets for both operator and fluentbit #93 #94
4
+ - [ FEATURE] Add switch to input.tail.memBufLimit in helm chart #87
5
+ - [ ENHANCEMENT] Use hostpath instead of emptydir to store position db #72
6
+ - [ ENHANCEMENT] Improve fluent-bit-watcher synchronization mechanism #74
7
+ - [ ENHANCEMENT] Terminate fluent-bit process in a more elegant way in fluent-bit-watcher #90
8
+ - [ ENHANCEMENT] Update README and roadmap #97 #100
9
+ - [ ENHANCEMENT] Add kustomize file to manifests #99
10
+ - [ BUGFIX] Fix the forward output can only use the default port problem. #89
11
+ - [ BUGFIX] Fix bug it will loss log when damemonset restart. #90
12
+ - [ BUGFIX] Update groupname for client-gen to logging.kubesphere.io #95
13
+
1
14
## 0.7.1 / 2021-07-08
2
15
3
16
- [ ENHANCEMENT] fluent-bit-watcher: goroutine synchronization improvements. #74
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Bit Operator.
59
59
Install the latest stable version
60
60
61
61
``` shell
62
- kubectl apply -f https://raw.githubusercontent.com/kubesphere/fluentbit-operator/release-0.7 /manifests/setup/setup.yaml
62
+ kubectl apply -f https://raw.githubusercontent.com/kubesphere/fluentbit-operator/release-0.8 /manifests/setup/setup.yaml
63
63
64
64
# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
65
65
# and then use command below to install to another namespace
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ This page describes the release process and the currently planned schedule for u
15
15
| v0.6.1 | 2021-06-11 | Benjamin Huo (GitHub: @benjaminhuo ) |
16
16
| v0.6.2 | 2021-06-11 | Benjamin Huo (GitHub: @benjaminhuo ) |
17
17
| v0.7.0 | 2021-06-29 | Wanjun Lei (GitHub: @wanjunlei ) |
18
+ | v0.7.1 | 2021-07-09 | Wanjun Lei (GitHub: @wanjunlei ) |
19
+ | v0.8.0 | 2021-07-23 | Wanjun Lei (GitHub: @wanjunlei ) |
18
20
19
21
## How to cut an individual release
20
22
Original file line number Diff line number Diff line change 1
- latest
1
+ latest
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ version: 0.1.0
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : 0.7 .0
23
+ appVersion : 0.8 .0
You can’t perform that action at this time.
0 commit comments