File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 0.6.1 / 2021-06-12
1
+ ## 0.6.2 / 2021-06-11
2
2
3
3
- [ ENHANCEMENT] Update Kubernetes dependencies.
4
4
- [ ENHANCEMENT] Update fluentbit resources in manifest.
5
5
6
+ ## 0.6.1 / 2021-06-11
7
+
8
+ - Errorous release.
9
+
6
10
## 0.6.0 / 2021-06-01
7
11
8
12
- [ ENHANCEMENT] Add Kubernetes Go client.
Original file line number Diff line number Diff line change 1
1
2
2
# Image URL to use all building/pushing image targets
3
- OP_IMG ?= kubespheredev/fluentbit-operator:v0.6.1
3
+ OP_IMG ?= kubespheredev/fluentbit-operator:v0.6.2
4
4
MIGRATOR_IMG ?= kubespheredev/fluentbit-operator:migrator
5
5
AMD64 ?= -amd64
6
6
# 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.1 '
42
+ image : ' kubesphere/fluentbit-operator:v0.6.2 '
43
43
resources :
44
44
limits :
45
45
cpu : 100m
You can’t perform that action at this time.
0 commit comments