13460 Commits

Author SHA1 Message Date
sophia
de28cec95f Add mount options cap for smb 2020-08-19 15:00:40 -05:00
sophia
cde39e26ba Make mount options a synced_folder capability 2020-08-19 15:00:40 -05:00
sophia
afd2a28f60 Add synced_folder_capability 2020-08-19 15:00:40 -05:00
Chris Roberts
2063111ab5
Merge pull request #11820 from chrisroberts/e-listen-constraint
Relax constraint on listen dependency
2020-08-12 12:32:04 -07:00
Chris Roberts
9165f13c82 Relax constraint on listen dependency 2020-08-12 10:51:00 -07:00
Chris Roberts
9df48ba345 Update CHANGELOG 2020-08-12 09:08:01 -07:00
Chris Roberts
e9ece2ab58
Merge pull request #11814 from chrisroberts/f-dep-warns
Updates to address all Ruby deprecations and warnings
2020-08-12 09:07:10 -07:00
Chris Roberts
e516ba5c96 Update CHANGELOG 2020-08-12 07:58:35 -07:00
Chris Roberts
42a05bf89b
Merge pull request #11810 from chrisroberts/f-host-port-valid
Log warning on unknown host_ip for port forwards
2020-08-12 07:56:57 -07:00
Chris Roberts
5e53d73a39
Merge pull request #11818 from topfunky/docs/learn-redirects
Use correct redirects to Learn
2020-08-12 07:55:20 -07:00
Chris Roberts
f02e5c1aa6 Update utility version 1.0.11 2020-08-11 19:07:22 -07:00
Geoffrey Grosenbach
3f49e995a1 Use correct redirects to Learn
These redirects match the new collections URLs at Learn.

It also fixes the splat redirect which will handle most paths that need to be sent to Learn.
2020-08-11 17:26:23 -07:00
Sophia Castellarin
22db0bb551
Merge pull request #11813 from soapy1/vmware-docs
Clean up vmware docs
2020-08-11 14:54:54 -05:00
Chris Roberts
9d6b415222
Merge pull request #1 from soapy1/deprecation-warnings
Fix a few deprecation warnings for ruby 2.7
2020-08-10 14:56:08 -07:00
sophia
e7e956ca12 Fix a few deprecation warnings for ruby 2.7 2020-08-10 16:32:54 -05:00
Chris Roberts
203ebf59ad Update minimum Ruby constriant to 2.5 2020-08-10 13:05:41 -07:00
Chris Roberts
5003bb6e15 Updates to address all Ruby deprecations and warnings
This includes updates for resolving all warnings provided by Ruby
for deprecations and/or removed methods. It also enables support
for Ruby 2.7 in the specification constraint as all 2.7 related
warnings are resolved with this changeset.
2020-08-10 13:05:41 -07:00
sophia
78d56f807c Clean up vmware docs 2020-08-10 09:57:46 -05:00
Chris Roberts
98ffa4add0 Speed up open port detection 2020-08-07 16:38:15 -07:00
Chris Roberts
05a3e122fb Only warn when configured host IP is not found on local device 2020-08-07 16:38:15 -07:00
sophia
99fdfa1759 Update CHANGELOG 2020-08-07 17:44:02 -05:00
Sophia Castellarin
5135bdfc2e
Merge pull request #11809 from soapy1/fix-secure-boot
Fix if statement to use '-and' syntax
2020-08-07 17:43:34 -05:00
sophia
e3223b67ff Fix if statement to use '-and' syntax
Docs for powershell:
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_logical_operators?view=powershell-7
2020-08-07 17:24:49 -05:00
Chris Roberts
e844490bac Update CHANGELOG 2020-08-07 15:19:05 -07:00
Chris Roberts
786273c1ab
Merge pull request #11795 from LachlanArthur/smb-credential-check-2
Fix SMB credential checks
2020-08-07 15:17:58 -07:00
Chris Roberts
75253b41bb
Merge pull request #11793 from jbonhag/e/guest-platform
Pass guest platform into spec runner
2020-08-07 10:54:38 -07:00
sophia
dcf525f2d9 Update CHANGELOG 2020-08-07 11:20:02 -05:00
Sophia Castellarin
a2811909be
Merge pull request #11618 from jbonhag/fix/empty-box
Treat an empty box value as invalid
2020-08-07 11:18:33 -05:00
sophia
386a5b0751 Update CHANGELOG 2020-08-07 11:11:39 -05:00
Sophia Castellarin
be10e060e6
Merge pull request #11732 from soapy1/detach-from-subprocess
Detach from subprocess
2020-08-07 11:11:03 -05:00
sophia
305b6fa74f Update CHANGELOG 2020-08-07 10:58:55 -05:00
Sophia Castellarin
e3b0784272
Merge pull request #11704 from soapy1/change-host-name-cap-arch
Make alt + arch + atomic-host +debian + gentoo + slackware + pld + photon + rhel +suse guests respect hostname network config option
2020-08-07 10:58:05 -05:00
sophia
f19349c3de Update CHANGELOG 2020-08-07 10:57:19 -05:00
Sophia Castellarin
bedd141381
Merge pull request #11721 from jbonhag/f/ssh-nil-exit-status
Raise an error on nil exit status
2020-08-07 10:55:58 -05:00
sophia
f260aa5cad Update CHANGELOG 2020-08-07 10:53:54 -05:00
Sophia Castellarin
2d59b4f8dd
Merge pull request #11807 from soapy1/sanatize-mount-command
Capture escape character [3J
2020-08-07 10:53:01 -05:00
Chris Roberts
c91a684984 Update CHANGELOG 2020-08-07 08:44:09 -07:00
Chris Roberts
211aa73c0e
Merge pull request #11014 from camjjack/hyper-v-enhanced-session-transport-type
hyper-v: add support for EnhancedSessionTransportType.
2020-08-07 08:42:49 -07:00
cam
67fdc3855f HyperV - Adding ability to disable Enhanced session transport type 2020-08-06 16:04:21 -07:00
Cameron Jack
41948a1ca9 Moving hyper-v enhanced session message to I18n 2020-08-06 16:04:21 -07:00
cam
f6875818dc Hyperv: moving session transport type config from string to boolean for enhanced mode aka HvSocker 2020-08-06 16:04:17 -07:00
cam
3dd7c89bf0 hyper-v: Hyper-V: add support for EnhancedSessionTransportType. Addresses #9823 2020-08-06 16:02:26 -07:00
sophia
de1e2989a5 Update CHANGELOG 2020-08-06 16:42:48 -05:00
Sophia Castellarin
4269e5a9c8
Merge pull request #11621 from dcermak/bump_deps
Bump version of net-ssh to ~> 6.0 and net-sftp to ~> 3.0
2020-08-06 16:41:17 -05:00
Dan Čermák
af3053bbdf Bump version of net-ssh to ~> 6.0 and net-sftp to ~> 3.0 2020-08-06 16:34:19 -05:00
sophia
1d28b15a6a Update CHANGELOG 2020-08-06 16:29:38 -05:00
Sophia Castellarin
c17ba03904
Merge pull request #11773 from soapy1/cloud-init-wait-action
Add cloud init wait action
2020-08-06 16:28:45 -05:00
sophia
6341563e84 Allow Linux RDP cap detach from rdp process for consistency 2020-08-06 16:19:11 -05:00
sophia
b4c587121d Update CHANGELOG 2020-08-06 16:17:43 -05:00
Sophia Castellarin
3708c86e6c
Merge pull request #11717 from soapy1/update-childprocess
Update childprocess to 4.0.0
2020-08-06 16:17:03 -05:00