Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 1.19 KB

v1.1.0 (2019-09-03)

Bug Fixes

  • pre-compile regexp's

Features

  • NEX-20838 - add timeo=100 to default options for NFS mounts

v1.0.1 (2019-05-07)

Bug Fixes

  • NEX-20603 - volume list shows only 100 first volumes

v1.0.0 (2019-04-22)

Bug Fixes

  • fs export path update leaves unmounted volumes on docker host
  • NEX-20385 - treat vers=4 and vers=4.0 as same versions
  • NEX-20385 - do not check mount point source on docker volume mount
  • NEX-20385 - do not remove ns filesystem on 'docker volume remove'
  • NEX-13886 - use the same volume in more then one container
  • don't return VolumeDriver/Get error if there is no such volume, fix makefile
  • log all errors before response

Pull Requests

  • Merge pull request #2 from Nexenta/review_comments
  • Merge pull request #3 from Nexenta/build_issues