Skip to content

Releases: openebs-archive/node-disk-manager

openebs-ndm-1.8.0

11 Jan 06:49
8d7e515
Compare
Choose a tag to compare

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.8.0

03 Jan 12:34
a118ed8
Compare
Choose a tag to compare
fix(sysfs): trim newline while parsing sysfs files (#666) (#667)

sysfs files like dm/uuid etc are sometimes suffixed by a newline
character which need to be trimmed off for correct parsing, else
it will result in incorrect device type being detected

Signed-off-by: Akhil Mohan <akhil.mohan@datacore.com>

v1.8.0-RC2

28 Dec 12:01
a118ed8
Compare
Choose a tag to compare
v1.8.0-RC2 Pre-release
Pre-release
fix(sysfs): trim newline while parsing sysfs files (#666) (#667)

sysfs files like dm/uuid etc are sometimes suffixed by a newline
character which need to be trimmed off for correct parsing, else
it will result in incorrect device type being detected

Signed-off-by: Akhil Mohan <akhil.mohan@datacore.com>

v1.8.0-RC1

24 Dec 05:04
a1e8959
Compare
Choose a tag to compare
v1.8.0-RC1 Pre-release
Pre-release
cherry-pick(probe): initialize labels before probe start (#664)

- earlier the blockdevice labels map was initialized in the customtag probe
which causes undeclared map, if the labels are used before using customtag probe.
Now the label initialization happens before the probes are run.

- chore(test): update unit test

Signed-off-by: Akhil Mohan <akhil.mohan@datacore.com>

openebs-ndm-1.7.2

26 Nov 02:09
669c5f6
Compare
Choose a tag to compare

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.7.1

24 Sep 07:29
Compare
Choose a tag to compare
fix(cleaner): add /dev mount to cleanup job (#649)

mount /dev directory from host inside the container, so that wipefs
performed on the disk generates a corresponding udev change event and
the change is reflected on the host also.

Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>

openebs-ndm-1.7.1

20 Sep 06:41
Compare
Choose a tag to compare

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.7.0

17 Sep 20:43
422e3d5
Compare
Choose a tag to compare

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.7.0-RC1

16 Sep 15:32
6745dcf
Compare
Choose a tag to compare
chore(repo): rename master branch to develop (#641)

* update workflow from master branch to develop
* add login step to ghcr registry
* add markdown files to ignore path

Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>

v1.7.0

17 Sep 11:52
6745dcf
Compare
Choose a tag to compare
chore(repo): rename master branch to develop (#641)

* update workflow from master branch to develop
* add login step to ghcr registry
* add markdown files to ignore path

Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>