Vagrant v2.2.11 Release Notes

Release Date: 2020-11-05 // over 3 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • command/cap: Add ability to specify target [GH-11965]
    • ๐Ÿš€ command/cloud: Add --force flag to version release command [GH-11912]
    • โšก๏ธ command/cloud: Updates to utilize the 3.0 version of vagrant_cloud [GH-11916]
    • core: Switch from unmaintained gem erubis to erubi [GH-11893]
    • core: Download Vagrant boxes using auth headers [GH-11835]
    • ๐Ÿšš core: Remove dependency on mime gem [GH-11857]
    • core: Handle Errno::EALREADY exceptions on port check [GH-12008]
    • core: Fix missing hook/trigger insertion into action stack [GH-12014]
    • ๐Ÿง guest/linux: Make max reboot wait duration configurable [GH-12011]
    • ๐Ÿ guest/windows: Make max reboot wait duration configurable [GH-12011]
    • providers/virtualbox: Fix availability check of provider [GH-11936]
    • ๐Ÿณ tests: Add integration tests for Docker provider [GH-11907]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ”€ core/synced_folders: Don't persist synced folders to fstab is guest is not reachable [GH-11900]
    • core: Don't try to recover machine without a uuid [GH-11863]
    • config/disks: Transform provider specific config to common form [GH-11939]
    • ๐Ÿ”€ config/vm: Override synced-folder :nfs option [GH-11988]
    • ๐Ÿšš contrib/zsh: Remove newline from beginning of completion script [GH-11963]
    • guests/arch: Install smbclient when setting up arch smb [GH-11923]
    • ๐Ÿง guest/linux: Check for /etc/fstab before trying to modify [GH-11897]
    • ๐Ÿง guest/linux: Create an /etc/fstab if does not exist [GH-11909]
    • ๐Ÿง guest/linux: Persist SMB mounts [GH-11846]
    • guest/debian: Set hostname in /etc/hosts as first step to changing hostname [GH-11885]
    • โšก๏ธ guest/rhel: Check for existence of network files before trying to update them [GH-11877]
    • guest/suse: Don't use hostnamectl to set hostname if not available on system [GH-11996]
    • ๐Ÿšš tests: Remove rsync dependency from tests [GH-11889]