Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init release-0.10 #127

Merged
merged 1 commit into from
Aug 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.10.0 / 2021-08-20

- [FEATURE] Add support for polling in fluent-bit-watcher. #126
- [FEATURE] Add support for Amazon ElasticSearch Service and Elastic's Elasticsearch Service. #125

## 0.9.0 / 2021-08-13

- [FEATURE] Add support for `Containerd` and `CRI-O`. #112
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This page describes the release process and the currently planned schedule for u
| v0.7.1 | 2021-07-09 | Wanjun Lei (GitHub: @wanjunlei) |
| v0.8.0 | 2021-07-23 | Wanjun Lei (GitHub: @wanjunlei) |
| v0.9.0 | 2021-08-13 | Wanjun Lei (GitHub: @wanjunlei) |
| v0.10.0 | 2021-08-20 | Wanjun Lei (GitHub: @wanjunlei) |

## How to cut an individual release

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latest
v0.10.0
2 changes: 1 addition & 1 deletion charts/fluentbit-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ version: 0.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.9.0
appVersion: 0.10.0
2 changes: 1 addition & 1 deletion charts/fluentbit-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
operator:
image: "kubesphere/fluentbit-operator"
tag: "v0.9.0"
tag: "v0.10.0"
initcontainer:
image: "docker"
tag: "19.03"
Expand Down
2 changes: 1 addition & 1 deletion manifests/setup/fluentbit-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
mountPath: /var/run/docker.sock
containers:
- name: fluentbit-operator
image: 'kubesphere/fluentbit-operator:latest'
image: 'kubesphere/fluentbit-operator:v0.10.0'
resources:
limits:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion manifests/setup/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3258,7 +3258,7 @@ spec:
app.kubernetes.io/name: fluentbit-operator
spec:
containers:
- image: kubesphere/fluentbit-operator:latest
- image: kubesphere/fluentbit-operator:v0.10.0
name: fluentbit-operator
resources:
limits:
Expand Down