Skip to content

Commit b9f14b6

Browse files
authored
chore(release): update changelog (openebs-archive#688)
Signed-off-by: Niladri Halder <[email protected]>
1 parent b93fdc3 commit b9f14b6

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44

5-
* You have Go 1.13 or above installed on your local host/development machine.
5+
* You have Go 1.19 or above installed on your local host/development machine.
66
* You have Docker installed on your local host/development machine. Docker is required for building NDM container images and to push them into a Kubernetes cluster for testing.
77
* You have `kubectl` installed. For running integration tests, you will require an existing single node cluster. Don't worry if you don't have access to the Kubernetes cluster, raising a PR with the NDM repository will run integration tests for your changes against a Minikube cluster.
88

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v2.1.0 / 2023-02-09
2+
========================
3+
* add support for nvme virtual path detection ([678](https://github.com/openebs/node-disk-manager/pull/678),[@dborman-hpe](https://github.com/dborman-hpe))
4+
* update go version to v1.19.3 ([681](https://github.com/openebs/node-disk-manager/pull/681),[@akhilerm](https://github.com/akhilerm))
5+
* update go module dependencies to use sigs.k8s.io/yaml instead of github.com/ghodss/yaml ([687](https://github.com/openebs/node-disk-manager/pull/687),[@Juneezee](https://github.com/Juneezee))
6+
17
v1.8.0 / 2022-01-03
28
========================
39
* 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))

0 commit comments

Comments
 (0)