File tree 7 files changed +11
-5
lines changed
charts/fluentbit-operator
7 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.10.0 / 2021-08-20
2
+
3
+ - [ FEATURE] Add support for polling in fluent-bit-watcher. #126
4
+ - [ FEATURE] Add support for Amazon ElasticSearch Service and Elastic's Elasticsearch Service. #125
5
+
1
6
## 0.9.0 / 2021-08-13
2
7
3
8
- [ FEATURE] Add support for ` Containerd ` and ` CRI-O ` . #112
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ This page describes the release process and the currently planned schedule for u
18
18
| v0.7.1 | 2021-07-09 | Wanjun Lei (GitHub: @wanjunlei ) |
19
19
| v0.8.0 | 2021-07-23 | Wanjun Lei (GitHub: @wanjunlei ) |
20
20
| v0.9.0 | 2021-08-13 | Wanjun Lei (GitHub: @wanjunlei ) |
21
+ | v0.10.0 | 2021-08-20 | Wanjun Lei (GitHub: @wanjunlei ) |
21
22
22
23
## How to cut an individual release
23
24
Original file line number Diff line number Diff line change 1
- latest
1
+ v0.10.0
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ version: 0.1.0
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : 0.9 .0
23
+ appVersion : 0.10 .0
Original file line number Diff line number Diff line change 3
3
# Declare variables to be passed into your templates.
4
4
operator :
5
5
image : " kubesphere/fluentbit-operator"
6
- tag : " v0.9 .0"
6
+ tag : " v0.10 .0"
7
7
initcontainer :
8
8
image : " docker"
9
9
tag : " 19.03"
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:latest '
42
+ image : ' kubesphere/fluentbit-operator:v0.10.0 '
43
43
resources :
44
44
limits :
45
45
cpu : 100m
Original file line number Diff line number Diff line change @@ -3258,7 +3258,7 @@ spec:
3258
3258
app.kubernetes.io/name : fluentbit-operator
3259
3259
spec :
3260
3260
containers :
3261
- - image : kubesphere/fluentbit-operator:latest
3261
+ - image : kubesphere/fluentbit-operator:v0.10.0
3262
3262
name : fluentbit-operator
3263
3263
resources :
3264
3264
limits :
You can’t perform that action at this time.
0 commit comments