Vagrant v2.1.5 Release Notes

Release Date: 2018-09-12 // over 5 years ago
  • ๐Ÿ‘Œ 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]