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