This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
0.10 Release
Pre-release
Pre-release
Note: 0.10 does not support upgrade and involves a manual upgrade process documented here
What's new:
- Default tenancy model
- Concurrency improvements
- Preliminary support for Photon Controller
0.10 (2016-12-29)
Closed issues:
- Volume creation fails when used in
docker run
command #840 - vm creation is failing on vsanDatastore #836
- Test to check the capacity of volume using AdminCLI #835
- Attach/detach ops needs serialization for the same vm #809
- Fix build.sh to also check for testasroot target #800
- Refcount tests are failing against docker 1.12.2 #790
- Plugin parallel sanity test needs to include clone and single vm concurrency. #772
- Docker volume creation error // The request refers to an unexpected or unknown type #741
- Master build failed #768
- Add support for ESX 6.5 in CI #763
Merged pull requests:
- Fix/Init nil volume options map with --volume-driver flag #841 (pdhamdhere)
- Supplying a fix for "#836: vm creation is failing on vsanDatastore" #839 (shuklanirdesh82)
- Update admin-cli.md #838 (lipingxue)
- Removing volume size unit support in KB #829 (shuklanirdesh82)
- Support for default_datastore and data privileges change #828 (lipingxue)
- Reorder ref count tests to ensure correct checks on count of volume users #826 (govint)
- [Part 1 - test coverage report] showing individual coverage for go tests #823 (shuklanirdesh82)
- Add Photon controller SDK to plugin repo. #822 (govint)
- [Trivial] correcting the documentation guide #819 (shuklanirdesh82)
- Add photon volumes to volume plugin #811 (govint)
- Make the plugin thread safe #810 (brunotm)
- Serialize attach/detach ops for the same vm #808 (brunotm)
- Skip pushes into dev branches. Clean via revert only #807 (kerneltime)
- Add lint files to .gitignore #804 (kerneltime)
- Add clone and single vm concurrent tests #802 (brunotm)
- Modified build.sh to also run testasroot target #801 (ashahi1)
- Use VirtualDiskManager API in vmdk_ops. #792 (brunotm)
- Tenancy: Implement __FALLBACK tenant and __FALLBACK privilege #788 (lipingxue)
- tenant modify #781 (lipingxue)
- VMODL API for multi-tenancy support #754 (shaominchen)