Commit Graph

10450 Commits

Author SHA1 Message Date
Brian Cain 12d4f4eb6c
Merge pull request #9355 from briancain/fix-sticky-travis-test
Fix sticky Travis CI test
2018-01-10 09:55:24 -08:00
Brian Cain bf4ea4e76c
Fix sticky Travis CI test
this commit removes the webserver block within the box add unit test.
It's not actually needed since the test is just ensuring that if a user
adds a box name as a URL it prints a warning to the user.
2018-01-09 16:05:07 -08:00
Brian Cain 5c7cd8f300
Update CHANGELOG 2018-01-09 15:15:20 -08:00
Brian Cain 9e2ce6c15a
Merge pull request #9354 from briancain/SharedFoldersEnableSymlinksCreate-Flag
Introduce flag for SharedFoldersEnableSymlinksCreate
2018-01-09 15:14:26 -08:00
Brian Cain b16ca2e384
Introduce flag for SharedFoldersEnableSymlinksCreate
Prior to this commit, the virtualbox synced folder option
`SharedFoldersEnableSymlinksCreate` was always enabled. This commit
introduces a config option and an environment variable which allows
users to configure the option globally or per synced_folder in their
Vagrantfile.
2018-01-09 14:33:24 -08:00
Brian Cain 9a1264c267
Merge pull request #9346 from hashicorp/winrm-ssl-doc
update ssl to :ssl
2018-01-09 14:19:08 -08:00
Brian Cain 885d66e9c3
Update CHANGELOG 2018-01-08 13:27:52 -08:00
Brian Cain 46ee473f99
Merge pull request #9347 from briancain/9044/master/output-all-box-providers
Show all box providers in command outdated
2018-01-08 13:26:34 -08:00
Brian Cain 11ddd0136d
(#9044) Show all box providers in command outdated
Prior to this commit, when the `--global` flag was used with the
`vagrant box outdated` command, it would ignore box providers and not
inform the user of all outdated boxes. This commit fixes that by
displaying each box within the users environment, and includes the
provider of the box in the message.
2018-01-08 09:43:28 -08:00
Brian Cain 4eefd94a28
Merge pull request #9343 from hrvoj3e/patch-1
spelling fix - resoled to resolved
2018-01-08 08:21:11 -08:00
Alvaro Miranda Aguilera a88eb95727
update ssl to :ssl 2018-01-08 14:21:00 +01:00
hrvoj3e 63ec7c7b09
spelling fix - resoled to resolved 2018-01-06 17:01:30 +01:00
Brian Cain d07fa19ac2 Update CHANGELOG 2018-01-05 13:34:51 -08:00
Brian Cain 24903c27b3
Merge pull request #9341 from briancain/9062/master/deprecate-paranoid-ssh-setting
Deprecate :paranoid in favor of :verify_host_key
2018-01-05 13:33:40 -08:00
Brian Cain 2fb12a15e5 Update website with new config.ssh setting and deprecation of :paranoid 2018-01-05 13:23:31 -08:00
Brian Cain c9e5a22bff (#9062) Deprecate :paranoid in favor of :verify_host_key
As of `net-ssh` version 4.2.0, the key :paranoid has been deprecated in
favor of using :verify_host_key. This commit updates Vagrants ssh config
to use the new key, and deprecates the use of :paranoid.
2018-01-05 10:02:45 -08:00
Chris Roberts eef787f790
Merge pull request #9328 from m1guelpf-forks/patch-1
Update license year
2018-01-05 07:44:25 -08:00
Gilles Cornu eb1ed03448
Merge pull request #9308 from keks24/patch-1
correct pip argument in the example of ansible_local provisioner documentation
2018-01-05 14:17:15 +01:00
Brian Cain 51bc7ecec4 Update CHANGELOG 2018-01-04 10:28:55 -08:00
Brian Cain 9c4ef88b88
Merge pull request #8863 from michaeltlombardi/FullyQualifyHyperVCmdlets
Ensure Hyper-V cmdlets are fully qualified
2018-01-04 10:27:09 -08:00
Brian Cain 399df57a79
Merge pull request #9330 from bbrala/better-debug-log-windows
Update docs to use `Tee-Object` in PowerShell in Windows.
2018-01-04 10:20:07 -08:00
bjorn 59c4ca9f64 Update docs to use `Tee-Object` in PowerShell in Windows.
By using `Tee-Object` you can ouput the debug log to the console and a file, which is way easier to use than just outputting to a logfile.
2018-01-02 10:38:08 +01:00
Miguel Piedrafita b8aa73c3fa
Update license year 2018-01-01 17:34:38 +01:00
Ramon Fischer f502841201
correct pip argument 2017-12-27 06:58:56 +01:00
Brian Cain eae5230b5d Update CHANGELOG 2017-12-20 16:43:30 -08:00
Brian Cain b9581ed213
Merge pull request #9251 from briancain/9137/master/exit-0-destroy-not-created
Exit 0 if vagrant destroy finds no running vms
2017-12-20 16:42:36 -08:00
Brian Cain d075f183ac Update CHANGELOG 2017-12-15 11:23:21 -08:00
Brian Cain 0d7ad9f18f
Merge pull request #9275 from zachflower/validate_ip_addresses
Add a clean error message for invalid IP addresses
2017-12-15 11:22:03 -08:00
Chris Roberts a7d13f1f94 Update CHANGELOG 2017-12-15 09:56:04 -08:00
Chris Roberts 6223afcfa6
Merge pull request #9276 from chrisroberts/e-scrub
Scrub sensitive information prior to message output
2017-12-15 09:55:18 -08:00
Brian Cain e72a72fba4 Update CHANGELOG 2017-12-15 09:20:24 -08:00
Brian Cain 144c402f3b
Merge pull request #9252 from briancain/9055/master/pretty-print-nameerror-exceptions
Print more helpful error message for NameEror exceptions
2017-12-15 09:19:26 -08:00
Michael T Lombardi 9e1d05641f Ensure Hyper-V cmdlets are fully qualified
+ This disambuguates calls to the Hyper-V functions for the Hyper-V provider.
The ambiguity of some commands - such as `Get-VM` - causes the Hyper-V provider
to fail on systems where VMware PowerCLI is installed. This change ensures that
all calls to Hyper-V specific cmdlets or functions are prepended by `Hyper-V\`.
This ensures the correct cmdlet calls are being made.
+ Resolves  #8862.
2017-12-15 08:30:38 -06:00
Chris Roberts 6f663edad0 Scrub sensitive information prior to message output
This provides a simple wrapper around all output to
scrub any strings that have been registered as sensitive
before being output. Also included is a small change
to the initial debug output to only show vagrant specific
environment variables and not the full user environment.
2017-12-14 15:38:31 -08:00
Brian Cain 627babe15e (#9055) Print more helpful error message for NameEror exceptions
This commit adds some additional handling for when Vagrant loads config
files. Instead of showing the basic ruby exception, it prints a more
helpful error message and tries to direct the user to the line number
and file where the exception is occuring.
2017-12-14 15:31:48 -08:00
Zachary Flower 0f4c06f7ba add unit tests to validate 2017-12-14 15:25:24 -07:00
Zachary Flower 4a4183398b Add a clean error message for invalid IP addresses 2017-12-14 14:57:21 -07:00
Brian Cain d4d4ed6473 (#9137) Exit 0 if vagrant destroy finds no running vms
This commit reverts the behavior of `vagrant destroy` to exit 0 if no
running vms were found when the destroy command is run.
2017-12-14 12:48:22 -08:00
Gilles Cornu 2b4a69964e
Update CHANGELOG [GH-9173]
[ci skip]
2017-12-14 21:47:59 +01:00
Gilles Cornu 43bcf2aaf7
Merge pull request #9173 from hashicorp/gildegoma/fix-ansible-ask-sudo-pass-deprecation
Ansible Provisioner: Fix broken 'ask_sudo_pass' option
2017-12-14 21:46:23 +01:00
Chris Roberts 977886f72c Update CHANGELOG 2017-12-14 12:23:39 -08:00
Chris Roberts 9be2651706
Merge pull request #9269 from chrisroberts/e-log-timestamp
Provide optional timestamp on log output
2017-12-14 12:22:24 -08:00
Chris Roberts da42bfa8ac Provide optional timestamp on log output
Enable log message output to be prefixed with the date and time.
Include CLI flag to optionally enable `--timestamp` and a
convenience flag to enable debug logging with timestamps at
the same time `--debug-timestamp`.
2017-12-13 17:05:51 -08:00
Chris Roberts 3a5729015a Add documentation entry for init command --template flag 2017-12-13 15:59:45 -08:00
Chris Roberts cca459d823 Update CHANGELOG 2017-12-13 15:55:20 -08:00
Chris Roberts 0c40fd3161
Merge pull request #9202 from zachflower/vagrantfile_templates
Support for custom Vagrantfile templates
2017-12-13 15:54:06 -08:00
Chris Roberts 02a18d3efb Update CHANGELOG 2017-12-13 15:44:05 -08:00
Chris Roberts 04e35784e7
Merge pull request #9205 from mcandre/patch-1
dragonflybsd: extend FreeBSD
2017-12-13 15:42:25 -08:00
Chris Roberts 3bed105afe Update CHANGELOG 2017-12-13 15:38:56 -08:00
Chris Roberts b4444aeaab
Merge pull request #9245 from kallisti5/haiku-improvements
haiku: Improve capabilities. (public keys, halt)
2017-12-13 15:38:13 -08:00