|
| 1 | +# Release v0.5.0 |
| 2 | + |
| 3 | +<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"> |
| 4 | + |
| 5 | +## Notes |
| 6 | + |
| 7 | +Users are encouraged to install this tool, use it and help us know what can be better.<br/> |
| 8 | +You can checkout the [documentation](https://github.com/openebs/openebsctl#readme) for more information.<br/> |
| 9 | + |
| 10 | +## Notable Changes |
| 11 | + |
| 12 | +We have added more features for `Jiva`, `CStor` storage engines to make OpenEBS upgrades easier.<br/> |
| 13 | +* The Jiva data plane components can be upgraded via the CLI after the Jiva control-plane components are upgraded. |
| 14 | +* The Cstor CSPCs can be upgraded via the CLI, after the cstor control-plane components are upgraded. |
| 15 | + |
| 16 | +We have added some missing features which make understanding dynamically provisioned storage on Kubernetes easier for everyone.<br/> |
| 17 | +* The PVC describe output will now also show pods which are consuming the volume. |
| 18 | +* The CLI can generate optimised CStor Pool Volume specs using the existing blockdevices in a cluster. |
| 19 | + |
| 20 | +Other minor changes<br/> |
| 21 | +* Add config for a development environment in the cloud, [GitPod](https://www.gitpod.io/) |
| 22 | + |
| 23 | +## What's Next |
| 24 | +* Support for upgrading cstor volumes. |
| 25 | +* Support for moving the pool to new nodes, if the disks are already moved to new node. |
| 26 | +* Ability to generate raise GitHub issues with required troubleshooting information. |
| 27 | +* Support for performing sanity checks and flagging discrepancies like listing stale volumes or over-utilised pools. |
| 28 | + |
| 29 | +## Resolved Bugs |
| 30 | + |
| 31 | +* [#117](https://github.com/openebs/openebsctl/issues/117) Use kube-config from `--kubeconfig` flag and environment `KUBECONFIG` |
| 32 | +* [#56](https://github.com/openebs/openebsctl/issues/56) Handled error messages when no resources were found. |
| 33 | + |
| 34 | +## Shoutouts! |
| 35 | + |
| 36 | +* Many congratulations to @Abhishek-kumar09 for successful completion of the LFX Mentorship under @kmova & @vharsh. |
| 37 | +* Many thanks to our contributors @Abhishek-kumar09, @Amishakumari544, @daniel-shuy, @giovannitgl, @princerachit, @survivant and others who participated in making this release possible. |
| 38 | + |
1 | 39 | # Release v0.4.0 |
2 | 40 | <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"> |
3 | 41 |
|
|
0 commit comments