Skip to content

Commit

Permalink
Release v0.12.4 (#1176)
Browse files Browse the repository at this point in the history
Signed-off-by: panyintian.fu <panyintian.fu@daocloud.io>
Co-authored-by: panyintian.fu <panyintian.fu@daocloud.io>
  • Loading branch information
FloatXD and panyintian.fu committed Oct 11, 2023
1 parent caf7fef commit 15d58c0
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
v0.12.4/ 2023-10-11
========================


## LVM volume management enhancements
- added an option of juicesync to migrate data #1148 (@sun7927 )

## Disk Management Enhancements
- fix: correct safelyMount check #1165(@SSmallMonster )
- chore(disk-filter): add logger for debugging disk claim process #1162(@SSmallMonster )
- feat: parse disk type of NVMe #1160(@SSmallMonster )

## Scheduler
- fix getAssociatedVolumes double count error #1171(@SSmallMonster )
- fix(scheduler): schedule the published node when ha-volume is published #1167(@SSmallMonster )

## Tests
- fix e2e-test #1153 (@FloatXD )
- add 1.28 Adaptation-test #1164 (@FloatXD )
- fix ad-test #1166 (@FloatXD )
- add 1.24 ad-test #1172 (@FloatXD )

## Others
- Add hwameictl release ci #1146 (@Vacant2333
- fixed the workflow for tools #1156 (@sun7927 )
- chroe: fix golangci-lint #1163(@SSmallMonster )
- chore(lint): add golangci-lint #1161(@SSmallMonster )


v0.12.3/ 2023-9-18
========================

Expand Down
27 changes: 27 additions & 0 deletions changelogs/released/v0.12.4/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
v0.12.4/ 2023-10-11
========================


## LVM volume management enhancements
- added an option of juicesync to migrate data #1148 (@sun7927 )

## Disk Management Enhancements
- fix: correct safelyMount check #1165(@SSmallMonster )
- chore(disk-filter): add logger for debugging disk claim process #1162(@SSmallMonster )
- feat: parse disk type of NVMe #1160(@SSmallMonster )

## Scheduler
- fix getAssociatedVolumes double count error #1171(@SSmallMonster )
- fix(scheduler): schedule the published node when ha-volume is published #1167(@SSmallMonster )

## Tests
- fix e2e-test #1153 (@FloatXD )
- add 1.28 Adaptation-test #1164 (@FloatXD )
- fix ad-test #1166 (@FloatXD )
- add 1.24 ad-test #1172 (@FloatXD )

## Others
- Add hwameictl release ci #1146 (@Vacant2333)
- fixed the workflow for tools #1156 (@sun7927 )
- chroe: fix golangci-lint #1163(@SSmallMonster )
- chore(lint): add golangci-lint #1161(@SSmallMonster )
4 changes: 2 additions & 2 deletions helm/hwameistor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: hwameistor
description: the HwameiStor local storage
type: application
version: v0.12.3
appVersion: v0.12.3
version: v0.12.4
appVersion: v0.12.4
icon: https://hwameistor.io/img/logo.svg

0 comments on commit 15d58c0

Please sign in to comment.