Releases: openebs-archive/device-localpv
Releases · openebs-archive/device-localpv
v0.9.0
v0.8.0
What's Changed
- Ignore specific Block Devices using Regular Expression by @vakul-gupta-flp in #53
- fix(device): get partition list by @jianghushinian in #60
- feat(deps): update dependencies -- k8s, lib-csi, go by @niladrih in #62
- feat(deps): update k8s.io.klog by @niladrih in #63
- fix(deploy): use registry.k8s.io instead of k8s.gcr.io by @niladrih in #64
New Contributors
- @jianghushinian made their first contribution in #60
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Update contibuter docs to mention that DCO signoff is mandatory (#56) Signed-off-by: Abhilash Shetty <abhilash.shetty@datacore.com>
v0.6.0
fix(volume): Fix Error Handling On Creation Failure (#51) - Persistent volume provision failure handling Co-authored-by: Vakul Gupta <vakul.gupta@192.168.1.103> Co-authored-by: Vakul Gupta <vakul.gupta@192.168.1.102> Co-authored-by: Vakul Gupta <vakul.gupta@192.168.1.100>
v0.5.1
v0.5.0
v0.4.0
fix(volume): set threadiness to 1 for volume workers (#24) set no of threads for volume workers to 1 to avoid race condition while deleting partitions using parted. Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
v0.3.0
v0.2.0
fix(Idempotent): make volume provisioning idempotent (#10) Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io> Co-authored-by: praveengt <praveen.gt@flipkart.com>