Gilles Cornu
4471bc48fb
Update CONTRIBUTING.md (and related stuff)
...
Motivated by https://twitter.com/mitchellh/status/996381507756294144
[skip ci]
2018-05-16 11:50:37 +02:00
Brian Cain
f110d15c93
Update CHANGELOG
2018-05-11 16:42:07 -07:00
Brian Cain
c6cd8f1e9a
Merge pull request #9829 from briancain/add-suspend-global
...
Introduce flag for suspending all machines
2018-05-11 16:41:24 -07:00
Brian Cain
aebf20b35c
Update CHANGELOG
2018-05-11 16:41:00 -07:00
Brian Cain
5981ea2c28
Merge pull request #9824 from briancain/fix-netplan-network-renderer
...
Update netplan config generation to detect NetworkManager
2018-05-11 16:39:52 -07:00
Brian Cain
5ca382727d
Raise error if argument is provided with `--all-global` flag
...
This commit raises an error if additional arguments are provided to the
suspend command when the `--all-global` flag is used.
2018-05-11 15:43:14 -07:00
Brian Cain
aa5687cd14
( #7221 ) Introduce flag for suspending all machines
...
This commit introduces a new flag to the suspend command,
`--all-global`, which will suepend all vms both locally and globally.
2018-05-11 10:15:48 -07:00
Chris Roberts
ba75a03028
Create CODE_OF_CONDUCT.md
2018-05-11 09:01:00 -07:00
Brian Cain
728a9135c8
( #9726 ) Update netplan config generation to detect NetworkManager
...
Prior to this commit, when setting up private networks on Ubuntu using
netplan, it assumed that the guest was using systemd, the suggested
default tool to manage networking, and did not take into account devices
that could be managed with NetworkManager. This commit fixes that by
looking at the devices managed on the guest to see if its managed by
NetworkManager, and if so, use that renderer for netplan instead of
networkd.
2018-05-10 13:02:05 -07:00
Brian Cain
02c207b42e
Merge pull request #9817 from jkohrman/master
...
Add link to privacy policy in website footer
2018-05-09 11:32:12 -07:00
Jeff Kohrman
7d1b9eed17
Add link to privacy policy in website footer
...
Added link to updated privacy policy in footer of `layout.erb` for the OSS website.
2018-05-09 12:16:58 -06:00
Chris Roberts
4fe840d380
Update CHANGELOG
2018-05-09 09:06:33 -07:00
Brian Cain
ad10997049
Update CHANGELOG
2018-05-09 09:04:18 -07:00
Brian Cain
e6905501de
Merge pull request #9692 from cyungmann/propagate-unset-guestpath
...
propagate unset guestpath
2018-05-09 08:58:21 -07:00
Chris Roberts
0b963a5213
Merge pull request #9808 from chrisroberts/f-vagrant-plugin-loading
...
Vagrant plugin updates
2018-05-09 08:37:04 -07:00
Chris Yungmann
7fb9d3eb4f
propagate unset guestpath
2018-05-08 22:51:30 -05:00
Chris Roberts
91018d4edc
Remove existing items from request set prior to installation
2018-05-08 13:52:23 -07:00
Chris Roberts
d58096da31
Update plugin loading to prevent error suppression
...
Only catch exception types we care about when attempting to load
plugins. If no require call is successful, force an exception
instead of ignoring.
2018-05-08 13:47:31 -07:00
Chris Roberts
1bba1f86bb
Disable plugins on plugin commands but allow init when listing
2018-05-08 13:46:44 -07:00
Chris Roberts
addc7576cc
Update version for dev
2018-05-07 16:40:18 -07:00
Chris Roberts
27fd56de74
Update website vagrant version 2.1.1
2018-05-07 16:38:46 -07:00
Chris Roberts
b95e42ad6f
Release 2.1.1
2018-05-07 15:08:55 -07:00
Chris Roberts
3f91b39607
Update CHANGELOG
2018-05-07 13:26:12 -07:00
Chris Roberts
3bcdd2901b
Merge pull request #9800 from chrisroberts/e-vbox-builtin
...
Support VirtualBox shared folders using builtin kernel module
2018-05-07 13:24:50 -07:00
Chris Roberts
9114a1ac80
Update CHANGELOG
2018-05-07 13:09:32 -07:00
Chris Roberts
0a523bc12b
Merge pull request #9785 from chrisroberts/f-smb-list
...
Use net.exe to fetch SMB shares when Get-SmbShare is not available
2018-05-07 13:07:47 -07:00
Chris Roberts
c571249000
Support VirtualBox shared folders using builtin kernel module
...
Check error output if initial mount command fails to determine if
the builtin module should be used for mounting instead.
2018-05-07 13:02:19 -07:00
Brian Cain
1e857eb360
Update CHANGELOG
2018-05-07 12:25:07 -07:00
Brian Cain
e75260d471
Merge pull request #9799 from briancain/guard-trigger-calls
...
Ensure internal trigger fire does not get called if plugin installed
2018-05-07 12:24:34 -07:00
Brian Cain
a177bcf4b7
Ensure internal trigger fire does not get called if plugin installed
...
This commit wraps up the internal machine action level trigger calls if
the community vagrant-trigger plugin is installed.
2018-05-07 11:33:55 -07:00
Brian Cain
83d102e708
Merge pull request #9793 from rgl/patch-2
...
reword the triggers only_on documentation
2018-05-07 09:30:19 -07:00
Brian Cain
bf095a8525
Merge pull request #9792 from rgl/patch-1
...
Update configuration.html.md
2018-05-07 09:25:25 -07:00
Chris Roberts
e9f9bc75af
Update CHANGELOG
2018-05-07 07:59:43 -07:00
Chris Roberts
faf7f00a4e
Merge pull request #9781 from chrisroberts/f-hyperv-switch
...
Update script parameter name in option to switchid
2018-05-07 07:58:49 -07:00
Chris Roberts
de1c28aad0
Remove files url from example
2018-05-07 07:27:01 -07:00
Rui Lopes
f3b377bd5c
reword the triggers only_on documentation
2018-05-06 20:25:46 +01:00
Rui Lopes
a3175259db
Update configuration.html.md
...
fix typos
2018-05-06 20:23:20 +01:00
Brian Cain
dcffe56b74
Update CHANGELOG
2018-05-04 15:01:33 -07:00
Brian Cain
f43cacd36a
Merge pull request #9784 from briancain/move-trigger-obj-init
...
Move triggers object init in machine
2018-05-04 15:00:19 -07:00
Brian Cain
092e73d87f
( #9775 ) Move triggers object init in machine
...
Prior to this commit, the hyper-v provider called an action on a machine
that hadn't fully finished initializing. This commit fixes that by
moving up the initialization of the triggers object next to the rest of
the instance variables of the machine object.
2018-05-04 14:32:57 -07:00
Chris Roberts
7a4150dc3f
Use net.exe to fetch SMB shares when Get-SmbShare is not available
...
Fixes #9547
2018-05-04 14:07:33 -07:00
Brian Cain
09be82f1e2
Merge pull request #9778 from OverByThere/patch-1
...
Syntax error for running remote script
2018-05-04 09:08:56 -07:00
Brian Cain
8c6e574e8a
Merge pull request #9777 from rquadling/patch-1
...
Update usage.html.md
2018-05-04 09:08:03 -07:00
Chris Roberts
2730fe7ec9
Update script parameter name in option to switchid
...
Fixes #9774
2018-05-04 08:55:18 -07:00
Dan Clarke
4b99e5676d
Syntax error for running remote script
...
I either got:
`syntax error, unexpected ':', expecting '}` or `wrong number of arguments (given 1, expected 0) (ArgumentError)` until I added the `=` in.
2018-05-04 15:44:31 +01:00
Richard Quadling
3da8f57d6e
Update usage.html.md
...
Show a `before` and an `after`.
2018-05-04 15:31:27 +01:00
Chris Roberts
6152f2aa0e
Update version for dev
2018-05-03 14:20:44 -07:00
Chris Roberts
0af7ccd2ee
Update website vagrant version 2.1.0
2018-05-03 14:16:03 -07:00
Chris Roberts
4eaa045f42
Release v2.1.0
2018-05-03 12:54:04 -07:00
Chris Roberts
f5bb95491e
Update CHANGELOG
2018-05-03 12:43:22 -07:00