Releases: openebs/lib-csi
Releases · openebs/lib-csi
v0.8.2
v0.8.1
v0.8.0
What's Changed
- feat: setIOlimits support cgroupfs by @dnugmanov in #16
New Contributors
- @dnugmanov made their first contribution in #16
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.0
fix(prov): add controller to avoid potential volume leaks (#11) Signed-off-by: Yashpal Choudhary <[email protected]>
v0.5.0
feat(btrfs): add online expansion support of btrfs filesystem (#10) This commit add support for online expansion of btrfs filesystem Signed-off-by: mittachaitu <[email protected]>
v0.4.0
feat(iops): Added iops setting for guaranted qos pods (#6) Signed-off-by: Abhranil <[email protected]>
v0.3.0
refact(deps): bump k8s and client-go to v0.20.2 (#4) Signed-off-by: prateekpandey14 <[email protected]>
v0.2.0
feat(throttling): added lib functions for setting io limits at pod cg…
v0.1.0
feat(schd): returning list of preferred nodes for scheduling (#2) The scheduler should return list of preferred nodes for scheduling. It is up to the user of this libary which can pick first node in the preferred list or can try on all the nodes in the order returned by the scheduler. This can solve the issue where csi controller is not able to create the volume on first node, it can pick the next one in the list. Use the requisite list if preferred is not provided Signed-off-by: Pawan <[email protected]>