Skip to content

Releases: openebs-archive/node-disk-manager

v0.8.1-RC1

10 Sep 06:52
Compare
Choose a tag to compare
v0.8.1-RC1 Pre-release
Pre-release
  • 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

14 Aug 09:25
Compare
Choose a tag to compare
  • 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

12 Aug 04:32
Compare
Choose a tag to compare
v0.8.0-RC2 Pre-release
Pre-release
  • disable metrics server of controller runtime by default (#473, @akhilerm)

v0.8.0-RC1

09 Aug 19:41
dc29f7c
Compare
Choose a tag to compare
v0.8.0-RC1 Pre-release
Pre-release
  • 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

14 Jul 04:15
017b755
Compare
Choose a tag to compare
  • 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

11 Jul 17:32
017b755
Compare
Choose a tag to compare
v0.7.0-RC2 Pre-release
Pre-release

No changes since v0.7.0-RC1

v0.7.0-RC1

09 Jul 06:42
017b755
Compare
Choose a tag to compare
v0.7.0-RC1 Pre-release
Pre-release
  • 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

13 Jun 07:48
7294b57
Compare
Choose a tag to compare
  • 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

12 Jun 02:39
7294b57
Compare
Choose a tag to compare
v0.6.0-RC2 Pre-release
Pre-release
  • Adding filesystem info column in output of kubectl get bd -o wide (#435, @harshthakur9030)

v0.6.0-RC1

09 Jun 17:25
Compare
Choose a tag to compare
v0.6.0-RC1 Pre-release
Pre-release
  • 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)