Skip to content

Commit 4bab58f

Browse files
authored
update changelog, release, readme (fluent#107)
Signed-off-by: wanjunlei <[email protected]>
1 parent 65892ed commit 4bab58f

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
## 0.7.1 / 2021-07-08
215

316
- [ENHANCEMENT] fluent-bit-watcher: goroutine synchronization improvements. #74

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Bit Operator.
5959
Install the latest stable version
6060

6161
```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
6363

6464
# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
6565
# and then use command below to install to another namespace

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ This page describes the release process and the currently planned schedule for u
1515
| v0.6.1 | 2021-06-11 | Benjamin Huo (GitHub: @benjaminhuo) |
1616
| v0.6.2 | 2021-06-11 | Benjamin Huo (GitHub: @benjaminhuo) |
1717
| 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) |
1820

1921
## How to cut an individual release
2022

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
latest
1+
latest

chart/fluentbit-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ version: 0.1.0
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 0.7.0
23+
appVersion: 0.8.0

0 commit comments

Comments
 (0)