Vagrant v1.5.4 Release Notes

Release Date: 2014-04-21 // about 10 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • commands/box/list: Doesn't parse Vagrantfile. [GH-3502]
    • providers/hyperv: Implement the provision command. [GH-3494]

    ๐Ÿ› BUG FIXES:

    • core: Allow overriding of the default SSH port. [GH-3474]
    • commands/box/remove: Make output nicer. [GH-3470]
    • commands/box/update: Show currently installed version. [GH-3467]
    • command/rsync-auto: Works properly on Windows.
    • guests/coreos: Fix test for Docker daemon running.
    • guests/linux: Fix test for Docker provisioner whether Docker is running.
    • guests/linux: Fix regression where rsync owner/group stopped working. [GH-3485]
    • provisioners/docker: Fix issue where we weren't waiting for Docker to properly start before issuing commands. [GH-3482]
    • provisioners/shell: Better validation of master config path, results in no more stack traces at runtime. [GH-3505]