Skip to content

Releases: openebs-archive/node-disk-manager

v0.4.4-RC1

05 Nov 10:49
Compare
Choose a tag to compare
v0.4.4-RC1 Pre-release
Pre-release
  • 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

14 Oct 16:58
Compare
Choose a tag to compare
  • add support for building NDM on multiple platforms/architectures
  • support for arm64
  • refactored integration tests to remove dependency on minikube

v0.4.3-RC3

12 Oct 09:07
Compare
Choose a tag to compare
v0.4.3-RC3 Pre-release
Pre-release
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

11 Oct 07:07
Compare
Choose a tag to compare
v0.4.3-RC2 Pre-release
Pre-release
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

10 Oct 16:36
Compare
Choose a tag to compare
v0.4.3-RC1 Pre-release
Pre-release
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

09 Sep 07:55
Compare
Choose a tag to compare
  • 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

05 Sep 09:46
Compare
Choose a tag to compare
v0.4.2-RC2 Pre-release
Pre-release
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

29 Aug 15:55
Compare
Choose a tag to compare
v0.4.2-RC1 Pre-release
Pre-release
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

31 Jul 14:35
Compare
Choose a tag to compare
  • 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

26 Jul 08:35
Compare
Choose a tag to compare
v0.4.1-RC2 Pre-release
Pre-release
fix(daemon, controller): change nodeName to hostname in disk and BD (…