diff --git a/BUILD.md b/BUILD.md index 2ce587f99..f7855aebd 100644 --- a/BUILD.md +++ b/BUILD.md @@ -2,7 +2,7 @@ ## Prerequisites -* You have Go 1.13 or above installed on your local host/development machine. +* You have Go 1.19 or above installed on your local host/development machine. * 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. * 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. diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a137db3..e16b88b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v2.1.0 / 2023-02-09 +======================== +* add support for nvme virtual path detection ([678](https://github.com/openebs/node-disk-manager/pull/678),[@dborman-hpe](https://github.com/dborman-hpe)) +* update go version to v1.19.3 ([681](https://github.com/openebs/node-disk-manager/pull/681),[@akhilerm](https://github.com/akhilerm)) +* 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)) + v1.8.0 / 2022-01-03 ======================== * 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)) diff --git a/changelogs/unreleased/678-dborman-hpe b/changelogs/released/v2.1.0/678-dborman-hpe similarity index 100% rename from changelogs/unreleased/678-dborman-hpe rename to changelogs/released/v2.1.0/678-dborman-hpe diff --git a/changelogs/unreleased/681-akhilerm b/changelogs/released/v2.1.0/681-akhilerm similarity index 100% rename from changelogs/unreleased/681-akhilerm rename to changelogs/released/v2.1.0/681-akhilerm diff --git a/changelogs/unreleased/685-Juneezee b/changelogs/released/v2.1.0/687-Juneezee similarity index 100% rename from changelogs/unreleased/685-Juneezee rename to changelogs/released/v2.1.0/687-Juneezee