Skip to content

Commit

Permalink
release-2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: chengdehao <dehaocheng@kubesphere.io>
  • Loading branch information
wenchajun committed Feb 8, 2023
1 parent f718b73 commit c93b96c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.0.1 / 2023-02-08
### ENHANCEMENT
- Upgrade Fluentd to v1.15.3 (#556)
- Upgrade Fluentbit to v2.0.9 (#557)

### BUGFIX
- Fix: Fix the bug of adding `label` (#548)

## 2.0.0 / 2023-02-03
### Features
- Feat: Support adding annotations to the fluent-operator deployment (#467)
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ This page describes the release process and the currently planned schedule for u
| v1.6.1 | 2022-10-31 | Elon Cheng (GitHub: @wenchajun) |
| v1.7.0 | 2022-11-23 | Elon Cheng (GitHub: @wenchajun) |
| v2.0.0 | 2023-02-03 | Elon Cheng (GitHub: @wenchajun) |
| v2.0.1 | 2023-02-08 | Elon Cheng (GitHub: @wenchajun) |

# How to cut a new release

Expand Down
4 changes: 2 additions & 2 deletions charts/fluent-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ description: A Helm chart for Kubernetes
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.1
version: 2.0.2

# 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: 2.0.0
appVersion: 2.0.1

0 comments on commit c93b96c

Please sign in to comment.