Chris Roberts
cfde89b867
Fix error output on failure
2021-07-06 14:34:43 -07:00
Chris Roberts
199c4b1d01
Merge pull request #12442 from dcermak/remove-webmock
...
Remove no longer required gem webmock
2021-07-06 13:12:28 -07:00
Dan Čermák
db38599124
Remove no longer required gem webmock
...
This gem was added a long time ago and probably used to test the functionality
that is now provided by the vagrant_cloud gem
2021-07-06 16:22:24 +02:00
Chris Roberts
8069a236d2
Update CHANGELOG
2021-07-02 16:11:29 -07:00
Chris Roberts
067967650e
Merge pull request #12440 from chrisroberts/rocky
...
Add Rocky Linux guest support
2021-07-02 16:10:40 -07:00
Chris Roberts
a8c5980afb
Add Rocky Linux guest support
2021-07-02 15:32:48 -07:00
Chris Roberts
24a00ee3b3
Bump constraints on childprocess and net-scp
2021-07-02 14:45:32 -07:00
Chris Roberts
cd7226c7bb
Include rexml dependency
2021-07-02 14:38:25 -07:00
sophia
9cdad5f61a
Update CHANGELOG
2021-07-01 09:46:55 -05:00
Sophia Castellarin
90d327e51f
Merge pull request #12439 from dcermak/fix-opensuse-shutdown
...
Use systemctl poweroff in the background instead of shutdown
2021-07-01 09:45:30 -05:00
Dan Čermák
8ce38a639b
Use systemctl poweroff in the background instead of shutdown
...
We have started seeing occasional shutdown failures on openSUSE Tumbleweed with
Virtualbox inside a qemu virtual machine, where `shutdown -h now` would return
nil. While the machine is successfully turned off, the command fails and vagrant
reports an error.
This commit changes the shutdown command to launch in the background which
also triggers a shutdown, but always succeeds.
2021-07-01 09:31:50 +02:00
Chris Roberts
d46aeb994a
Update CHANGELOG
2021-06-29 13:12:49 -07:00
Chris Roberts
bbd1404c1e
Merge pull request #12437 from chrisroberts/line-buf-shell-util
...
Line buffer utility and shell provisioner usage
2021-06-29 13:11:19 -07:00
Chris Roberts
586014ba7d
Update CHANGELOG
2021-06-29 13:08:37 -07:00
Chris Roberts
32757d56e1
Merge pull request #12304 from grahamhub/issue-12191
...
implement --info flag for package cmd #12191
2021-06-29 13:07:47 -07:00
Chris Roberts
de8da71c41
Merge pull request #12431 from chrisroberts/ui-tests
...
Update tests to use real UI instance
2021-06-29 12:47:26 -07:00
Chris Roberts
9b232d0ff3
Add test coverage on line buffer util
2021-06-29 11:04:14 -07:00
Chris Roberts
aee58785b2
Add tests on provisioner to validate expected output behavior
2021-06-29 11:04:14 -07:00
Chris Roberts
b1ae4d88fb
Update shell provisioner usage of line buffer
2021-06-29 11:04:14 -07:00
Chris Roberts
6cc6b89dcf
Include line buffer util in autoloads
2021-06-29 11:04:14 -07:00
Chris Roberts
35de0d724e
Remove stringio usage from line buffer util, add max buffer length
2021-06-29 11:04:14 -07:00
sophia
b0ea641170
Update CHANGELOG
2021-06-29 11:12:33 -05:00
Sophia Castellarin
1fb517ac30
Merge pull request #12436 from soapy1/powershell-path
...
Get powershell path in %WINDIR%/System32
2021-06-29 11:11:48 -05:00
sophia
0a1b20bb07
Get powershell path in %WINDIR%/System32
2021-06-29 10:34:57 -05:00
Kendall Strautman
4cda84abc6
chore: upgrade react-head and deps ( #12433 )
2021-06-28 08:52:22 -07:00
sophia
3e5d6929bb
Update CHANGELOG
2021-06-28 10:09:26 -05:00
Sophia Castellarin
5349a4941d
Merge pull request #12428 from soapy1/check-win-credentials
...
Check Domain and Application Directory contexts for credentials when validating SMB creds
2021-06-28 10:08:32 -05:00
Rui Lopes
ef18b45786
ensure that the shell provisioner only emits complete output lines to the ui
...
partial lines are buffered until they are complete (have a line ending)
see https://github.com/hashicorp/vagrant/issues/11047
2021-06-25 15:58:24 -07:00
Chris Roberts
eb1327bf7e
Update CHANGELOG
2021-06-25 15:18:44 -07:00
Chris Roberts
1148658a53
Remove loops since only single device is desired
2021-06-25 15:16:56 -07:00
Chris Roberts
cb23f71e25
Merge pull request #12232 from rgl/fix-hyperv-guest-ip-detection
...
fix the hyperv guest ip detection by limiting the search to the vagra…
2021-06-25 15:15:49 -07:00
sophia
be0ede0de3
Update CHANGELOG
2021-06-24 10:10:16 -05:00
Sophia Castellarin
ca686e3192
Merge pull request #12413 from max-arnold/salt-bootstrap-win-fix
...
Use more conservative TLS settings to work on older .NET versions
2021-06-24 10:09:10 -05:00
Chris Roberts
3d0d0148e9
Update tests to use real UI instance
...
Replaces use of UI doubles within tests to use actual UI instance
to ensure calls are passing parameters correctly.
2021-06-23 14:04:48 -07:00
Chris Roberts
31957a9d71
Update CHANGELOG
2021-06-22 15:50:39 -07:00
Chris Roberts
ac958314ae
Merge pull request #12415 from chrisroberts/ssh-rsa-dep-fix
...
Flag RSA SHA1 deprecation when loading keys
2021-06-22 15:48:20 -07:00
Chris Roberts
56dfe5a0e9
Update CHANGELOG
2021-06-22 15:47:37 -07:00
Chris Roberts
eae6c1d022
Merge pull request #12419 from chrisroberts/fix-local-box-add
...
Fix local box add with relative path on Windows
2021-06-22 15:45:49 -07:00
Chris Roberts
170b60202d
Merge pull request #12424 from eltociear/patch-5
...
Fix typo in connect_networks_test.rb
2021-06-22 15:45:17 -07:00
Chris Roberts
abff7468d9
Update CHANGELOG
2021-06-22 15:44:29 -07:00
Chris Roberts
b64f94697a
Merge pull request #12427 from chrisroberts/ruby-3
...
Updates for Ruby 3.0
2021-06-22 15:43:25 -07:00
sophia
5981f141e3
Check Domain and Application Directory contexts for credentials when validating SMB creds
2021-06-22 17:14:25 -05:00
Zachary Shilton
1e6ce3b5f2
website: upgrade code-block ( #12426 )
...
* website: upgrade code-block
* website: bump to latest stable deps
2021-06-22 12:37:26 -04:00
Chris Roberts
e7a6f397da
Updates for Ruby 3.0
2021-06-21 15:57:46 -07:00
sophia
574e40a20f
Update CHANGELOG
2021-06-21 09:12:43 -05:00
Sophia Castellarin
750c95272d
Merge pull request #12421 from soapy1/retry-networks-setup-debian
...
Retry network setup on debain
2021-06-21 09:11:50 -05:00
Ikko Ashimine
c9db2ab9a1
Fix typo in connect_networks_test.rb
...
avaiable -> available
2021-06-19 23:27:05 +09:00
sophia
c815b82954
Update CHANGELOG
2021-06-17 15:38:10 -05:00
Sophia Castellarin
d584452f71
Merge pull request #12420 from soapy1/ansible-version-whitespace
...
Strip whitespace from ansible version
2021-06-17 15:35:28 -05:00
Chris Roberts
ec966b8996
Merge pull request #12410 from gilbertbw/patch-1
...
Update link to ansible installation instructions
2021-06-17 13:33:05 -07:00