Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(changelog): Update changelog according to the current release #79

Merged
merged 1 commit into from
Aug 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# Release v0.3.0
<img width="300" align="right" alt="OpenEBS Logo" src="https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/stacked/color/openebs-stacked-color.png" xmlns="http://www.w3.org/1999/html">

## Notes
Users are encouraged to install this tool, use it and help us know what can be better.<br/>
Thank you to all that contributed with flushing out issues with OpenEBS-CTL!<br/>
You can checkout the [documentation](https://github.com/openebs/openebsctl#readme) for more information.<br/>

## Notable Changes
We have added more features for `cStor`, `LocalPV-LVM`, `LocalPV-ZFS` storage engine.<br/>
* LocalPV-LVM `volume` and `volumegroups` describing commands.
* LocalPV-ZFS `volume` and `pools` describing commands.
* Debugging a `cStor` volume, for understanding what has broken.
* Distribution using `krew`.


## What's Next
* Adding support for MayaStor
* Adding 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.
* 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.
+ [[Issue 51]](https://github.com/openebs/openebsctl/issues/51) Add go linting tools to CI.
+ [[Issue 49]](https://github.com/openebs/openebsctl/issues/49), [[Issue 63]](https://github.com/openebs/openebsctl/issues/63) Unit testing for all packages.
+ [[Issue 42]](https://github.com/openebs/openebsctl/issues/42) Can the described pvc help to determine, why a cStor Volume is not ready?
+ [[Issue 37]](https://github.com/openebs/openebsctl/issues/37) Add support for zfs-localPV.
+ [[Issue 33]](https://github.com/openebs/openebsctl/issues/33) Add support for LVM LocalPV.

---

# Release v0.2.0
<img width="300" align="right" alt="OpenEBS Logo" src="https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/stacked/color/openebs-stacked-color.png" xmlns="http://www.w3.org/1999/html">

Expand Down