diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5e78121..e672b5760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/RELEASE.md b/RELEASE.md index a8cf26705..c233d471d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 diff --git a/charts/fluent-operator/Chart.yaml b/charts/fluent-operator/Chart.yaml index 0f091178a..594f9a23c 100644 --- a/charts/fluent-operator/Chart.yaml +++ b/charts/fluent-operator/Chart.yaml @@ -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