From 935022d8d0d27569c270958a4b6fa6dac3a1bd69 Mon Sep 17 00:00:00 2001 From: akutz Date: Mon, 26 Jun 2017 18:39:16 -0500 Subject: [PATCH] Release Candidate 0.6.2-rc1 This patch marks release candidate 0.6.2-rc1. --- .docs/about/release-notes.md | 14 ++++++++++++++ VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.docs/about/release-notes.md b/.docs/about/release-notes.md index 3f535d72..76d0569d 100644 --- a/.docs/about/release-notes.md +++ b/.docs/about/release-notes.md @@ -3,6 +3,20 @@ Release early, release often --- +## Version 0.6.2 (2017/06/28) +This is a minor release that improves volume lookup response for GCEPD and +DOBS, with minor enhancements to the EFS, RBD, and Integration drivers. + +### Bug Fixes +* Cinder driver no longer complains about invalid local devices ([#578](https://github.com/codedellemc/libstorage/pull/578)) + +### Enhancements +* libStorage documentation is now searchable ([#574](https://github.com/codedellemc/libstorage/pull/574)) +* Add config option for force remove of volume from integration driver ([#577](https://github.com/codedellemc/libstorage/pull/577)) +* Add ability to disable `modprobe` call from RBD driver ([#576](https://github.com/codedellemc/libstorage/pull/576)) +* Add support for VolumeInsepctByName to GCEPD and DOBS drivers ([#579](https://github.com/codedellemc/libstorage/pull/579), [#581](https://github.com/codedellemc/libstorage/pull/581)) +* Add config option to translate volume names containing underscores to dashes for GCEPD and DOBS ([#580](https://github.com/codedellemc/libstorage/pull/580), [#582](https://github.com/codedellemc/libstorage/pull/582)) + ## Version 0.6.1 (2017/06/09) This is a minor release that includes bug fixes for RBD and Isilon, and some minor enhancements. diff --git a/VERSION b/VERSION index ee6cdce3..07745a05 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.1 +0.6.2-rc1