12767 Commits

Author SHA1 Message Date
Brian Cain
13b09bedac
(#9802) Allow non-windows hosts to pass along version
The salt bootstrap can now accept version arguments on non-windows
hosts, so this commit allows the Vagrant provisinoer to specify a
version.
2018-09-07 13:39:36 -07:00
Brian Cain
770b6e0cca
Update CHANGELOG 2018-09-07 13:05:37 -07:00
Brian Cain
9da922c871
Merge pull request #10168 from lelutin/bash_completion_destroy
bash: complete running VM names for destroy subcommand
2018-09-07 13:05:00 -07:00
Brian Cain
5a1b065834
Update CHANGELOG 2018-09-07 11:18:20 -07:00
Brian Cain
4f42da15de
Merge pull request #10171 from eigengrau/default-template
vagrant init: Support VAGRANT_DEFAULT_TEMPLATE
2018-09-07 11:17:46 -07:00
Brian Cain
e76c35e466
Update CHANGELOG 2018-09-07 10:45:02 -07:00
Brian Cain
6c8d997053
Merge pull request #10181 from chrisroberts/f-auto-checkpoints
Check for automatic checkpoint support before configuring
2018-09-07 10:44:26 -07:00
Brian Cain
1b05a68277
Update CHANGELOG 2018-09-07 10:44:03 -07:00
Brian Cain
c589a667ed
Merge pull request #10182 from chrisroberts/f-ssh-config
Check verify_host_key for falsey or :never values when generating ssh config
2018-09-07 10:43:26 -07:00
Brian Cain
b6961d7453
Update CHANGELOG 2018-09-07 10:37:38 -07:00
Brian Cain
798c673408
Merge pull request #10191 from fnordfish/feature/ask_version_match
add `Vagrant.version?` helper method
2018-09-07 10:36:38 -07:00
Brian Cain
5710910ee5
Merge pull request #10192 from briancain/fixup-rsync-auto-option-docs
Add note about rsync__auto option
2018-09-07 10:27:24 -07:00
Brian Cain
b339d9edf3
(#10002) Add note about rsync__auto option 2018-09-07 10:09:56 -07:00
Robert Schulze
28771674d6 add Vagrant.version? helper method
to check Vagrant for a version match without raising an error.
2018-09-07 11:37:30 +02:00
Brian Cain
3ec55d2a51
Update CHANGELOG 2018-09-05 14:28:01 -07:00
Brian Cain
cf2de6d714
Merge pull request #10180 from briancain/powershell-cmd-fixup
vagrant powershell command fixup
2018-09-05 14:27:10 -07:00
Chris Roberts
147b5c653e Check verify_host_key for falsey or :never values when generating ssh config 2018-09-05 13:44:07 -07:00
Chris Roberts
1f74aedeaa Check for automatic checkpoint support before configuring
The AutomaticCheckpointsEnabled option may not always be available
depending on the version in use. Check for support before applying
the configured value. If automatic checkpoints are to be enabled
and support is not available, force an error.
2018-09-05 13:37:45 -07:00
Brian Cain
c3c65a3793
Fixup docs and website wording for command 2018-09-05 13:26:22 -07:00
Brian Cain
b1a0fa628f
Add subcommand docstring to powershell 2018-09-05 12:56:17 -07:00
Brian Cain
d6e43d3197
Include winrm locales 2018-09-05 11:00:45 -07:00
Chris Roberts
7a7ae59704 Update CHANGELOG 2018-09-04 08:03:34 -07:00
Chris Roberts
f50bf62cd1
Merge pull request #10165 from chrisroberts/f-has-plugin
Update Vagrant.has_plugin? helper to function prior to plugin loading
2018-09-04 08:02:29 -07:00
Sebastian Reuße
3efdc8960c vagrant init: Support VAGRANT_DEFAULT_TEMPLATE 2018-09-04 10:48:16 +02:00
Gabriel Filion
da600bc940 bash: complete running VM names for destroy subcommand
for some reason there is currently no completion at all for the destroy
subcommand. like the other commands already present in that code block,
destroy acts on currently running VMs and so it makes sense to complete
those names.
2018-09-03 04:00:47 -04:00
Chris Roberts
3ace82cc5b Update Vagrant.has_plugin? helper to function prior to plugin loading
Due to the Vagrantfile being loaded prior to plugin loading to determine
project local plugin information the Vagrant.has_plugin? helper will always
return false when the Vagrantfile is first loaded. To prevent this behavior
we can check for plugins in the plugin data files prior to the plugins
being loaded, and after they have been loaded we can fallback to the
original specification based check.
2018-08-31 14:03:42 -07:00
Brian Cain
07092bc36f
Update CHANGELOG 2018-08-31 11:04:09 -07:00
Brian Cain
f51176a101
Merge pull request #10140 from berney/fix-ansible-perm-issue
Fix ansible_local provisioner permission bug
2018-08-31 11:02:47 -07:00
Brian Cain
143d75a2bd
Update CHANGELOG 2018-08-31 10:40:17 -07:00
Brian Cain
3243f996b5
Merge pull request #8912 from tolbrino/fix/master/openbsd_ipv6
Add IPv6 network template for OpenBSD machines
2018-08-31 10:39:45 -07:00
Brian Cain
ac749db2d4
Update CHANGELOG 2018-08-31 10:04:58 -07:00
Brian Cain
11c619bff6
Merge pull request #10092 from jmaness/patch-1
[#10098] Filter out empty strings and loopback interfaces when constructing the list of network interfaces
2018-08-31 10:03:49 -07:00
Chris Roberts
e3df56be64
Merge pull request #10159 from bbrala/patch-1
Changelog missing version
2018-08-31 07:36:05 -07:00
Chris Roberts
9cc642f3bf Update vmware utility version 2018-08-31 07:18:09 -07:00
Björn Brala
96db54d23c
Changelog missing version
Seems in the rush to get a new version out, the changelog wasn't updated?
2018-08-31 09:20:09 +02:00
Chris Roberts
4647fc743e Update version for dev 2018-08-30 13:44:16 -07:00
Chris Roberts
e1e6755b19 Update website version 2.1.4 2018-08-30 13:43:18 -07:00
Chris Roberts
574ae312c9 Release v2.1.4 v2.1.4 2018-08-30 13:39:10 -07:00
Chris Roberts
e4da39c011 Update CHANGELOG 2018-08-30 11:34:04 -07:00
Chris Roberts
a5177f506d
Merge pull request #10156 from chrisroberts/f-smb-list-parse
Extract smblist information based on position
2018-08-30 11:32:45 -07:00
Chris Roberts
0208b5459f Update CHANGELOG 2018-08-30 11:30:47 -07:00
Chris Roberts
e24728cb5a
Merge pull request #10155 from chrisroberts/f-plugin-load-config
Reset internal environment after plugin load
2018-08-30 11:30:14 -07:00
Chris Roberts
e7eb03908e Update CHANGELOG 2018-08-30 11:29:45 -07:00
Chris Roberts
9204e41d61
Merge pull request #10154 from chrisroberts/f-local-plugin-prompt
Fix local plugin prompt and add coverage
2018-08-30 11:29:00 -07:00
Chris Roberts
c4084a6387 Extract smblist information based on position
Since we are no longer extracting information based on key value due
to localization issues, use start and end locations to extract data.
This prevents errors when extra information is included like Scope.
2018-08-30 10:58:56 -07:00
Chris Roberts
9b67655e45 Reset internal environment after plugin load
Force the vagrantfile and configuration loader to be rebuilt after
plugins have been loaded to properly allow newly introduced plugin
configurations to be properly supported within the Vagrantfile.
2018-08-30 10:44:09 -07:00
Chris Roberts
92109752a3 Fix local plugin prompt and add coverage 2018-08-30 10:35:16 -07:00
Chris Roberts
4974c14845 Update version for dev 2018-08-29 14:15:15 -07:00
Chris Roberts
0c356f526d Update website version 2.1.3 2018-08-29 14:14:48 -07:00
Chris Roberts
825e62087e Release v2.1.3 v2.1.3 2018-08-29 12:59:24 -07:00