From 9d5c1c12c3b373ff5bc7966fcee7cf5aa1e0a9fa Mon Sep 17 00:00:00 2001 From: peng9808 Date: Wed, 13 Mar 2024 08:59:53 +0800 Subject: [PATCH] update v0.14.4 Signed-off-by: peng9808 --- CHANGELOG.md | 5 +++++ changelogs/released/v0.14.4/changelog | 4 ++++ helm/operator/Chart.yaml | 6 +++--- helm/operator/values.yaml | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 changelogs/released/v0.14.4/changelog diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e854478..1c3990b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v0.14.4 / 2024-3-13 +======================== + +* Solve the bug of drbd install + v0.14.3 / 2024-3-12 ======================== diff --git a/changelogs/released/v0.14.4/changelog b/changelogs/released/v0.14.4/changelog new file mode 100644 index 00000000..a33b6f5f --- /dev/null +++ b/changelogs/released/v0.14.4/changelog @@ -0,0 +1,4 @@ +v0.14.4 / 2024-3-13 +======================== + +* Solve the bug of drbd install diff --git a/helm/operator/Chart.yaml b/helm/operator/Chart.yaml index 1b33c32e..a8bd9e95 100644 --- a/helm/operator/Chart.yaml +++ b/helm/operator/Chart.yaml @@ -16,11 +16,11 @@ 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.3 +version: v0.14.4 # 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.3 -# +appVersion: v0.14.4 + diff --git a/helm/operator/values.yaml b/helm/operator/values.yaml index 5b4cb06a..7ee774ae 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.3 + tag: v0.14.4 localDiskManager: tolerationOnMaster: true