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 <[email protected]>
v0.6.0
fix(volume): Fix Error Handling On Creation Failure (#51) - Persistent volume provision failure handling Co-authored-by: Vakul Gupta <[email protected]> Co-authored-by: Vakul Gupta <[email protected]> Co-authored-by: Vakul Gupta <[email protected]>
v0.5.1
Add GHCR build and push steps to build.yml and release.yml Signed-off-by: Niladri Halder <[email protected]>
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 <[email protected]>
v0.3.0
chore(docs): add doc about metapartition (#18) - include details about meta partition in device localpv Signed-off-by: Akhil Mohan <[email protected]>
v0.2.0
fix(Idempotent): make volume provisioning idempotent (#10) Signed-off-by: Akhil Mohan <[email protected]> Co-authored-by: praveengt <[email protected]>