Skip to content

Commit

Permalink
release v0.14.1 (#1382)
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 Jan 26, 2024
1 parent 92dbcac commit dd10cd9
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
v0.14.1/ 2024-1-26
========================


## LVM volume management enhancements
- fixed a LVG issue: recreating a PVC can't find the correct LVG #1353(@sun7927 )
- skip volume when failurepolicy is ignore #1379(@SSmallMonster )
- skip volume when failurepolicy is ignore #1380(@SSmallMonster )
## Apiserver
- improve(apiserver):check localdisk exist before using #1339(@hikariwo )
- update snapshot client #1367(@SSmallMonster )
- Hwameictl snapshot #1331(@peng9808 )
- fix getnode api #1375(@peng9808 )
- fix ctl disk_list #1373(@peng9808 )
- fxi snapshot ctl bug #1333(@peng9808 )
- add cluster insatll ctl #1369(@peng9808 )
## Tests
- [unit-test]fix run failed volume_migrate_task test #1334 (@hikariwo )
- [unit-test]fix run failed volume_convert_task test #1336(@hikariwo )
## Documentation
- Added documentation for DRBDs adapted kernel version #1347(@FloatXD )
- Beautify document structure #1350(@FloatXD )
- Add carlory into MAINTAINERS.md #1355(@carlory )
- [docs] update readme #1365(@SSmallMonster )
- update support list #1378(@FloatXD )
- [docs] Update /install/prereq.md #1370(@windsonsea )
## Others
- specify the golang version in the builder #1357(@sun7927 )



v0.14.0/ 2023-12-26
========================

Expand Down
28 changes: 28 additions & 0 deletions changelogs/released/v0.14.1/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
v0.14.1/ 2024-1-26
========================


## LVM volume management enhancements
- fixed a LVG issue: recreating a PVC can't find the correct LVG #1353(@sun7927 )
- skip volume when failurepolicy is ignore #1379(@SSmallMonster )
- skip volume when failurepolicy is ignore #1380(@SSmallMonster )
## Apiserver
- improve(apiserver):check localdisk exist before using #1339(@hikariwo )
- update snapshot client #1367(@SSmallMonster )
- Hwameictl snapshot #1331(@peng9808 )
- fix getnode api #1375(@peng9808 )
- fix ctl disk_list #1373(@peng9808 )
- fxi snapshot ctl bug #1333(@peng9808 )
- add cluster insatll ctl #1369(@peng9808 )
## Tests
- [unit-test]fix run failed volume_migrate_task test #1334 (@hikariwo )
- [unit-test]fix run failed volume_convert_task test #1336(@hikariwo )
## Documentation
- Added documentation for DRBDs adapted kernel version #1347(@FloatXD )
- Beautify document structure #1350(@FloatXD )
- Add carlory into MAINTAINERS.md #1355(@carlory )
- [docs] update readme #1365(@SSmallMonster )
- update support list #1378(@FloatXD )
- [docs] Update /install/prereq.md #1370(@windsonsea )
## Others
- specify the golang version in the builder #1357(@sun7927 )
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.14.0
appVersion: v0.14.0
version: v0.14.1
appVersion: v0.14.1
icon: https://hwameistor.io/img/logo.svg
2 changes: 1 addition & 1 deletion helm/hwameistor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ auditor:
ui:
replicas: 1
imageRepository: hwameistor/hwameistor-ui
tag: v0.15.0
tag: v0.15.1
resources: {}

localDiskManager:
Expand Down

0 comments on commit dd10cd9

Please sign in to comment.