Releases: openebs-archive/node-disk-manager
Releases · openebs-archive/node-disk-manager
v0.8.1-RC1
- add support to add custom tag to blockdevices based on config (#475, @akhilerm)
- fix a bug where NDM operator crashes if a claimed BD is manually deleted (#479, @akhilerm)
- add additional check to exclude blockdevices with tag while manual claiming (#404, @akhilerm)
- update go version to 1.14.7 (#476, @akhilerm)
v0.8.0
- upgrade go version to 1.14 (#459,@harshthakur9030)
- remove dependency on gox and instead use native go build. (#456,@harshthakur9030)
- make udev scan operation thread safe. (#455,@harshthakur9030)
- remove v prefix from all image tags (#467,@akhilerm)
- automate migration of blockdevices from legacy UUID to GPT Based UUID (#442,@akhilerm)
- API Service to provide additional functionality (#433,@harshthakur9030)
- fix running cleanup job for sparse blockdevices. (#463,@akhilerm)
- update the project dependencies (k8s: 1.17.4, controller-runtime: 0.5.2, operator-sdk: 0.17.0) (#365,@akhilerm)
- disable metrics server of controller runtime by default (#473, @akhilerm)
v0.8.0-RC2
v0.8.0-RC1
- Upgrade go version to 1.14 (#459,@harshthakur9030)
- Remove dependency on gox and instead use native go build. (#456,@harshthakur9030)
- Make udev scan operation thread safe. (#455,@harshthakur9030)
- remove v prefix from all image tags (#467,@akhilerm)
- automate migration of blockdevices from legacy UUID to GPT Based UUID (#442,@akhilerm)
- API Service to provide additional functionality (#433,@harshthakur9030)
- fix running cleanup job for sparse blockdevices. (#463,@akhilerm)
- update the project dependencies (k8s: 1.17.4, controller-runtime: 0.5.2, operator-sdk: 0.17.0) (#365,@akhilerm)
v0.7.0
- fix wiping released blockdevices with partitions (#445, @akhilerm)
- fix bug of having an open file descriptor in NDM causing applications to receive resource busy error. (#450, @akhilerm)
- Adding support to build multi-arch docker images. (#428, @xunholy)
- deprecate invalid capacity request phase from block device claim (#443, @akhilerm)
v0.7.0-RC2
No changes since v0.7.0-RC1
v0.7.0-RC1
- fix wiping released blockdevices with partitions (#445, @akhilerm)
- fix bug of having an open file descriptor in NDM causing applications to receive resource busy error. (#450, @akhilerm)
- Adding support to build multi-arch docker images. (#428, @xunholy)
- deprecate invalid capacity request phase from block device claim (#443, @akhilerm)
v0.6.0
- make feature gates independent of daemon controller (#426, @akhilerm)
- remove all disk resources and disk CRD as part of installation (#427, @akhilerm)
- add new discovery probe (called used-by-probe) to detect if devices are used by K8s Local PV, ZFS-LocalPV, Mayastor and cStor (#430, @akhilerm)
- migrate project to use go modules (#434, @harshthakur9030)
- Adding filesystem info column in output of kubectl get bd -o wide (#435, @harshthakur9030)
v0.6.0-RC2
- Adding filesystem info column in output of kubectl get bd -o wide (#435, @harshthakur9030)
v0.6.0-RC1
- make feature gates independent of daemon controller (#426, @akhilerm)
- remove all disk resources and disk CRD as part of installation (#427, @akhilerm)
- add new discovery probe (called used-by-probe) to detect if devices are used by K8s Local PV, ZFS-LocalPV, Mayastor and cStor (#430, @akhilerm)
- migrate project to use go modules (#434, @harshthakur9030)