From 4d4ac06faad7ed1a7f73ac01040e416b9252e54e Mon Sep 17 00:00:00 2001 From: buffalo1024 Date: Mon, 29 Jan 2024 18:42:44 +0800 Subject: [PATCH] release v0.14.1 Signed-off-by: buffalo1024 --- CHANGELOG.md | 8 ++++++++ changelogs/released/v0.14.1/changelog | 7 +++++++ helm/operator/Chart.yaml | 4 ++-- helm/operator/values.yaml | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 changelogs/released/v0.14.1/changelog diff --git a/CHANGELOG.md b/CHANGELOG.md index eed6e12c..85f738cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +v0.14.1 / 2023-1-29 +======================== + +* list pvc_autoresizer pods with labelselector #246 (@hellokg21 ) +* disable evictor #247 (@buffalo1024 ) +* update drbd-adapter #248 (@peng9808 ) +* use hwameistor v0.14.1 #249 (@buffalo1024 ) + v0.14.0 / 2023-12-29 ======================== diff --git a/changelogs/released/v0.14.1/changelog b/changelogs/released/v0.14.1/changelog new file mode 100644 index 00000000..3ca3bc11 --- /dev/null +++ b/changelogs/released/v0.14.1/changelog @@ -0,0 +1,7 @@ +v0.14.1 / 2023-1-29 +======================== + +* list pvc_autoresizer pods with labelselector #246 (@hellokg21 ) +* disable evictor #247 (@buffalo1024 ) +* update drbd-adapter #248 (@peng9808 ) +* use hwameistor v0.14.1 #249 (@buffalo1024 ) \ No newline at end of file diff --git a/helm/operator/Chart.yaml b/helm/operator/Chart.yaml index 02a83538..bfcede6c 100644 --- a/helm/operator/Chart.yaml +++ b/helm/operator/Chart.yaml @@ -16,10 +16,10 @@ type: application # 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: v0.14.0 +version: v0.14.1 # 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. # It is recommended to use it with quotes. -appVersion: v0.14.0 +appVersion: v0.14.1 diff --git a/helm/operator/values.yaml b/helm/operator/values.yaml index bafbadc9..47c5552f 100644 --- a/helm/operator/values.yaml +++ b/helm/operator/values.yaml @@ -10,7 +10,7 @@ global: operator: replicas: 1 imageRepository: hwameistor/operator - tag: v0.14.0 + tag: v0.14.1 localDiskManager: tolerationOnMaster: true