You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .docs/about/release-notes.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,25 @@
3
3
Release early, release often
4
4
5
5
---
6
+
## Version 0.6.3 (2017/07/22)
7
+
This is the last public, tagged release of libStorage. The project will be
8
+
absorbed into [REX-Ray](https://github.com/codedellemc/rexray).
9
+
10
+
## Version 0.6.2 (2017/06/28)
11
+
This is a minor release that improves volume lookup response for GCEPD
12
+
and DOBS, with minor enhancements to the EFS, RBD, and Integration
13
+
drivers.
14
+
15
+
### Bug Fixes
16
+
* Cinder driver no longer complains about invalid local devices ([#578](https://github.com/codedellemc/libstorage/pull/578))
17
+
18
+
### Enhancements
19
+
* libStorage documentation is now searchable ([#574](https://github.com/codedellemc/libstorage/pull/574))
20
+
* Add config option for force remove of volume from integration driver ([#577](https://github.com/codedellemc/libstorage/pull/577))
21
+
* Add ability to disable `modprobe` call from RBD driver ([#576](https://github.com/codedellemc/libstorage/pull/576))
22
+
* 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))
23
+
* 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))
24
+
6
25
## Version 0.6.1 (2017/06/09)
7
26
This is a minor release that includes bug fixes for RBD and Isilon, and some
0 commit comments