Releases: Azure/azurefile-dockervolumedriver
Releases · Azure/azurefile-dockervolumedriver
v0.5.1 (2016-09-16)
- Bugfix: "bad UNC" error for remotepath (#63)
v0.5.0 (2016-08-19)
- Added volume option 'remotepath' (#46)
- Upgraded plugin protocol for docker 1.12.0 (#57)
- Fixed stale version string in --help (#58)
⚠️ ⚠️ This release has a known issue with remotepath
option. Please use 0.5.1 instead. ⚠️ ⚠️
0.4.1 (2016-08-02)
- Bugfix: wrong mount path was passed to mount command (#47, #48)
0.4.0 (2016-07-28)
⚠️ ⚠️ This release has a known issue. Please use 0.4.1 instead. ⚠️ ⚠️
- Added support for foreign Azure clouds (#43, #41)
0.3.0 (2016-07-27)
- Fixed systemd unit dependencies (#29)
- Added options for uid, gid, filemode, dirmode, nolock (#44)
- Documentation fixes (#39)
Acknowledgements
0.2.1
- Start unix socket under docker group instead of root.
0.2
- Added upstart init script and installation instructions.
- Bugfix: Empty response for docker volume ls (#20)
- Bugfix: Prevent leaking volume metadata (#19)
- Bugfix: Proper mountpoint removal in duplicate mounts (#23)