Releases: openebs-archive/node-disk-manager
v2.1.0
What's Changed
- add support for nvme virtual path detection (678,@dborman-hpe)
- update go version to v1.19.3 (681,@akhilerm)
- update go module dependencies to use sigs.k8s.io/yaml instead of github.com/ghodss/yaml (687,@Juneezee)
New Contributors
- @dborman-hpe made their first contribution in #678
openebs-ndm-2.1.0
Helm chart for OpenEBS Node Disk Manager - a Kubernetes native storage device management solution. For instructions on how to install, refer to https://openebs.github.io/node-disk-manager/.
openebs-ndm-2.0.0
Helm chart for OpenEBS Node Disk Manager - a Kubernetes native storage device management solution. For instructions on how to install, refer to https://openebs.github.io/node-disk-manager/.
v2.0.0
feat(path-filter): Filter blockdevice using custom udev rules (#670) Signed-off-by: Abhishek Agarwal <[email protected]>
v2.0.0-RC2
feat(path-filter): Filter blockdevice using custom udev rules (#670) Signed-off-by: Abhishek Agarwal <[email protected]>
v2.0.0-RC1
feat(path-filter): Filter blockdevice using custom udev rules (#670) Signed-off-by: Abhishek Agarwal <[email protected]>
openebs-ndm-1.9.0
Helm chart for OpenEBS Node Disk Manager - a Kubernetes native storage device management solution. For instructions on how to install, refer to https://openebs.github.io/node-disk-manager/.
openebs-ndm-1.8.1
Helm chart for OpenEBS Node Disk Manager - a Kubernetes native storage device management solution. For instructions on how to install, refer to https://openebs.github.io/node-disk-manager/.
v1.9.0
v1.9.0-RC1
fix(cleaner): fix disk partition cannot be released after creating lv…