Skip to content

Commit

Permalink
release v0.14.4 (#1484)
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 May 29, 2024
1 parent a446e9a commit 75ecefd
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
v0.14.4/ 2024-5-29
========================

## LVM volume management enhancements
- fix concurrent map read and map write #1469(@liuxu623 )
## Apiserver
- ApiServer: Modify migration fields and add event sorting #1482(@peng9808 )
## Scheduler
- lvr can detect taint #1463(@peng9808 )
## Tests
- Update high availability tests #1467 (@FloatXD )
- [e2e] add 1.29 & 1.30 ad-test #1471(@FloatXD )
## Documentation
- [Docs] Fix indentations and add code symbols after backticks #1461 (@windsonsea )
- Docs(FAQ): add docs for expanding storage pool manually #1462 (@SSmallMonster )
- docs(snapshot): update snapshot operation #1465 (@SSmallMonster )



v0.14.3/ 2024-4-29
========================

Expand Down
17 changes: 17 additions & 0 deletions changelogs/released/v0.14.4/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
v0.14.4/ 2024-5-29
========================

## LVM volume management enhancements
- fix concurrent map read and map write #1469(@liuxu623 )
## Apiserver
- ApiServer: Modify migration fields and add event sorting #1482(@peng9808 )
## Scheduler
- lvr can detect taint #1463(@peng9808 )
## Tests
- Update high availability tests #1467 (@FloatXD )
- [e2e] add 1.29 & 1.30 ad-test #1471(@FloatXD )
## Documentation
- [Docs] Fix indentations and add code symbols after backticks #1461 (@windsonsea )
- Docs(FAQ): add docs for expanding storage pool manually #1462 (@SSmallMonster )
- docs(snapshot): update snapshot operation #1465 (@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.14.3
appVersion: v0.14.3
version: v0.14.4
appVersion: v0.14.4
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.16.0
tag: v0.16.1
resources: {}

localDiskManager:
Expand Down

0 comments on commit 75ecefd

Please sign in to comment.