Skip to content

Commit

Permalink
Merge pull request #156 from buffalo1024/release/v0.10.5
Browse files Browse the repository at this point in the history
release v0.10.5
  • Loading branch information
buffalo1024 authored Jul 3, 2023
2 parents 60a1242 + 960bdcf commit 60d954b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
========================

Expand Down
8 changes: 8 additions & 0 deletions changelogs/released/v0.10.5/changelog
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 60d954b

Please sign in to comment.