Vagrant v0.8.5 Release Notes

Release Date: 2011-08-15 // over 12 years ago
  • 💎 Note: 0.8.3 and 0.8.4 was yanked due to RubyGems encoding issue.

    • Fix SSH exec! to inherit proper $PATH. [GH-426]
    • Chef client now accepts an empty (nil) run list again. [GH-429]
    • Fix incorrect error message when running provision on halted VM. [GH-447]
    • Checking guest addition versions now ignores OSE. [GH-438]
    • Chef solo from a remote URL fixed. [GH-431]
    • Arch linux support: host only networks and changing the host name. [GH-439] [GH-448]
    • Chef solo roles_path and data_bags_path can only be single paths. [GH-446]
    • Fix virtualbox_not_detected error message to require 4.1.x. [GH-458]
    • Add shortname (hostname -s) for hostname setting on RHEL systems. [GH-456]
    • vagrant ssh -c output no longer has a prefix and respects newlines from the output. [GH-462]