Skip to content

Commit 5432c3e

Browse files
author
Benjamin Huo
authored
Merge pull request #70 from bojand/release-0.7
init release 0.7.0
2 parents 8937de9 + 1b1ae54 commit 5432c3e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.7.0 / 2021-06-29
2+
3+
- [ENHANCEMENT] Add support for plugin alias property in input and output specs. #64.
4+
- [CHANGE] Add fluent-bit-watcher. #62.
5+
16
## 0.6.2 / 2021-06-11
27

38
- [ENHANCEMENT] Update Kubernetes dependencies.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

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:latest
4+
OP_IMG ?= kubespheredev/fluentbit-operator:v0.7.0
55
MIGRATOR_IMG ?= kubespheredev/fluentbit-operator:migrator
66
AMD64 ?= -amd64
77
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)

manifests/setup/fluentbit-operator-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
mountPath: /var/run/docker.sock
4040
containers:
4141
- name: fluentbit-operator
42-
image: 'kubesphere/fluentbit-operator:v0.6.2'
42+
image: 'kubesphere/fluentbit-operator:v0.7.0'
4343
resources:
4444
limits:
4545
cpu: 100m

0 commit comments

Comments
 (0)