Chris Roberts
724b18aaea
Merge pull request #8526 from chrisroberts/fix/ssh-econnaborted
...
Retry SSH connection on Errno::ECONNABORTED
2017-04-25 14:36:15 -07:00
Chris Roberts
2acded113c
Retry SSH connection on Errno::ECONNABORTED
...
In some cases the SSH connection may be aborted while waiting
for setup. This includes aborted connections in the list of
applicable exceptions to retry on while waiting for the connection
to become available.
Fixes #8520
2017-04-25 13:38:24 -07:00
Chris Roberts
5fa23c42dd
Update CHANGELOG
2017-04-25 09:32:41 -07:00
Chris Roberts
cbcddaab75
Merge pull request #8506 from chrisroberts/fix/etc-hosts
...
Remove comment removal from /etc/hosts file on guests
2017-04-25 09:31:22 -07:00
Chris Roberts
769c49f205
Bump version for new development
2017-04-24 14:24:29 -07:00
Chris Roberts
aa70f3a43c
Update download version to 1.9.4
2017-04-24 14:19:11 -07:00
Chris Roberts
cd6c1705b9
Release v1.9.4
2017-04-24 12:53:45 -07:00
Chris Roberts
b195037c85
Update CHANGELOG
2017-04-24 08:54:53 -07:00
Chris Roberts
3fabe90f36
Merge pull request #8504 from chrisroberts/fix/win-unc-paths
...
Do not prefix Windows paths if UNC prefix already exists
2017-04-24 08:47:42 -07:00
Chris Roberts
6a49daab61
Merge pull request #8507 from JKapitein/patch-1
...
Remove duplicate line
2017-04-21 09:51:46 -07:00
JKapitein
9ac12f5227
Remove duplicate line
2017-04-21 14:19:51 +02:00
Chris Roberts
e62d71b645
Remove comment removal from /etc/hosts file on guests
...
Fixes : #7794
2017-04-20 17:07:56 -07:00
Chris Roberts
a8b2f78f59
Do not prefix Windows paths if UNC prefix already exists
...
While VirtualBox has commented that they do not support UNC remote
paths (but do for long paths) it seems that remote paths can work.
If user provides UNC path, allow it to be used as-is.
Fixes #7011
2017-04-20 16:33:38 -07:00
Chris Roberts
3e0f21bd7f
Update CHANGELOG
2017-04-20 16:11:05 -07:00
Chris Roberts
60187f2b17
Merge pull request #8503 from chrisroberts/fix/box-add-spaces
...
Unescape url to provide actual local path when adding box
2017-04-20 16:10:01 -07:00
Chris Roberts
d3bd9568a4
Update CHANGELOG
2017-04-20 16:09:41 -07:00
Chris Roberts
0e89fdf182
Merge pull request #8498 from chrisroberts/win/spaces
...
Quote exec_path to properly handle spaces in path
2017-04-20 16:08:24 -07:00
Chris Roberts
c935aeca93
Update CHANGELOG
2017-04-20 16:07:49 -07:00
Chris Roberts
c963532d6e
Use configured upload path for winssh communicator
2017-04-20 16:05:41 -07:00
Chris Roberts
c2a3978925
Merge pull request #8497 from chrisroberts/fix/docker-port-check
...
Support port checker methods which only accept the host port
2017-04-20 16:05:32 -07:00
Chris Roberts
7d1c77f523
Unescape url to provide actual local path when adding box
...
Fixes #6825
2017-04-20 15:37:08 -07:00
Chris Roberts
82e268a3e2
Quote exec_path to properly handle spaces in path
...
Fixes #7234
2017-04-19 12:23:55 -07:00
Chris Roberts
82ca8f8058
Support port checker methods which only accept the host port
...
When calling the port_checker an arity check is done to determine
if the helper accepts the host_ip and host_port or only the host_port.
Fixes #8423
2017-04-19 10:49:27 -07:00
Chris Roberts
61c556ff90
Update CHANGELOG
2017-04-18 14:03:05 -07:00
Chris Roberts
c085901c72
Merge pull request #8495 from chrisroberts/fix/ssh-comm-empty-data
...
communicator/ssh: Do not pass empty data to registered blocks
2017-04-18 14:01:24 -07:00
Chris Roberts
067a0a5d0d
communicator/ssh: Do not pass empty data to registered blocks
...
Prevent sending empty data strings to defined blocks handling
stderr and stdout output. These can occur when the garbage
marker is identified and collected data pruned, but no remaining
data is left to send.
Fixes #8259
2017-04-18 13:33:19 -07:00
Seth Vargo
26f59f1b05
Update logos
2017-04-18 13:59:09 -04:00
Seth Vargo
ded46dc71f
Update terminal
2017-04-18 13:54:25 -04:00
Chris Roberts
a901c7baa8
Update CHANGELOG
2017-04-17 14:42:18 -07:00
Chris Roberts
a7a904f30f
Update CHANGELOG
2017-04-17 14:38:30 -07:00
Chris Roberts
4d0ecc14f7
Merge pull request #7797 from lukebakken/features/lrb/better-windows-admin-detection
...
Improve user permission detection on Windows
2017-04-17 14:37:43 -07:00
Chris Roberts
7097a485bf
Update CHANGELOG
2017-04-17 08:22:29 -07:00
Chris Roberts
232a44f46d
Merge pull request #8485 from chrisroberts/communicators/win-ssh
...
Add winssh communicator
2017-04-17 08:21:33 -07:00
Chris Roberts
a541893e19
Update CHANGELOG
2017-04-16 14:18:36 -07:00
Chris Roberts
e52821364a
Merge pull request #8407 from gh2k/gentoo-systemd
...
Add support for gentoo guests that use systemd
2017-04-16 14:17:19 -07:00
Chris Roberts
3520e5b702
Update CHANGELOG
2017-04-16 08:24:06 -07:00
Chris Roberts
9c127a4401
Merge pull request #8443 from anandsuresh/feature/freebsd-chef-installed
...
Add chef_install(ed?) guest capability for freebsd
2017-04-16 08:23:16 -07:00
Chris Roberts
87187cfd88
Update CHANGELOG
2017-04-16 08:17:30 -07:00
Chris Roberts
1a17d829f5
Merge pull request #8472 from derks/elementary-guest
...
Support for Elementary OS 0.4 - Issue #8471
2017-04-16 08:16:06 -07:00
Chris Roberts
76d5850a84
Update CHANGELOG
2017-04-16 08:14:32 -07:00
Chris Roberts
38a5f7c873
Merge pull request #8310 from tsmolka/patch-guest-esxi
...
guests/esxi: Added public_key capability
2017-04-16 08:13:26 -07:00
Chris Roberts
2c9cd87a71
Remove unused configuration options
2017-04-16 08:08:22 -07:00
Chris Roberts
c042fa8b24
Add configuration documentation for winssh communicator
2017-04-16 08:02:39 -07:00
Chris Roberts
b35c68eacc
Allow sudo wrapping but default to no-op
2017-04-16 07:59:29 -07:00
Chris Roberts
c56acfab94
Add WinSSH communicator
2017-04-15 07:12:58 -07:00
Chris Roberts
74e88fd27e
Merge pull request #8482 from slackpad/patch-1
...
Update 404.html.md
2017-04-14 10:32:15 -07:00
James Phillips
6bae7e3768
Update 404.html.md
2017-04-14 09:04:05 -07:00
Chris Roberts
ca1e7b9a6b
Update CHANGELOG
2017-04-13 12:38:46 -07:00
Dafydd Jones
71216cf4f9
update latest salt minion version for windows
2017-04-13 12:36:45 -07:00
BJ Dierkes
9d445f8675
Removing CHANGELOG Entry Per Reviewer Request
2017-04-12 20:30:01 -05:00