We’ve released kitchen-vagrant 1.1.0.
Caching is now only enabled by default if using a known bento box. If you want to utilize this feature for custom boxes that have guest tools (required for shared folders), set the cache_directory
1 as desired to enable the feature.
New Features:
Improvements:
- Only enable the cache when using known bento boxes. Fix #296 #303 (cheeseplus)
- README: add info about cache_directory disabling #299 (jugatsu)
- Add ability to override Kitchen cache directory #292 (Jakauppila)
- Add support for all misc vagrant providers #290 (myoung34)
-cheeseplus