Releases: openebs-archive/node-disk-manager
Releases · openebs-archive/node-disk-manager
v0.4.4-RC1
- add prometheus exporter for fetching metrics from etcd
- replace glog with klog
- fix parent disk detection for nvme devices
- refactor NDM cli to remove unused flags
v0.4.3
- add support for building NDM on multiple platforms/architectures
- support for arm64
- refactored integration tests to remove dependency on minikube
v0.4.3-RC3
fix(Makefile): fixed script to push the image fix script which assigns the image name, which will be pushed to docker hub and quay Signed-off-by: Akhil Mohan <[email protected]>
v0.4.3-RC2
fix(Makefile): fixed script to push the image fix script which assigns the image name, which will be pushed to docker hub and quay Signed-off-by: Akhil Mohan <[email protected]>
v0.4.3-RC1
fix(Makefile): fixed script to push the image fix script which assigns the image name, which will be pushed to docker hub and quay Signed-off-by: Akhil Mohan <[email protected]>
v0.4.2
- add service account to cleanup job
- support cancelling ongoing cleanup jobs
- add filter to claim blockdevices based on nodename
- fix os-disk filter to exclude empty disk paths
v0.4.2-RC2
refact(apis): refact NDM apis to adhere to k8s standard (#301) * refact(apis): refact BD and BDC apis to adhere to k8s api definition * chore(code-gen): autogenerated code * fix typo in block device apis Signed-off-by: Akhil Mohan <[email protected]>
v0.4.2-RC1
feat(upgrade): add pre-upgrade tasks for 0.4.1 to 0.4.2 (#303) * fix node hostname label * refactor the upgrade package. * add pre-upgrade steps for 0.4.1 to 0.4.2 Signed-off-by: Akhil Mohan <[email protected]>
v0.4.1
- fix seachest holding on to open FDs
- use controller-runtime signals for signal handling
- automated installation of NDM CRDs from NDM operator
- handle CRD upgrade in NDM operator
- add extra check before removing finalizer on blockdeviceclaims
- cleaned the NDM operator logs
- change hostname to nodename and added support for nodename in blockdevice
v0.4.1-RC2
fix(daemon, controller): change nodeName to hostname in disk and BD (…