Skip to content

Commit 311cb88

Browse files
committed
update CHANGELOG
Signed-off-by: wanjunlei <[email protected]>
1 parent ae7b63e commit 311cb88

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
1+
VERSION?=$(shell cat VERSION | tr -d " \t\n\r")
22
# Image URL to use all building/pushing image targets
33
FB_IMG ?= kubespheredev/fluent-bit:v1.7.3
4-
OP_IMG ?= kubespheredev/fluentbit-operator:v0.7.1
4+
OP_IMG ?= kubespheredev/fluentbit-operator:$(VERSION)
55
MIGRATOR_IMG ?= kubespheredev/fluentbit-operator:migrator
66
AMD64 ?= -amd64
77
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)

RELEASE.md

+4
Original file line numberDiff line numberDiff 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

VERSION

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v0.7.1

0 commit comments

Comments
 (0)