Skip to content

Commit

Permalink
Release Candidate 0.6.2-rc1
Browse files Browse the repository at this point in the history
This patch marks release candidate 0.6.2-rc1.
  • Loading branch information
akutz committed Jun 26, 2017
1 parent 99ac57e commit 935022d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.6.2-rc1

0 comments on commit 935022d

Please sign in to comment.