Dan Čermák
c4ced5459d
Add fallback for SLE 11 guest machines
...
SLE 11 does not ship systemd and then using systemctl poweroff does not
work. Therefore we fall back to using /sbin/shutdown for machines without
systemd.
This fixes https://github.com/hashicorp/vagrant/issues/12487
2021-08-06 12:55:32 +02:00
Mike Wickett
a766c16529
chore: upgrade react-consent-manager ( #12481 )
2021-08-02 12:23:01 -04:00
Bryce Kalow
9bbda1f42b
web: migrate to web platform- packages ( #12462 )
2021-07-27 16:10:17 -05:00
Chris Roberts
339e88dfb2
Update files for new development
2021-07-27 09:18:39 -07:00
Chris Roberts
52857ccac9
Release 2.2.18
v2.2.18
2021-07-27 09:16:42 -07:00
Chris Roberts
7441d2519a
Update CHANGELOG
2021-07-27 08:23:39 -07:00
Chris Roberts
868c5fc633
Merge pull request #12472 from chrisroberts/hyperv-net
...
Use detected device when iterating over available addresses
2021-07-27 08:18:17 -07:00
Chris Roberts
30d7454c72
Merge pull request #12469 from chrisroberts/vc-constraint
...
Bump vagrant_cloud dependency constraint minimum
2021-07-27 08:13:51 -07:00
Chris Roberts
a02b9b6b2f
Use detected device when iterating over available addresses
2021-07-27 08:07:39 -07:00
Chris Roberts
42ecc62c25
Bump vagrant_cloud dependency constraint minimum
2021-07-22 16:01:02 -07:00
Noel Quiles
fc9f5b8ee6
[Website] Bump hashi-stack-menu ( #12454 )
2021-07-12 17:13:48 -04:00
sophia
aa9b1eba1c
Update CHANGELOG
2021-07-12 13:27:17 -05:00
Sophia Castellarin
e2b7a9cd60
Merge pull request #12449 from soapy1/windows-docker-process
...
Pass in docker command opts as a map
2021-07-12 13:25:11 -05:00
sophia
59f24e5d03
Update CHANGELOG
2021-07-12 13:18:04 -05:00
Sophia Castellarin
3c4ac0253b
Merge pull request #12452 from pedrofurtado/patch-1
...
Fix of error "install_plugin: wrong number of arguments (given 2, expected 1) (ArgumentError)" after upgrade to Vagrant 2.2.17
2021-07-12 13:15:31 -05:00
Chris Roberts
84d3a5fe47
Update compose tests to pass fully through Util::Subprocess
2021-07-12 09:54:56 -07:00
Pedro Furtado
a8e00cb01d
Update environment.rb
2021-07-09 21:32:22 -03:00
Sophia Castellarin
22bcb12569
Merge pull request #12451 from soapy1/test-run-tests
...
Test run tests
2021-07-09 13:53:48 -05:00
sophia
712785d93d
Run on multiple facilities
2021-07-09 13:49:54 -05:00
sophia
04977677f1
Pass in docker command opts as a map
2021-07-08 12:15:06 -05:00
Chris Roberts
4e6c17062f
Update files for new development
2021-07-07 13:02:13 -07:00
Chris Roberts
6aa0e00adb
Release 2.2.17
v2.2.17
2021-07-07 12:59:25 -07:00
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