From ac15f30b3644c2eda0bf9da25bf7d239c38876ea Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Date: Fri, 17 Sep 2021 15:28:13 +0530 Subject: [PATCH] Add release notes for v0.4.0 (#116) * Add release notes for v0.4.0 Signed-off-by: Harsh Vardhan --- CHANGELOG.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b71866f..fe1a2ce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# Release v0.4.0 +OpenEBS Logo + +## Notes +Users are encouraged to install this tool, use it and help us know what can be better.
+Thank you to all that contributed with flushing out issues with OpenEBS-CTL!
+You can checkout the [documentation](https://github.com/openebs/openebsctl#readme) for more information.
+ +## Notable Changes +We have added more features for `LocalPV-Hostpath`, `Jiva`, `LocalPV-LVM` & `LocalPV-ZFS` storage engines.
+* The LocalPV-Hostpath volumes can be listed and described. +* The LocalPV-LVM & LocalPV-ZFS PVCs support pvc describe. +* Add replica information for Jiva volume describe. +* Update code to consume the corev1 Events for debugging. +* Automated future releases to the krew-index. +* Add OpenEBS component details via the cluster-info & version sub-commands. + +## What's Next +* Support for upgrading pool and volumes. +* Support for moving the pool to new nodes, if the disks are already moved to new node. +* Ability to generate raise GitHub issues with required troubleshooting information. +* Support for performing sanity checks and flagging discrepancies like listing stale volumes or over-utilised pools. + +## Resolved Bugs + +* [#102](https://github.com/openebs/openebsctl/issues/102) An arbitrary cas-type flag listed all volumes instead of an error. +* [#56](https://github.com/openebs/openebsctl/issues/56) Handled error messages when no resources were found. + + # Release v0.3.0 OpenEBS Logo @@ -20,7 +49,7 @@ We have added more features for `cStor`, `LocalPV-LVM`, `LocalPV-ZFS` storage en * Support for moving the pool to new nodes, if the disks are already moved to new node. * Ability to generate raise GitHub issues with required troubleshooting information. * Adding support for performing sanity checks and flagging discrepancies like listing stale volumes or over-utilised pools. - + ## Resolved Bugs + [[Issue 72]](https://github.com/openebs/openebsctl/issues/72) Make OpenEBS CLI easier to install via krew.