Skip to content

Commit 0faea6b

Browse files
authored
Updating changelog for v1.8.0 (#665)
Signed-off-by: Akhil Mohan <akhil.mohan@datacore.com>
1 parent 5f3d680 commit 0faea6b

File tree

12 files changed

+43
-0
lines changed

12 files changed

+43
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,44 @@
1+
v1.8.0 / 2022-01-03
2+
========================
3+
* add device attributes and location details as blockdevice labels ([618](https://github.com/openebs/node-disk-manager/pull/618),[@Ab-hishek](https://github.com/Ab-hishek))
4+
* add new feature to enable NDM to use partition table UUID for generating blockdevice UUID ([635](https://github.com/openebs/node-disk-manager/pull/635),[@cospotato](https://github.com/cospotato))
5+
* skip delete disk partition event when GPTBasedUUID is disable ([639](https://github.com/openebs/node-disk-manager/pull/639),[@liuminjian](https://github.com/liuminjian))
6+
* enhance the details stored on the blockdevice when the device has zpool ([643](https://github.com/openebs/node-disk-manager/pull/643),[@liuminjian](https://github.com/liuminjian))
7+
* changed exporter service to use a common label for both cluster and node exporter ([647](https://github.com/openebs/node-disk-manager/pull/647),[@Ab-hishek](https://github.com/Ab-hishek))
8+
* update get call to use empty object instead of deepcopy object while updating the resources ([648](https://github.com/openebs/node-disk-manager/pull/648),[@akhilerm](https://github.com/akhilerm))
9+
* mount /dev directory from host inside container so that wipefs gets reflected immediately on the host ([649](https://github.com/openebs/node-disk-manager/pull/649),[@akhilerm](https://github.com/akhilerm))
10+
* add support for feature gate dependencies, to enable features that are dependent on other features ([652](https://github.com/openebs/node-disk-manager/pull/652),[@jdkramhoft](https://github.com/jdkramhoft))
11+
* use a base image with builtin dependencies for building the project ([655](https://github.com/openebs/node-disk-manager/pull/655),[@z0marlin](https://github.com/z0marlin))
12+
* use libblkid from base container to fetch partition details on CentOS 7 hosts ([657](https://github.com/openebs/node-disk-manager/pull/657),[@akhilerm](https://github.com/akhilerm))
13+
* fix sysfs parsing by trimming newline suffix when reading from sysfs files([666](https://github.com/openebs/node-disk-manager/pull/666),[@akhilerm](https://github.com/akhilerm))
14+
15+
16+
v1.8.0-RC2 / 2021-12-28
17+
========================
18+
* fix sysfs parsing by trimming newline suffix when reading from sysfs files([666](https://github.com/openebs/node-disk-manager/pull/666),[@akhilerm](https://github.com/akhilerm))
19+
20+
21+
v1.8.0-RC1 / 2021-12-24
22+
========================
23+
* add device attributes and location details as blockdevice labels ([618](https://github.com/openebs/node-disk-manager/pull/618),[@Ab-hishek](https://github.com/Ab-hishek))
24+
* add new feature to enable NDM to use partition table UUID for generating blockdevice UUID ([635](https://github.com/openebs/node-disk-manager/pull/635),[@cospotato](https://github.com/cospotato))
25+
* skip delete disk partition event when GPTBasedUUID is disable ([639](https://github.com/openebs/node-disk-manager/pull/639),[@liuminjian](https://github.com/liuminjian))
26+
* enhance the details stored on the blockdevice when the device has zpool ([643](https://github.com/openebs/node-disk-manager/pull/643),[@liuminjian](https://github.com/liuminjian))
27+
* changed exporter service to use a common label for both cluster and node exporter ([647](https://github.com/openebs/node-disk-manager/pull/647),[@Ab-hishek](https://github.com/Ab-hishek))
28+
* update get call to use empty object instead of deepcopy object while updating the resources ([648](https://github.com/openebs/node-disk-manager/pull/648),[@akhilerm](https://github.com/akhilerm))
29+
* mount /dev directory from host inside container so that wipefs gets reflected immediately on the host ([649](https://github.com/openebs/node-disk-manager/pull/649),[@akhilerm](https://github.com/akhilerm))
30+
* add support for feature gate dependencies, to enable features that are dependent on other features ([652](https://github.com/openebs/node-disk-manager/pull/652),[@jdkramhoft](https://github.com/jdkramhoft))
31+
* use a base image with builtin dependencies for building the project ([655](https://github.com/openebs/node-disk-manager/pull/655),[@z0marlin](https://github.com/z0marlin))
32+
* use libblkid from base container to fetch partition details on CentOS 7 hosts ([657](https://github.com/openebs/node-disk-manager/pull/657),[@akhilerm](https://github.com/akhilerm))
33+
34+
35+
136
v1.7.0 / 2021-09-17
237
========================
338
* add support to detect changes to block device size without restarting NDM ([#616](https://github.com/openebs/node-disk-manager/pull/616),[@z0marlin](https://github.com/z0marlin))
439

540

41+
642
v1.6.0 / 2021-07-14
743
========================
844
* update k8s to 1.20.2 and controller runtime to 0.8.2 version ([#561](https://github.com/openebs/node-disk-manager/pull/561),[@RealHarshThakur](https://github.com/RealHarshThakur))
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
add device attributes and location details as blockdevice labels
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
add new feature to enable NDM to use partition table UUID for generating blockdevice UUID
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
enhance the details stored on the blockdevice when the device has zpool
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
changed exporter service to use a common label for both cluster and node exporter
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
add support for feature gate dependencies, to enable features that are dependent on other features
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use a base image with builtin dependencies for building the project

0 commit comments

Comments
 (0)