File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33- [ ENHANCEMENT] fluent-bit-watcher: goroutine synchronization improvements. #74
44- [ CHANGE] add hostpath to sample configurations and manifests. #72
5+ - [ BUGFIX] Fix bug operator may crash when load plugin. #77
56
67## 0.7.0 / 2021-06-29
78
Original file line number Diff line number Diff line change 1-
1+ VERSION? = $( shell cat VERSION | tr -d " \t\n\r")
22# Image URL to use all building/pushing image targets
33FB_IMG ?= kubespheredev/fluent-bit:v1.7.3
4- OP_IMG ?= kubespheredev/fluentbit-operator:v0.7.1
4+ OP_IMG ?= kubespheredev/fluentbit-operator:$( VERSION )
55MIGRATOR_IMG ?= kubespheredev/fluentbit-operator:migrator
66AMD64 ?= -amd64
77# 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
1111| v0.3.0 | 2020-11-10 | Guangzhe Huang (GitHub: @huanggze ) |
1212| v0.4.0 | 2021-04-01 | Wanjun Lei (GitHub: @wanjunlei ) |
1313| 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 ) |
1418
1519## How to cut an individual release
1620
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