Page MenuHomeSolus

Update vagrant to 2.1.5
ClosedPublic

Authored by der_eismann on Sep 13 2018, 11:37 AM.
Tags
None
Referenced Files
F11047624: D3835.diff
Thu, Aug 10, 3:37 PM
F11005153: D3835.id.diff
Tue, Aug 1, 5:47 AM
F10962898: D3835.diff
Wed, Jul 19, 12:45 AM
F10896896: D3835.diff
Jul 2 2023, 3:04 AM
F10806175: D3835.id9433.diff
May 29 2023, 11:51 PM
F10781886: D3835.id.diff
May 25 2023, 10:32 AM
F10754839: D3835.diff
May 16 2023, 10:05 PM
F10690640: D3835.id.diff
Apr 22 2023, 9:06 PM
Subscribers

Details

Summary

Improvements:

  • core: Add Vagrant.version? helper method
  • core: Scrub sensitive values from logger output
  • core: Prevent multiple evaluations of Vagrantfile
  • command/init: Support VAGRANT_DEFAULT_TEMPLATE env var
  • contrib/bash: autocomplete running VM names for destroy subcommand
  • guest/debian: Use sudo to determine if systemd is in use for hardened systems
  • guest/openbsd: Add IPv6 network template for OpenBSD machines

Bug fixes:

  • core: Fix Vagrant.has_plugin? behavior before plugins are initialized
  • core: Check verify_host_key for falsey or :never values when generating ssh config
  • guest/linux: Filter out empty strings and loopback interfaces when constructing list of network interfaces
Test Plan
  • Install locally and confirmed version
  • Run with a few local projects, including usage of vagrant up, destroy, init and provision

Diff Detail

Repository
R3106 vagrant
Lint
Lint Not Applicable
Unit
Tests Not Applicable