Justin Campbell
161cf35884
website: Fix Vagrant Cloud API examples
...
When using Turbolinks to navigate between docs pages, the document ready event never fired and all language examples were shown. This should fix the issue without needed a refresh/example menu click.
2017-12-06 15:03:11 -05:00
Alexander von Gluck IV
263a2c4d9b
haiku: Improve capabilities. (public keys, halt)
2017-12-05 18:19:15 -06:00
Brian Cain
a22b13034d
Update CHANGELOG
2017-12-05 14:04:51 -08:00
Brian Cain
c3a4f8d72a
Merge pull request #7805 from kallisti5/master
...
Add support for the Haiku operating system
2017-12-05 14:03:43 -08:00
Brian Cain
e98b72d2c5
Update CHANGELOG
2017-12-01 13:07:36 -08:00
Brian Cain
d93b5a9c75
Merge pull request #9237 from briancain/update-vbox-support-docs
...
Include virtualbox 5.2.x as supported in docs
2017-12-01 13:06:40 -08:00
Brian Cain
f0fa6371a3
Include virtualbox 5.2.x as supported in docs
2017-12-01 09:01:01 -08:00
David Manouchehri
3bf41e8c2b
Remove outdated statement. Windows and macOS use native Docker by default (see 05b6cdab6c
).
2017-11-29 19:15:37 -05:00
Matthias Haag
9807abe498
Adjusted test to work with new implementation
2017-11-22 11:28:30 +01:00
Matthias Haag
a139dd2b59
use basename for setting hostname
2017-11-22 11:09:51 +01:00
Andrew Pennebaker
2b87d12925
dragonflybsd: extend FreeBSD
...
Reuse FreeBSD guest code for installing rsync, etc., as dragonfly- and freebsd are very similar, especially with regard to package management.
2017-11-19 19:41:25 -06:00
Zachary Flower
abb1149190
Raise an exception when the template cannot be found, and update tests accordingly
2017-11-17 12:20:03 -07:00
Zachary Flower
968fbb2399
Update `init` command unit tests to reflect new --template option
2017-11-17 12:02:23 -07:00
Zachary Flower
14d596f08e
Add --template option to init command, with graceful fallback to default Vagrantfile template behavior
2017-11-17 11:30:10 -07:00
Justin Campbell
bcf3a4b3d1
Update CHANGELOG.md
2017-11-15 14:21:18 -05:00
Justin Campbell
f1863a8243
Merge pull request #9145 from hashicorp/login-middleware-auth-hosts
...
Add app.vagrantup.com to allowed auth hosts
2017-11-15 14:17:55 -05:00
Justin Campbell
32ac51b27c
Merge pull request #9126 from hashicorp/website-vagrant-cloud-2fa-anchor
...
website: Fix 2FA nav anchor
2017-11-15 13:52:18 -05:00
Brian Cain
7a37e09848
Update CHANGELOG
2017-11-15 09:56:28 -08:00
Brian Cain
401f1d521e
Merge pull request #9131 from bpietraga/fix-outputh-pathname-folder-creation
...
Fix --output path with specified folder
2017-11-15 09:55:32 -08:00
Brian Cain
b5e84c74e7
Update boxes for vagrant-spec
2017-11-10 14:31:04 -08:00
Gilles Cornu
8333090d1d
ansible: Refuse to run unit tests with an invalid config
...
With this change, a bug like #9173 can be detected.
2017-11-10 20:40:13 +01:00
Gilles Cornu
e47deb7fd0
ansible: Fix broken 'ask_sudo_pass' option
...
This bug (invalid method call) hasn't been caught by unit tests because
Vagrant::Plugin::V2::Config catches all invalid/bad configuration calls
and save them for generating error messages during the "validate" stage.
This way, the `ask_sudo_pass=(value)` method was not interrupted and the
`@ask_become_pass` attribute was (surprisingly) correctly set (allowing
the related unit tests to pass).
In order to avoid similar problem to happen again, the deprecation
message output is now fully verified.
2017-11-09 18:17:04 +01:00
Justin Campbell
40d8dc4582
Add app.vagrantup.com to allowed auth hosts
...
This should allow users setting VAGRANT_SERVER_URL to app.vagrantup.com to authenticate to private boxes.
2017-11-07 10:35:16 -05:00
Justin Campbell
c5266e98b8
Change allowed auth hosts to list
2017-11-07 10:32:33 -05:00
Benjamin Schiborr
ee800cc7c2
provisioners/salt: #8991 : Break if success
...
This commit ensures that we actually break when the download was
successful. Before it tried to download again for every iteration of the
loop. In addition the number of iterations have been increased. I've
experienced timeouts on third retry. Increasing to 5.
2017-11-06 13:56:11 -08:00
Bernard Pietraga
b026be7cb3
Fix --output path with specified folder
2017-11-04 12:00:55 +01:00
Chris Roberts
b3b98e77ed
Update version for dev
2017-11-02 20:54:23 -07:00
Chris Roberts
ff691b08ee
Update website version to 2.0.1 and slug name
2017-11-02 20:52:59 -07:00
Chris Roberts
8e63cf84bc
Release v2.0.1
2017-11-02 15:07:17 -07:00
Brian Cain
0e51422c01
Update CHANGELOG
2017-11-02 14:04:48 -07:00
Brian Cain
228bd95257
Merge pull request #9127 from briancain/parallel-destroy-flag
...
Introduce parallel destroy for certain providers
2017-11-02 14:04:03 -07:00
Chris Roberts
65055c8cdc
Update CHANGELOG
2017-11-02 13:59:25 -07:00
Chris Roberts
9c2c83d781
Merge pull request #9135 from chrisroberts/e-ca-bundle
...
Use environment variable for CURL_CA_BUNDLE
2017-11-02 13:58:11 -07:00
Chris Roberts
dee913a2e0
Update CHANGELOG
2017-11-02 12:59:37 -07:00
Chris Roberts
fb4a1bf8e5
Merge pull request #9107 from chrisroberts/f-wsl-version-check
...
Check for vagrant.exe path before validating versions
2017-11-02 12:58:05 -07:00
Chris Roberts
06e3185eb1
Use `CURL_CA_BUNDLE` environment variable inplace of building path at runtime
2017-11-02 12:49:34 -07:00
Brian Cain
ec43d3c308
Update destroy docs with new parallel flag
2017-11-02 10:16:44 -07:00
Brian Cain
8be2ae8e6a
Add unit test for destroy command
2017-11-01 15:30:59 -07:00
Brian Cain
d8bffd201f
Add delay for parallel destroy without force, restructure state checking
...
This commit adds better messaging to the user if the parallel flag is
used without the force flag. It also makes the state checking based on
the delta between the initial and final states of the guests due to the
fact that there is no guarantee what the "destroyed" state id will be
between providers.
2017-10-31 13:52:07 -07:00
Brian Cain
2d7858ff8a
Introduce parallel destroy for certain providers
...
This commit introduces parallel destroy using the batch action class for
the destroy command.
2017-10-31 11:29:40 -07:00
Justin Campbell
9a040b4a04
website: Fix 2FA nav anchor
2017-10-30 16:45:04 -04:00
Brian Cain
52824f20b4
Update CHANGELOG
2017-10-26 08:35:09 -07:00
Brian Cain
f689411007
Merge pull request #9112 from sitepoint/wget_salt_dl
...
Attempt fetching salt bootstrap script with wget
2017-10-26 08:33:50 -07:00
Adam Bolte
511fac8162
Attempt fetching salt bootstrap script with wget
...
On Debian installations, wget is installed even into the most minimal
environment. Even Python support on Debian cannot be guaranteed if
Standard System Utilities was not selected at installation time (or if
debootstrap was used), which is why the retrieved bootstrap-salt.sh
script takes care of installing it prior to installing Salt.
2017-10-26 13:41:40 +11:00
Chris Roberts
d422053fbc
Check for vagrant.exe path before validating versions
2017-10-24 16:53:53 -07:00
Brian Cain
983313e8e5
Update CHANGELOG
2017-10-24 15:06:05 -07:00
Brian Cain
314e830d32
Merge pull request #9105 from briancain/include-winssh-commnicator
...
Include WinSSH Communicator
2017-10-24 15:02:01 -07:00
Brian Cain
e9fa857f8b
Merge pull request #9106 from briancain/fix-rspec-dep-warnings
...
Update rspec tests to remove deprecation warnings
2017-10-24 13:08:22 -07:00
Brian Cain
337b200d30
Update rspec tests to remove deprecation warnings
2017-10-24 12:08:38 -07:00
Brian Cain
c7ec0a42a5
( #8941 ) Include WinSSH Communicator
...
This commit requires the winssh communicator class wihtin the public_key
capability for Windows. Prior to this commit users could run into a
situation where Vagrant would check if the machine could speak in WinSSH
and fail on an uninitialized constant.
2017-10-24 12:02:01 -07:00