Skip to content

Commit 860b8a4

Browse files
author
Benjamin Huo
authored
Merge pull request #127 from bojand/release-0.10
init release-0.10
2 parents 5694f2a + ab3264b commit 860b8a4

File tree

7 files changed

+11
-5
lines changed

7 files changed

+11
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
## 0.9.0 / 2021-08-13
27

38
- [FEATURE] Add support for `Containerd` and `CRI-O`. #112

RELEASE.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This page describes the release process and the currently planned schedule for u
1818
| v0.7.1 | 2021-07-09 | Wanjun Lei (GitHub: @wanjunlei) |
1919
| v0.8.0 | 2021-07-23 | Wanjun Lei (GitHub: @wanjunlei) |
2020
| v0.9.0 | 2021-08-13 | Wanjun Lei (GitHub: @wanjunlei) |
21+
| v0.10.0 | 2021-08-20 | Wanjun Lei (GitHub: @wanjunlei) |
2122

2223
## How to cut an individual release
2324

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
latest
1+
v0.10.0

charts/fluentbit-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ version: 0.1.0
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 0.9.0
23+
appVersion: 0.10.0

charts/fluentbit-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Declare variables to be passed into your templates.
44
operator:
55
image: "kubesphere/fluentbit-operator"
6-
tag: "v0.9.0"
6+
tag: "v0.10.0"
77
initcontainer:
88
image: "docker"
99
tag: "19.03"

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:latest'
42+
image: 'kubesphere/fluentbit-operator:v0.10.0'
4343
resources:
4444
limits:
4545
cpu: 100m

manifests/setup/setup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3258,7 +3258,7 @@ spec:
32583258
app.kubernetes.io/name: fluentbit-operator
32593259
spec:
32603260
containers:
3261-
- image: kubesphere/fluentbit-operator:latest
3261+
- image: kubesphere/fluentbit-operator:v0.10.0
32623262
name: fluentbit-operator
32633263
resources:
32643264
limits:

0 commit comments

Comments
 (0)