diff --git a/CHANGELOG.md b/CHANGELOG.md index dd58042d..80f328ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +v0.10.5 / 2023-7-3 +======================== + +* fix image of rclone in helm chart template #149(@Vacant2333) +* support modifying cluster cr to update components container image #151(@buffalo1024) +* remove hook annotations of cluster cr in helm chart templates #152(@buffalo1024) +* support modifying cluster cr to update components deployment replicas #153(@buffalo1024) +* support update hwameistor crds after installing first time #154(@buffalo1024) + v0.10.4 / 2023-6-8 ======================== diff --git a/changelogs/released/v0.10.5/changelog b/changelogs/released/v0.10.5/changelog new file mode 100644 index 00000000..24b62a00 --- /dev/null +++ b/changelogs/released/v0.10.5/changelog @@ -0,0 +1,8 @@ +v0.10.5 / 2023-7-3 +======================== + +* fix image of rclone in helm chart template #149(@Vacant2333) +* support modifying cluster cr to update components container image #151(@buffalo1024) +* remove hook annotations of cluster cr in helm chart templates #152(@buffalo1024) +* support modifying cluster cr to update components deployment replicas #153(@buffalo1024) +* support update hwameistor crds after installing first time #154(@buffalo1024) \ No newline at end of file diff --git a/helm/operator/Chart.yaml b/helm/operator/Chart.yaml index c4d293bd..07c10e56 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.10.4 +version: v0.10.5 # 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.10.4 +appVersion: v0.10.5