File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
6
## 0.6.2 / 2021-06-11
2
7
3
8
- [ ENHANCEMENT] Update Kubernetes dependencies.
Original file line number Diff line number Diff line change 1
1
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:latest
4
+ OP_IMG ?= kubespheredev/fluentbit-operator:v0.7.0
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 39
39
mountPath : /var/run/docker.sock
40
40
containers :
41
41
- name : fluentbit-operator
42
- image : ' kubesphere/fluentbit-operator:v0.6.2 '
42
+ image : ' kubesphere/fluentbit-operator:v0.7.0 '
43
43
resources :
44
44
limits :
45
45
cpu : 100m
You can’t perform that action at this time.
0 commit comments