Vagrant v2.1.3 Release Notes

Release Date: 2018-08-29 // over 5 years ago
  • ๐Ÿ”‹ FEATURES:

    • ๐Ÿ”Œ core: Support for project specific plugins [GH-10037]

    ๐Ÿ‘Œ IMPROVEMENTS:

    • command/reload: Add --force flag to reload command [GH-10123]
    • โš  communicator/winrm: Display warning if vagrant-winrm plugin is detected [GH-10076]
    • contrib/bash: Replace -VAGRANTSLASH- with literal slash in completion [GH-9987]
    • core: Show installed version of Vagrant when displaying version check [GH-9968]
    • core: Retain information of original box backing active guest [GH-10083]
    • ๐Ÿ‘ core: Only write box info if provider supports box objects [GH-10126]
    • โšก๏ธ core: Update net-ssh dependency constraint to ~> 5.0.0 [GH-10066]
    • core/triggers: Catch and allow for non-standard exit codes with triggers run options [GH-10005]
    • core/triggers: Allow for spaces in path for trigger run option [GH-10118]
    • ๐Ÿ”ง guest/debian: Isolate network interface configuration to individual files for systemd [GH-9889]
    • ๐Ÿ“ฆ guest/redhat: Use libnfs-utils package if available [GH-9878]
    • ๐Ÿณ provider/docker: Support Docker volume consistency for synced folders [GH-9811]
    • ๐Ÿ”€ provider/hyperv: Disable synced folders on non-DrvFs file systems by default [GH-10001]
    • ๐Ÿ‘ util/downloader: Support custom suffix on user agent string [GH-9966]
    • util/downloader: Prevent false positive matches on Location header [GH-10041]
    • util/subprocess: Force system library paths for executables external to AppImage [GH-10078]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ”Œ core: Disable Vagrantfile loading with plugin commands [GH-10030]
    • core: Ensure the SecureRandom library is loaded for the trigger class [GH-10063]
    • core/triggers: Allow trigger run args option to be a single string [GH-10116]
    • util/powershell: Properly join commands from passed in array [GH-10115]
    • guest/solaris: Add back guest detection check for Solaris derived guests [GH-10081]
    • ๐Ÿ guest/windows: Be more explicit when invoking cmd.exe with mount_volume script [GH-9976]
    • ๐Ÿง host/linux: Fix sudo usage in NFS capability when modifying exports file [GH-10084]
    • ๐Ÿ host/windows: Remove localization dependency from SMB list generation [GH-10043]
    • ๐Ÿ provider/docker: Convert windows paths for volume mounts on docker driver [GH-10100]
    • ๐Ÿ”ง provider/hyperv: Fix checkpoint configuration and properly disable automatic checkpoints by default [GH-9999]
    • ๐Ÿšš provider/hyperv: Remove localization dependency from access check [GH-10000]
    • provider/hyperv: Enable ExposeVirtualizationExtensions only when available [GH-10079]
    • provider/virtualbox: Skip link-local when fixing IPv6 route [GH-9639, GH-10077]
    • push/ftp: Custom error when attempting to push too many files [GH-9952]
    • util/downloader: Prevent errors when Location header contains relative path [GH-10017]
    • util/guest_inspection: Prevent nmcli check from hanging when pty is enabled [GH-9926]
    • util/platform: Always force string type conversion on path [GH-9998]