All Versions
133
Latest Version
Avg Release Cycle
53 days
Latest Release
1237 days ago

Changelog History
Page 3

  • v2.1.5 Changes

    September 12, 2018

    ๐Ÿ‘Œ IMPROVEMENTS:

    • core: Add Vagrant.version? helper method [GH-10191]
    • core: Scrub sensitive values from logger output [GH-10200]
    • core: Prevent multiple evaluations of Vagrantfile [GH-10199]
    • 0๏ธโƒฃ command/init: Support VAGRANT_DEFAULT_TEMPLATE env var [GH-10171]
    • command/powershell: Improve doc help string and fix winrm locales error [GH-10189]
    • contrib/bash: autocomplete running VM names for destroy subcommand [GH-10168]
    • guest/debian: Use sudo to determine if systemd is in use for hardened systems [GH-10198]
    • guest/openbsd: Add IPv6 network template for OpenBSD machines [GH-8912]
    • ๐Ÿ provisioners/salt: Allow non-windows hosts to pass along version [GH-10194]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ”Œ core: Fix Vagrant.has_plugin? behavior before plugins are initialized [GH-10165]
    • core: Check verify_host_key for falsey or :never values when generating ssh config [GH-10182]
    • ๐Ÿง guest/linux: Filter out empty strings and loopback interfaces when constructing list of network interfaces [GH-10092]
    • ๐Ÿ”ง provider/hyper-v: Check for automatic checkpoint support before configuring [GH-10181]
  • v2.1.4 Changes

    August 30, 2018

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ”Œ core: Fix local plugin installation prompt answer parsing [GH-10154]
    • ๐Ÿ”Œ core: Reset internal environment after plugin loading [GH-10155]
    • ๐Ÿ host/windows: Fix SMB list parsing when extra fields are included [GH-10156]
    • provisioners/ansible_local: Fix umask setting permission bug [GH-10140]
  • v2.1.3 Changes

    August 29, 2018

    ๐Ÿ”‹ 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]
  • v2.1.2 Changes

    June 26, 2018

    ๐Ÿ‘Œ IMPROVEMENTS:

    • commands/suspend: Introduce flag for suspending all machines [GH-9829]
    • commands/global-status: Improve message about removing stale entries [GH-9856]
    • provider/hyperv: Attempt to determine import failure cause [GH-9936]
    • โšก๏ธ provider/hyperv: Update implementation. Include support for modifications on reload [GH-9872]
    • ๐Ÿ”ง provider/hyperv: Validate maxmemory configuration setting [GH-9932]
    • provider/hyperv: Enable provider within WSL [GH-9943]
    • provider/hyperv: Add Hyper-V accessibility check on data directory path [GH-9944]
    • provisioners/ansible_local: Improve installation from PPA on Ubuntu guests. The compatibility is maintained only for active long-term support (LTS) versions, i.e. Ubuntu 12.04 (Precise Pangolin) is no longer supported. [GH-9879]

    ๐Ÿ› BUG FIXES:

    • โšก๏ธ communicator/ssh: Update ssh private key file permission handling on Windows [GH-9923, GH-9900]
    • ๐Ÿ”Œ core: Display plugin commands in help [GH-9808]
    • ๐Ÿ”€ core: Ensure guestpath or name is set with synced_folder option and dont set guestpath if not provided [GH-9692]
    • guest/debian: Fix netplan generation when using DHCP [GH-9855]
    • โšก๏ธ guest/debain: Update priority of network configuration file when using networkd [GH-9867]
    • โšก๏ธ guest/ubuntu: Update netplan config generation to detect NetworkManager [GH-9824]
    • guest/ubuntu: Fix failing Ansible installation from PPA on Bionic Beaver (18.04 LTS) [GH-9796]
    • ๐Ÿ host/windows: Prevent processing of last SMB line when using net share [GH-9917]
    • ๐Ÿ”ง provisioner/chef: Prevent node_name set on configuration with chef_apply [GH-9916]
    • ๐Ÿšš provisioner/salt: Remove usage of masterless? config attribute [GH-9833]
  • v2.1.1 Changes

    May 07, 2018

    ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿง guest/linux: Support builtin vboxsf module for shared folders [GH-9800]
    • โšก๏ธ host/windows: Update SMB capability to work without Get-SmbShare cmdlet [GH-9785]

    ๐Ÿ› BUG FIXES:

    • core/triggers: Initialize internal trigger object for machine before initializing provider [GH-9784]
    • ๐Ÿ”Œ core/triggers: Ensure internal trigger fire does not get called if plugin installed [GH-9799]
    • provider/hyperv: Call import script with switchid instead of switchname [GH-9781]
  • v2.1.0 Changes

    May 03, 2018

    ๐Ÿ”‹ FEATURES:

    • ๐Ÿ”Œ core: Integrate vagrant-triggers plugin functionality into core Vagrant [GH-9713]

    ๐Ÿ‘Œ IMPROVEMENTS:

    • core: Improve messaging around not finding requested provider [GH-9735]
    • 0๏ธโƒฃ core: Disable exception reports by default [GH-9738]
    • ๐Ÿ“‡ core: Continue on if vagrant fails to parse metadata box for update [GH-9760]
    • ๐Ÿง hosts/linux: Support RDP capability within WSL [GH-9758]
    • ๐Ÿ hosts/windows: Add SMB default mount options capability and set default version to 2.0 [GH-9734]
    • provider/hyperv: Include neighbor check for MAC on guest IP detection [GH-9737]
    • provider/virtualbox: Do not require VirtualBox availability within WSL [GH-9759]
    • ๐Ÿ‘ provisioner/chef_zero: Support arrays for data_bags_path [GH-9669]
    • ๐Ÿšฉ util/downloader: Don't raise error if response is HTTP 416 [GH-9729]
    • โšก๏ธ util/platform: Update Hyper-V enabled check [GH-9746]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ communicators/ssh: Log error and proceed on Windows private key permissions [GH-9769]
    • middleware/authentication: Prevent URL modification when no changes are required [GH-9730]
    • ๐Ÿ“œ middleware/authentication: Ignore URLs which cannot be parsed [GH-9739]
    • provider/hyperv: Reference switches by ID instead of name [GH-9747]
    • ๐Ÿณ provider/docker: Use Util::SafeExec if docker-exec is run with -t option [GH-9761]
    • ๐Ÿ provisioner/chef: Trim drive letter from path on Windows [GH-9766]
    • provisioner/puppet: Properly finalize structured_facts config option [GH-9720]
    • ๐Ÿ util/platform: Fix original WSL to Windows path for "root" directory [GH-9696]
  • v2.0.4 Changes

    April 20, 2018

    ๐Ÿ”‹ FEATURES:

    • core: Vagrant aliases [GH-9504]

    ๐Ÿ‘Œ IMPROVEMENTS:

    • โšก๏ธ communicators/ssh: Update file permissions when generating new key pairs [GH-9676]
    • core: Make resolv-replace usage opt-in instead of opt-out [GH-9644]
    • core: Suppress error messages from checkpoint runs [GH-9645]
    • guests/coreos: Identify operating systems closely related to CoreOS [GH-9600]
    • ๐Ÿ”ง guests/debian: Adjust network configuration file prefix to 50- [GH-9646]
    • guests/photon: Less specific string grep to fix PhotonOS 2.0 detection [GH-9528]
    • โšก๏ธ guests/windows: Fix slow timeout when updating windows hostname [GH-9578]
    • ๐Ÿ hosts/windows: Make powershell version detection timeout configurable [GH-9506]
    • providers/virtualbox: Improve network collision error message [GH-9685]
    • ๐Ÿ provisioner/chef_solo: Improve Windows drive letter removal hack for remote paths[GH-9490]
    • provisioner/chef_zero: File path expand all chef_zero config path options [GH-9690]
    • provisioner/puppet: Puppet structured facts toyaml on provisioner [GH-9670]
    • provisioner/salt: Add master_json_config & minion_json_config options [GH-9420]
    • util/platform: Warn on ArgumentError exceptions from encoding [GH-9506]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ“ฆ commands/package: Fix uninitialized constant error [GH-9654]
    • ๐Ÿ“œ communicators/winrm: Fix command filter to properly parse commands [GH-9673]
    • hosts/windows: Properly respect the VAGRANT_PREFER_SYSTEM_BIN environment variable [GH-9503]
    • ๐Ÿ hosts/windows: Fix virtualbox shared folders path for windows guests [GH-8099]
    • ๐Ÿ”ง guests/freebsd: Fix typo in command that manages configuring networks [GH-9705]
    • util/checkpoint_client: Respect VAGRANT_CHECKPOINT_DISABLE environment variable [GH-9659]
    • util/platform: Use --version instead of version for WSL validation [GH-9674]
  • v2.0.3 Changes

    March 15, 2018

    ๐Ÿ‘Œ IMPROVEMENTS:

    • guests/solaris: More explicit Solaris 11 and inherit SmartOS from Solaris [GH-9398]
    • hosts/windows: Add support for latest WSL release [GH-9525, GH-9300]
    • plugins/login: Update middleware to re-map hosts and warn on custom server [GH-9499]
    • providers/hyper-v: Exit if Hyper-V is enabled and VirtualBox provider is used [GH-9456]
    • provisioners/salt: Change to a temporary directory before downloading script files [GH-9351]
    • sycned_folders/nfs: Default udp to false when using version 4 [GH-8828]
    • util/downloader: Notify on host redirect [GH-9344]

    ๐Ÿ› BUG FIXES:

    • core: Use provider override when specifying box_version [GH-9502]
    • guests/debian: Renew DHCP lease on hostname change [GH-9405]
    • guests/debian: Point hostname to 127.0.1.1 in /etc/hosts [GH-9404]
    • guests/debian: Update systemd? check for guest inspection [GH-9459]
    • guests/debian: Use ip route in dhcp template [GH-8730]
    • guests/gentoo: Disable if/netplugd when setting up a static ip on a gentoo guest using openrc [GH-9261]
    • guests/openbsd: Atomically apply new hostname.if(5) [GH-9265]
    • hosts/windows: Fix halt problem when determining powershell version on old powershells [GH-9470]
    • hosts/windows: Convert to windows path if on WSL during vbox export [GH-9518]
    • providers/virtualbox: Fix hostonly matching not respecting :name argument [GH-9302]
    • util/credential_scrubber: Ignore empty strings [GH-9472, GH-9462]
  • v2.0.2 Changes

    January 29, 2018

    ๐Ÿ”‹ FEATURES:

    • core: Provide mechanism for removing sensitive data from output [GH-9276]
    • core: Relax Ruby constraints to include 2.5 [GH-9363]
    • core: Hide sensitive values in output [GH-9369]
    • command/init: Support custom Vagrantfile templates [GH-9202]
    • guests: Add support for the Haiku operating system [GH-7805, GH-9245]
    • synced_folders/smb: Add support for macOS hosts [GH-9294]
    • vagrant-spec: Update vagrant-spec to include Windows platforms and updated linux boxes [GH-9183]

    ๐Ÿ‘Œ IMPROVEMENTS:

    • config/ssh: Deprecate :paranoid in favor of :verify_host_key [GH-9341]
    • core: Add optional timestamp prefix on log output [GH-9269]
    • core: Print more helpful error message for NameEror exceptions in Vagrantfiles [GH-9252]
    • core: Update checkpoint implementation to announce updates and support notifications [GH-9380]
    • core: Use Ruby's Resolv by default [GH-9394]
    • docs: Include virtualbox 5.2.x as supported in docs [GH-9237]
    • docs: Improve how to pipe debug log on powershell [GH-9330]
    • guests/amazon: Improve guest detection [GH-9307]
    • guests/debian: Update guest configure networks [GH-9338]
    • guests/dragonflybsd: Base guest on FreeBSD to inherit more functionality [GH-9205]
    • guests/linux: Improve NFS service name detection and interactions [GH-9274]
    • guests/linux: Support mount option overrides for SMB mounts [GH-9366]
    • guests/linux: Use ip for reading guest address if available [GH-9315]
    • guests/solaris: Improve guest detection for alternatives [GH-9295]
    • hosts/windows: Check credentials during SMB prepare [GH-9365]
    • providers/hyper-v: Ensure Hyper-V cmdlets are fully qualified [GH-8863]
    • middleware/authentication: Add app.vagrantup.com to allowed hosts [GH-9145]
    • provisioners/shell: Support hiding environment variable values in output [GH-9367]
    • providers/virtualbox: Add a clean error message for invalid IP addresses [GH-9275]
    • providers/virtualbox: Introduce flag for SharedFoldersEnableSymlinksCreate setting [GH-9354]
    • providers/virtualbox: Provide warning for SharedFoldersEnableSymlinksCreate setting [GH-9389]
    • provisioners/salt: Fixes timeout issue in salt bootstrapping for windows [GH-8992]
    • synced_folders/smb: Update Windows implementation [GH-9294]
    • util/ssh: Attempt to locate local ssh client before attempting installer provided [GH-9400]

    ๐Ÿ› BUG FIXES:

    • commands/box: Show all box providers with update outdated --global [GH-9347]
    • commands/destroy: Exit 0 if vagrant destroy finds no running vms [GH-9251]
    • commands/package: Fix --output path with specified folder [GH-9131]
    • guests/suse: Do not use full name when setting hostname [GH-9212]
    • providers/hyper-v: Fix enable virtualization extensions on import [GH-9255]
    • provisioners/ansible(both): Fix broken 'ask_sudo_pass' option [GH-9173]
  • v2.0.1 Changes

    November 02, 2017

    ๐Ÿ”‹ FEATURES:

    • core: Introduce Ruby 2.4 to Vagrant [GH-9102]
    • providers/virtualbox: Virtualbox 5.2 support [GH-8955]

    ๐Ÿ‘Œ IMPROVEMENTS:

    • command/destroy: Introduce parallel destroy for certain providers [GH-9127]
    • communicators/winrm: Include APIPA check within ready check [GH-8997]
    • core: Clear POSIXLY_CORRECT when using optparse [GH-8685]
    • docs: Add auto_start_action and auto_stop_action to docs. [GH-9029]
    • docs: Fix typo in box format doc [GH-9100]
    • provisioners/chef: Handle chef provisioner reboot request [GH-8874]
    • providers/salt: Support Windows Salt Minions greater than 2016.x.x [GH-8926]
    • provisioners/salt: Add wget to bootstrap_salt options when fetching installer file [GH-9112]
    • provisioners/shell: Use ui.detail for displaying output [GH-8983]
    • util/downloader: Use CURL_CA_BUNDLE environment variable [GH-9135]

    ๐Ÿ› BUG FIXES:

    • communicators/ssh: Retry on Errno::EPIPE exceptions [GH-9065]
    • core: Rescue more exceptions when checking if port is open [GH-8517]
    • guests/solaris11: Inherit from Solaris guest and keep solaris11 specific methods [GH-9034]
    • guests/windows: Split out cygwin path helper for msys2/cygwin paths and ensure cygpath exists [GH-8972]
    • guests/windows: Specify expected shell when executing on guest (fixes winssh communicator usage) [GH-9012]
    • guests/windows: Include WinSSH Communicator when using insert_public_key [GH-9105]
    • hosts/windows: Check for vagrant.exe when validating versions within WSL [GH-9107, GH-8962]
    • providers/docker: Isolate windows check within executor to handle running through VM [GH-8921]
    • providers/hyper-v: Properly invoke Auto stop action [GH-9000]
    • provisioners/puppet: Fix winssh communicator support in puppet provisioner [GH-9014]
    • virtualbox/synced_folders: Allow synced folders to contain spaces in the guest path [GH-8995]