Jeff Escalante
23de70e911
update dependencies + middleman-hashicorp
2018-03-06 19:04:08 -05:00
Jeff Escalante
a3c1677f42
prepend 'Vagrant' with 'HashiCorp'
2018-03-06 19:03:17 -05:00
Art Win
9c93e548af
the label changed in 2.0
2018-03-01 13:05:26 +02:00
Chris Roberts
04fdab961e
Update CHANGELOG
2018-02-28 12:13:53 -08:00
Chris Roberts
ae54756d1d
Merge pull request #9525 from chrisroberts/wsl-update
...
Support updated WSL implementation
2018-02-28 12:12:17 -08:00
Chris Roberts
8b7e501e50
Handle pathing in lxrun generated WSL instances better.
2018-02-28 10:08:01 -08:00
Chris Roberts
d6f4eef698
Don't include test files within gem package
2018-02-28 10:08:01 -08:00
Chris Roberts
bab940332c
Add a custom path location to ignore
2018-02-28 10:08:01 -08:00
Chris Roberts
48bb306d17
Update the wording to not assume latest WSL features
2018-02-28 10:08:01 -08:00
Chris Roberts
5f0d16a0e9
Include support for lxrun generated install
...
Adds compatibility support for legacy lxrun generated WSL installation
which is a single install at a known path location. This allows earlier
versions of Windows 10 to continue working as expected while still
supporting the recent updates allowing for multiple instances.
2018-02-28 10:08:01 -08:00
Sergii Bondarenko
cc82f96618
#9298 : Fix typos in comments to the code
2018-02-28 10:08:01 -08:00
Sergii Bondarenko
47a7f0817c
#9298 : Try to fallback to "powershell.exe" on WSL if "powershell" is not available
2018-02-28 10:08:01 -08:00
Sergii Bondarenko
c5fdd47a56
#9298 : Respect usernames with spaces
2018-02-28 10:08:01 -08:00
Sergii Bondarenko
6d08d1c5bf
#9298 : Improve error message when WSL rootfs cannot be found
2018-02-28 10:08:01 -08:00
Sergii Bondarenko
a1211caa9c
#9298 : Add debugging messages and explanations to the code
2018-02-28 10:08:01 -08:00
Sergii Bondarenko
62740e2240
#9298 : Increase stability of determination of a current WSL instance
2018-02-28 10:08:01 -08:00
Sergii Bondarenko
72664eafec
#9298 : Use a single-word distro name
2018-02-28 10:08:01 -08:00
Sergii Bondarenko
476981874b
#9298 : Compute a correct path to the current WSL instance
2018-02-28 10:08:01 -08:00
Brian Cain
caf43b7ef4
Update CHANGELOG
2018-02-28 08:08:48 -08:00
Brian Cain
ac37b67eca
Merge pull request #9518 from briancain/fix-package-cmd-wsl
...
Convert to windows path if on WSL during vbox export
2018-02-28 08:07:56 -08:00
Brian Cain
73a5a5a8c9
( #9059 ) Convert to windows path if on WSL during vbox export
...
Prior to this commit, the incorrect path was used when determining where
to export an ovf file during the `vagrant package` step. This commit
updates that by checking if vagrant is within WSL, and if so, convert
the path to a proper windows path to be used during the export.
Fixes #9059
2018-02-27 16:02:25 -08:00
Brian Cain
0b92123163
Merge pull request #9507 from briancain/fix-hyper-v-check
...
Fix Hyper-v and VirtualBox check
2018-02-26 14:54:51 -08:00
Brian Cain
fc30a8302c
Update CHANGELOG
2018-02-26 14:52:59 -08:00
Brian Cain
0bf14b5923
Update CHANGELOG
2018-02-26 14:52:19 -08:00
Brian Cain
007e6f49aa
Merge pull request #9302 from eyJhb/master
...
Fixed hostonly matching not respecting :name argument
2018-02-26 14:50:45 -08:00
Zachary Flower
1fc2129e0c
add new cli alias documentation
2018-02-26 13:41:38 -07:00
Zachary Flower
3dbcdea691
allow the alias file path to be defined via an environment variable
2018-02-25 22:32:13 -07:00
Zachary Flower
42f72e1099
some light changes per PR feedback
2018-02-25 22:21:16 -07:00
Brian Cain
f2954a64c6
Fix Hyper-v and VirtualBox check
...
Prior to this commit, the hyper-v and virtualbox system crash check
existed within the initialize function of the virtualbox provider. That
caused an issue when running with other providers, because the
virtualbox provider still gets initialized even if not used. This commit
changes that by placing the check inside of one of the virtualbox
provider actions that checks if virtualbox is installed and ready to
use. This action is action is used by the main vbox provider actions,
and should not be called when other providers are being used with
Vagrant.
2018-02-23 11:24:30 -08:00
Chris Roberts
3e01df47a4
Update CHANGELOG
2018-02-23 09:51:55 -08:00
Chris Roberts
a1529d5fbe
Merge pull request #8828 from mkhon/nfsv4-default-tcp
...
nfs_udp is false by default if using NFS v4
2018-02-23 09:50:49 -08:00
Chris Roberts
d0701fc95d
Merge pull request #9422 from pvalena/patch-1
...
Use 127.0.0.1 instead of localhost
2018-02-23 09:49:10 -08:00
Chris Roberts
07ee45796b
Update CHANGELOG
2018-02-23 09:42:22 -08:00
Chris Roberts
04ec3c26d7
Merge pull request #8735 from jhosteny/fix/debian_net_tools_deprecation_dhcp
...
Fix #8730 . Use 'ip route' in lieu of 'route' in debian dhcp template
2018-02-23 09:41:37 -08:00
Chris Roberts
89bdab8640
Merge pull request #9501 from dalvizu/patch-1
...
Add VirtualBox PATH export to WSL docs
2018-02-23 09:31:22 -08:00
Chris Roberts
26069d1788
Update CHANGELOG
2018-02-23 09:29:17 -08:00
Chris Roberts
00400c95d8
Merge pull request #9499 from chrisroberts/f-vc-urls
...
Update behavior of the authentication middleware
2018-02-23 09:28:04 -08:00
Chris Roberts
f30fa9c517
Update CHANGELOG
2018-02-23 09:27:43 -08:00
Chris Roberts
b5b5f8870a
Merge pull request #9472 from chrisroberts/e-sensitive-length
...
Ignore empty strings registered as sensitive
2018-02-23 09:26:38 -08:00
Chris Roberts
decb4d57cb
Update CHANGELOG
2018-02-23 09:25:52 -08:00
Chris Roberts
d6f4c75f40
Merge pull request #9344 from chrisroberts/e-dl-redirect-notify
...
Notify when host changes on redirect
2018-02-23 09:24:40 -08:00
Brian Cain
04d8f7defe
Merge pull request #9427 from clintharrison/fix/master/smb_sudoers_typo
...
Fix typo in macOS sudoers line
2018-02-22 15:21:56 -08:00
Chris Roberts
fc5ceafbcf
Only generate notice once
2018-02-22 14:49:44 -08:00
Brian Cain
b2efb2b67b
Update CHANGELOG
2018-02-22 12:59:34 -08:00
Brian Cain
2475c62b20
Merge pull request #9502 from briancain/override-box-version
...
Use provider override for box_version if given
2018-02-22 12:58:24 -08:00
Brian Cain
f022209181
Update CHANGELOG
2018-02-22 12:57:42 -08:00
Brian Cain
bba4978c13
Merge pull request #9470 from briancain/subprocess-frozen-windows-ps
...
Pass ruby block to capture stdout when determining PS version
2018-02-22 12:56:28 -08:00
Brian Cain
d1c3deb234
( #9452 ) Use provider override for box_version if given
...
Prior to this commit if an override was given for a box version, it
would be ignored. This commit ensures that the box_version override is
used when specified in a Vagrantfile.
2018-02-22 10:43:52 -08:00
Brian Cain
3844a8e9f9
( #9056 ) Pass ruby block to capture stdout when determining PS version
...
Prior to this commit, the function used to determine the version of
Powershell would loop forever inside the Subprocess.execute function
because the process would never exit. This commit fixes that by passing
in a ruby block to capture the version from stdout instead of trying to
capture it from the returned process when it exits.
2018-02-22 10:04:16 -08:00
Chris Roberts
ffa6d2810d
Remove end of line matcher from progress regexp
2018-02-22 09:46:24 -08:00