Vagrant v0.6.8 Release Notes

Release Date: 2010-11-30 // over 13 years ago
    • Network interfaces are now up/down in distinct commands instead of just restarting "networking." [GH-192]
    • Add missing translation for chef binary missing. [GH-203]
    • Fix default settings for Opscode platform and comments. [GH-213]
    • Blank client name for chef server now uses FQDN by default, instead of "client" [GH-214]
    • Run list can now be nil, which will cause it to sync with chef server (when chef server is enabled). [GH-214]
    • Multiple NFS folders now work on linux. [GH-215]
    • Add translation for state "stuck" which is very rare. [GH-218]
    • virtualbox gem dependency minimum raised to 0.7.6 to verify FFI < 1.0.0 is used.
    • Fix issue where box downloading from vagrant up didn't reload the box collection. [GH-229]