Skip to content

Releases: openebs/lib-csi

v0.9.0

25 Feb 06:54
ce563e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.9.0

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…