Skip to content

Releases: openebs/lib-csi

v0.8.2

10 Nov 12:26
3988532
Compare
Choose a tag to compare

What's Changed

  • feat(client): add node kernel name info to GetNodeInfo payload by @niladrih in #18

Full Changelog: v0.8.1...v0.8.2

v0.8.1

10 Nov 12:00
ec872cc
Compare
Choose a tag to compare

What's Changed

  • feat(client): add function to gather node info by @niladrih in #17

Full Changelog: v0.8.0...v0.8.1

v0.8.0

21 Jul 13:08
02b3c15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

27 May 17:17
af081b6
Compare
Choose a tag to compare

What's Changed

  • Add license scan report and status by @fossabot in #12
  • feat(deps): update Go version to v1.20.4 and update deps by @niladrih in #13
  • feat(deps): set CSI spec to v1.1.0, use Go v1.19.9 by @niladrih in #14

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

07 Jun 06:41
ce42bc5
Compare
Choose a tag to compare
fix(prov): add controller to avoid potential volume leaks (#11)

Signed-off-by: Yashpal Choudhary <[email protected]>

v0.5.0

04 Jun 02:30
4b057bc
Compare
Choose a tag to compare
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

23 Apr 11:53
7f23b1b
Compare
Choose a tag to compare
feat(iops): Added iops setting for guaranted qos pods (#6)

Signed-off-by:  Abhranil <[email protected]>

v0.3.0

03 Mar 14:23
f80e8f9
Compare
Choose a tag to compare
refact(deps): bump k8s and client-go to v0.20.2 (#4)

Signed-off-by: prateekpandey14 <[email protected]>

v0.2.0

19 Feb 07:34
bccc586
Compare
Choose a tag to compare
feat(throttling): added lib functions for setting io limits at pod cg…

…roup (#3)


Signed-off-by: [email protected]

v0.1.0

03 Feb 06:41
6083ef6
Compare
Choose a tag to compare
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]>