10052 Commits

Author SHA1 Message Date
Brian Cain
6fc522a03b Merge pull request #8781 from briancain/fix-rsync-auto-relative-folders
rsync-auto relative dirs from vagrantfile
2017-07-17 10:55:11 -07:00
Brian Cain
3661a73bec Update CHANGELOG 2017-07-17 10:50:56 -07:00
Brian Cain
b4087a5a93 Merge pull request #8786 from briancain/fixup-ssh-identity-file-pr
Use '-o IdentityFile=' instead of '-i'
2017-07-17 10:50:16 -07:00
Brian Cain
773c4fff13 Fixup util/ssh and ansible/provisioner tests 2017-07-17 10:21:26 -07:00
Brian Cain
c819beca52 Merge pull request #8763 from ogarcia/docs
Docs: fix path of Vagrant location for OSX
2017-07-17 09:14:23 -07:00
Tomoyuki Sakurai
bf7c34ab9d see if % is replaced with %% 2017-07-14 10:38:08 -07:00
Tomoyuki Sakurai
a76dfc7b37 as key is a file path, it must be quoted 2017-07-14 10:38:07 -07:00
Tomoyuki Sakurai
c9577d5967 update spec 2017-07-14 10:38:06 -07:00
Tomoyuki Sakurai
fe3674e169 another '-i' was used here 2017-07-14 10:34:57 -07:00
Tomoyuki Sakurai
35f83b6fed use '-o IdentityFile=' instead of '-i'
fixes ssh failure when path to the key contains '%'.
2017-07-14 10:34:57 -07:00
Brian Cain
4440056fff (#8770) rsync-auto relative dirs from vagrantfile
Prior to this commit, rsync-auto would not properly rsync realtive dirs
outside the cwd if defined in the Vagrantfile. This commit updates that
to ensure that the command looks at the Vagrant config to ensure that
folder was intended to be rsync'd to the machine even if outside the
current working dir.
2017-07-14 09:26:10 -07:00
Óscar García Amor
d0a3823fe8 Docs: fix path of Vagrant location for OSX 2017-07-08 17:03:06 +02:00
Brian Cain
4d30018665 Update version for dev 2017-07-07 16:58:44 -07:00
Brian Cain
df62f27e27 Update vagrant website version to 1.9.7 2017-07-07 16:22:16 -07:00
Brian Cain
6ac6adbeed Release v1.9.7 v1.9.7 2017-07-07 12:02:20 -07:00
Chris Roberts
7da2a5675c Update CHANGELOG 2017-07-07 11:53:13 -07:00
Chris Roberts
78f5c29d12 Merge pull request #8762 from chrisroberts/fix/box-name-uri-parse
Prevent URI parse errors when checking box name
2017-07-07 11:51:23 -07:00
Chris Roberts
cf92ad096b Update CHANGELOG 2017-07-07 11:49:05 -07:00
Chris Roberts
7e4a34c323 Merge pull request #8761 from chrisroberts/communicator/win-ssh-tmp
WinSSH communicator updates
2017-07-07 11:46:53 -07:00
Chris Roberts
da1b5765c7 Prevent URI parse errors when checking box name
Fixes #8758
2017-07-07 11:43:16 -07:00
Chris Roberts
36a50f4d69 Allow a bit more time for process to get started 2017-07-07 11:26:32 -07:00
Chris Roberts
cef38eefd0 Add public key capability to Windows guests for winssh communicator 2017-07-07 11:26:32 -07:00
Chris Roberts
bcc09e10e6 Make upload directory for winssh communicator configurable
Fixes #8731
2017-07-07 11:04:37 -07:00
Brian Cain
c6e9a9a5b7 Update CHANGELOG 2017-07-06 15:50:19 -07:00
Brian Cain
1bcba57eb7 Merge pull request #8756 from briancain/rsync-auto-docker-provider-fixes
Only rsync-auto current working dir with docker provider
2017-07-06 15:49:34 -07:00
Brian Cain
b1548a2eb6 (#5160) Only rsync-auto current working dir with docker provider
Prior to this commit, when users invoked the `rsync-auto` command using
the docker provider with boot2docker, vagrant would rsync all known
containers using the boot2docker vm rather than the current working dir.
This commit updates that behavior to ensure that only the current
working dirs vagrant machines will be rsynced.
2017-07-06 15:05:42 -07:00
Chris Roberts
4f7938726e Update CHANGELOG 2017-07-06 12:42:45 -07:00
Chris Roberts
e4b6ac70a6 Add VAGRANT_PREFERRED_PROVIDERS to environment variables documentation page 2017-07-06 12:41:16 -07:00
Chris Roberts
4ce0ee1a7d Add debug output when detecting provider for environment. 2017-07-06 12:30:57 -07:00
Chris Roberts
a55c169691 Merge pull request #8558 from agriffis/provider-priorities
RFC: VAGRANT_PREFERRED_PROVIDERS
2017-07-06 12:30:18 -07:00
Chris Roberts
925daa69c7 Update CHANGELOG 2017-07-06 10:16:32 -07:00
Chris Roberts
8dbb5d55a4 Merge pull request #8749 from chrisroberts/platform/cygwin-detection
Remove PATH based cygwin detection
2017-07-06 10:15:30 -07:00
Chris Roberts
1c1a791226 Update CHANGELOG 2017-07-05 15:37:54 -07:00
Chris Roberts
f700b111ce Merge pull request #8695 from jen20/smartos-nfs
guests/smartos: Add/fix various guest capabilities
2017-07-05 15:28:42 -07:00
Chris Roberts
d0b5a8f76c Merge pull request #8750 from briancain/maint/fix-typo
Fix rsync-auto typo
2017-07-05 15:24:32 -07:00
Chris Roberts
2bc2f97204 Merge pull request #8753 from letla/fix-typo-in-docs
Fix typo in docs
2017-07-05 15:23:46 -07:00
Letla Fox
3664f527ec Fix typo in docs
- surpress -> suppress
2017-07-05 06:45:50 +09:00
Brian Cain
da1c2f7dc0 Fix rsync-auto typo 2017-07-03 15:22:32 -07:00
Chris Roberts
954569d1fc Remove PATH based cygwin detection
Detecting cygwin via PATH contents can result in false positives
resulting in errors when using Vagrant on Windows outside of a
cygwin shell. Use environment based detection instead.
2017-07-03 14:40:27 -07:00
Brian Cain
0ff65a249c Update CHANGELOG 2017-06-30 14:38:26 -07:00
Brian Cain
ec389cd80b Merge pull request #8740 from briancain/use-explicit-tee-path
Invoke tee from specific path
2017-06-30 14:37:00 -07:00
Chris Roberts
46c29b43f9 Merge pull request #8737 from chrisroberts/website/link-fixes
Fix removed links and atlas references
2017-06-30 13:32:58 -07:00
Brian Cain
864340ec58 Invoke tee from specific path
This commit updates the use of `tee` to use an explicit path when
invoked rather than relying on where `tee` has been defined in a users
PATH.
2017-06-29 16:11:18 -07:00
Chris Roberts
7ddb167562 Fix removed links and atlas references 2017-06-29 08:46:31 -07:00
Chris Roberts
69625628c7 Bump version for new development 2017-06-29 07:50:20 -07:00
Chris Roberts
2c36c835c5 Update download version to 1.9.6 2017-06-29 07:47:58 -07:00
Chris Roberts
8ac7123bd5 Release v1.9.6 v1.9.6 2017-06-28 10:31:24 -07:00
Brian Cain
17a8c157cb Update CHANGELOG 2017-06-28 08:42:22 -07:00
Brian Cain
0225d63055 Merge pull request #8722 from briancain/add-post-setup-proc-for-docker
Add post-install provisioner to docker provisioner
2017-06-28 08:32:23 -07:00
Chris Roberts
f42279508d Reset plugin constraint on update if explicit version set 2017-06-28 07:24:32 -07:00