File tree 4 files changed +8
-2
lines changed
4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
- [ ENHANCEMENT] fluent-bit-watcher: goroutine synchronization improvements. #74
4
4
- [ CHANGE] add hostpath to sample configurations and manifests. #72
5
+ - [ BUGFIX] Fix bug operator may crash when load plugin. #77
5
6
6
7
## 0.7.0 / 2021-06-29
7
8
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
3
FB_IMG ?= kubespheredev/fluent-bit:v1.7.3
4
- OP_IMG ?= kubespheredev/fluentbit-operator:v0.7.1
4
+ OP_IMG ?= kubespheredev/fluentbit-operator:$( VERSION )
5
5
MIGRATOR_IMG ?= kubespheredev/fluentbit-operator:migrator
6
6
AMD64 ?= -amd64
7
7
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ This page describes the release process and the currently planned schedule for u
11
11
| v0.3.0 | 2020-11-10 | Guangzhe Huang (GitHub: @huanggze ) |
12
12
| v0.4.0 | 2021-04-01 | Wanjun Lei (GitHub: @wanjunlei ) |
13
13
| v0.5.0 | 2021-04-14 | Wanjun Lei (GitHub: @wanjunlei ) |
14
+ | v0.6.0 | 2021-06-03 | Wanjun Lei (GitHub: @wanjunlei ) |
15
+ | v0.6.1 | 2021-06-11 | Benjamin Huo (GitHub: @benjaminhuo ) |
16
+ | v0.6.2 | 2021-06-11 | Benjamin Huo (GitHub: @benjaminhuo ) |
17
+ | v0.7.0 | 2021-06-29 | Wanjun Lei (GitHub: @wanjunlei ) |
14
18
15
19
## How to cut an individual release
16
20
Original file line number Diff line number Diff line change
1
+ v0.7.1
You can’t perform that action at this time.
0 commit comments