Mitchell Hashimoto
26b74d3295
Update CHANGELOG
2013-12-03 11:50:39 -08:00
Mitchell Hashimoto
07e2260296
Update CHANGELOG
2013-12-03 11:35:33 -08:00
Mitchell Hashimoto
5868de0b0a
Update CHANGELOG
2013-11-30 08:36:42 -08:00
Mitchell Hashimoto
6e4b17bf0c
Update CHANGELOG
2013-11-27 20:05:30 -08:00
Mitchell Hashimoto
cd3e19306c
commands/box/add: custom CA cert [GH-2337]
2013-11-26 19:32:56 -08:00
Mitchell Hashimoto
798432febe
provisioners/chef: validate environments path [GH-2381]
2013-11-26 18:57:27 -08:00
Mitchell Hashimoto
fc190fad9f
guests/redhat: DHCP_HOSTNAME set to hostname [GH-2441]
2013-11-26 11:28:47 -08:00
Mitchell Hashimoto
25a8491465
provisioners/puppet: manifests path can be in the VM [GH-1805]
2013-11-25 22:39:20 -08:00
Mitchell Hashimoto
d7b74ca8b9
core: config.vm.box_url can be array of urls [GH-1958]
2013-11-25 21:57:20 -08:00
Mitchell Hashimoto
b77040d484
Update CHANGELOG
2013-11-25 16:51:59 -08:00
Mitchell Hashimoto
8581a93e76
provisioners/chef: upload encrypted data bag secret to prov path
...
[GH-1246]
2013-11-25 15:55:00 -08:00
Mitchell Hashimoto
45e09eb677
core: allow multiple private keys [GH-907]
2013-11-25 15:45:39 -08:00
Mitchell Hashimoto
e72cd9c98e
provisioners/puppet: can specify a client key/cert
2013-11-25 15:17:05 -08:00
Mitchell Hashimoto
57d4775140
provisioners/shell: allow array args [GH-1949]
2013-11-25 13:36:51 -08:00
Mitchell Hashimoto
48973a72d5
commands/box/list: clean up
2013-11-25 13:26:46 -08:00
Mitchell Hashimoto
5f1cf5872f
core: create sentinel just before provisioning [GH-2488]
2013-11-25 11:52:48 -08:00
Mitchell Hashimoto
3219be3d51
core: only look for global flags before "--" [GH-2491]
2013-11-25 11:42:06 -08:00
Mitchell Hashimoto
195f0d9639
guests/linux: emit upstart event for vagrant mounted if avail [GH-2502]
2013-11-25 11:31:15 -08:00
Mitchell Hashimoto
2d957cdaab
providers/virtualbox: internal networks [GH-2020]
2013-11-25 11:13:46 -08:00
Mitchell Hashimoto
cc57933675
update changelog
2013-11-24 21:29:04 -08:00
Mitchell Hashimoto
f861fbcafb
Update CHANGELOG
2013-11-24 11:58:06 -08:00
Mitchell Hashimoto
7ba9d2d0a0
commands/init: add --output flag [GH-1364]
2013-11-24 11:53:15 -08:00
Mitchell Hashimoto
7c7524a840
Update CHANGELOG
2013-11-24 11:46:09 -08:00
Mitchell Hashimoto
f0f8b4e3ee
core: use OpenSSH for ssh exec
2013-11-23 17:21:38 -08:00
Mitchell Hashimoto
bc9d048066
core: enable SSH compression for `vagrant ssh`
2013-11-23 16:50:39 -08:00
Mitchell Hashimoto
91651f806b
Update CHANGELOG
2013-11-23 16:41:02 -08:00
Mitchell Hashimoto
efc5c39b82
Update CHANGELOG
2013-11-23 16:17:36 -08:00
Mitchell Hashimoto
b65b22cef2
update changelog
2013-11-23 16:05:44 -08:00
Mitchell Hashimoto
034c151720
Merge branch 'resumable-download' of https://github.com/rconradharris/vagrant into rconradharris-resumable-download
...
Conflicts:
CHANGELOG.md
2013-11-23 15:42:48 -08:00
Mitchell Hashimoto
23bdbd6fd8
synced_folders/nfs: specify nfs_udp false to disable udp [GH-2304]
2013-11-23 13:43:48 -08:00
Mitchell Hashimoto
de9d38de21
core: don't load vagrantfile on plugin command
2013-11-23 13:25:33 -08:00
Mitchell Hashimoto
e9fd622406
core: vagrant version requirements in vagrantfile [GH-2322]
2013-11-23 12:23:34 -08:00
Mitchell Hashimoto
bf72c7cb5d
core: human friendly error for corrupt box metadata
2013-11-23 11:54:42 -08:00
Mitchell Hashimoto
79d929a264
Update CHANGELOG
2013-11-23 11:47:29 -08:00
Mitchell Hashimoto
aed61291e8
Update CHANGELOG
2013-11-23 11:45:06 -08:00
Mitchell Hashimoto
8fa3a4f3e0
Update CHANGELOG
2013-11-23 11:42:04 -08:00
Mitchell Hashimoto
4e22e080d1
Update CHANGELOG
2013-11-23 11:40:44 -08:00
Mitchell Hashimoto
05e9dc6e59
Update CHANGELOG
2013-11-23 11:36:20 -08:00
Mitchell Hashimoto
c6e2de712a
Update CHANGELOG
2013-11-23 11:26:27 -08:00
Mitchell Hashimoto
c00b045f53
providers/virtualbox: retry suspended check [GH-2479]
2013-11-23 11:20:22 -08:00
Mitchell Hashimoto
b02d0d52a7
Update CHANGELOG
2013-11-23 10:53:21 -08:00
Mitchell Hashimoto
bf2b06e1be
Update CHANGELOG
2013-11-21 15:02:00 -08:00
Mitchell Hashimoto
b0fb6970af
Update CHANGELOG
2013-11-21 14:58:55 -08:00
Mitchell Hashimoto
7e28fe3a32
Update CHANGELOG
2013-11-21 14:57:10 -08:00
Rick Harris
87a47abee8
Add resumable downloads
...
Since VM images can be fairly large and connections rather flaky, it would be
nice to support resumable downloads whereby, if a download is interrupted for
some reason, on the next attempt, it picks up where it left off.
To implement this, the following changes were made:
* The temporary download filename is now constructed from a SHA1 of the
`box_url` instead of a timestamp. This allows separate invocations of
Vagrant to 'share' the download-path if the URLs exactly match.
* Add `--continue-at -` option to `curl` which tells it to automatically resume
downloading where it left off
* Modify the `recover` method in `box_add` to not remove the temporary
download path if the download was interrupted
Known Issue:
* The progress on a resumed download will look a bit wonky in the sense that,
it starts at 0% each time, instead of where it left off. Since Vagrant is
pulling this directly from `curl`, this is more of an upstream issue.
Fixes #57
2013-11-20 15:15:38 -06:00
Fabio Rehm
a92e03cf4c
Update CHANGELOG.md
2013-10-28 21:57:27 -02:00
Mitchell Hashimoto
3002f8d522
Update CHANGELOG
2013-10-23 23:16:01 -07:00
Mitchell Hashimoto
17101d0c67
Update CHANGELOG
2013-10-23 23:13:36 -07:00
Mitchell Hashimoto
e24b7249ed
Update CHANGELOG
2013-10-23 23:08:16 -07:00
Mitchell Hashimoto
9094a6b2b1
Update cHANGELOG
2013-10-21 10:44:26 -07:00
Mitchell Hashimoto
cae8cd4f9f
Update CHANGELOG
2013-10-17 08:30:01 -10:00
Mitchell Hashimoto
e2e114f0b0
Update CHANGELOG
2013-10-17 08:28:15 -10:00
Mitchell Hashimoto
57e95323b6
up version for dev
2013-10-15 12:58:22 -10:00
Mitchell Hashimoto
a40522f5fa
v1.3.5
2013-10-15 11:55:44 -10:00
Mitchell Hashimoto
fe31ac7556
Update CHANGELOG
2013-10-15 11:42:28 -10:00
Mitchell Hashimoto
dd7ee15d6f
Update CHANGELOG
2013-10-14 17:22:15 -10:00
Mitchell Hashimoto
2be01284ea
provisioners/chef: fix exception during node cleanup [GH-2345]
2013-10-14 17:12:49 -10:00
Mitchell Hashimoto
7f6cdfca77
Update CHANGELOG
2013-10-14 17:10:02 -10:00
Mitchell Hashimoto
2f5c9e97a7
Update CHANGELOG
2013-10-14 17:09:34 -10:00
Mitchell Hashimoto
b56b065df0
Update CHANGELOG
2013-10-14 17:00:32 -10:00
Mitchell Hashimoto
0db87ff406
Update CHANGELOG.md
2013-10-05 11:46:23 -07:00
Mitchell Hashimoto
ccf92b4d5d
Update CHANGELOG.md
2013-10-05 11:44:21 -07:00
Mitchell Hashimoto
b070192b9a
Update CHANGELOG
2013-10-05 09:27:34 -07:00
Mitchell Hashimoto
225da651f8
core: Show error message if _key dynamically passed into error [GH-2328]
2013-10-05 09:21:38 -07:00
Mitchell Hashimoto
bf70fba936
Up version for dev
2013-10-02 11:17:27 -07:00
Mitchell Hashimoto
0ac2a87388
v1.3.4
2013-10-02 08:42:06 -07:00
Mitchell Hashimoto
557172b4be
core: defined action hook names can be strings, convert to symbols
2013-10-01 21:56:43 -07:00
Mitchell Hashimoto
a346976abb
Update CHANGELOG
2013-10-01 14:27:06 -07:00
Mitchell Hashimoto
9fcc89bcf1
provisioners/chef: use real variable in delete from chef sever [GH-2300]
2013-10-01 14:13:16 -07:00
Mitchell Hashimoto
91605db1c1
Update CHANGELOG
2013-10-01 11:48:58 -07:00
Mitchell Hashimoto
457423d132
Update CHANGELOG
2013-10-01 11:27:56 -07:00
Mitchell Hashimoto
333ba70ed6
Update CHANGELOG
2013-09-25 19:37:04 +02:00
Mitchell Hashimoto
e77ca40efa
Update CHANGELOG
2013-09-25 10:49:07 +02:00
Mitchell Hashimoto
33dd881ad7
provisioners/chef: disable color if Vagrant has no color [GH-2246]
2013-09-22 14:15:55 -05:00
Mitchell Hashimoto
502c3f6e37
Update CHANGELOG
2013-09-22 14:13:08 -05:00
Mitchell Hashimoto
36bd52713b
provisioners/ansible: convert extra vars to strings [GH-2244]
2013-09-20 21:16:50 -07:00
Mitchell Hashimoto
d725e0e657
Update CHANGELOG
2013-09-20 21:13:05 -07:00
Mitchell Hashimoto
62e357ffcd
guests/linux: only successful mount if exit status 0
2013-09-20 17:50:29 -07:00
Mitchell Hashimoto
138024d74c
core: Unset DYLD_LIBRARY_PATH if setuid/setgid [GH-2243]
2013-09-20 17:43:11 -07:00
Mitchell Hashimoto
47120a86a2
core: modify DYLD_LIBRARY_PATH only if executing in installer [GH-2231]
2013-09-20 17:38:49 -07:00
Mitchell Hashimoto
8c4ea4f47b
Update CHANGELOG
2013-09-20 17:24:59 -07:00
Mitchell Hashimoto
33a36830fe
core: don't output \e[0K on Windows [GH-2246]
2013-09-20 17:20:29 -07:00
Mitchell Hashimoto
513c7e68a1
Update CHANGELOG
2013-09-19 11:09:56 -07:00
Mitchell Hashimoto
590566095a
Up version for dev
2013-09-18 14:09:49 -07:00
Mitchell Hashimoto
db8e7a9c79
v1.3.3
2013-09-18 13:45:41 -07:00
Mitchell Hashimoto
f9e4ea9ce8
communicators/ssh: timeout waiting for connection + header [GH-2226]
2013-09-18 09:32:30 -07:00
Mitchell Hashimoto
91ff1ec8ae
Revert "core: don't delete state data if id=nil [GH-2201]"
...
This reverts commit 1a780bf5b2
.
Conflicts:
CHANGELOG.md
2013-09-18 09:20:37 -07:00
Mitchell Hashimoto
06bf3c6fdc
core: Remove DYLD_LIBRARY_PATH if command not in installer [GH-2219]
2013-09-17 18:53:35 -07:00
Mitchell Hashimoto
e721960392
Up version for dev
2013-09-17 16:15:57 -07:00
Mitchell Hashimoto
9a394588a6
v1.3.2
2013-09-17 15:36:36 -07:00
Mitchell Hashimoto
cac28c82de
core: Vagrantfile must be file [GH-2216]
2013-09-17 12:42:57 -07:00
Mitchell Hashimoto
ee9fc00a04
provisioners/ansible: default output level is verbose [GH-2194]
2013-09-16 21:02:22 -07:00
Mitchell Hashimoto
1a780bf5b2
core: don't delete state data if id=nil [GH-2201]
2013-09-16 20:56:14 -07:00
Mitchell Hashimoto
b9801f44a0
guests/linux: try `id -g` to determine group as well [GH-2197]
2013-09-16 20:51:09 -07:00
Mitchell Hashimoto
3090e313f1
core: Create directory before real_path [GH-2196]
2013-09-15 19:50:10 -07:00
Mitchell Hashimoto
56efc1862a
Update CHANGELOG
2013-09-15 17:38:26 -07:00
Mitchell Hashimoto
e515ca22ab
core: sleep between state checks for communicator [GH-2163]
2013-09-15 17:33:05 -07:00
Mitchell Hashimoto
5e468dd110
core: Convert FP ports to ints [GH-2173]
2013-09-15 17:29:49 -07:00
Mitchell Hashimoto
07982efde2
UPdate CHANGELOG
2013-09-15 17:05:06 -07:00
Mitchell Hashimoto
efdb96251e
Update CHANGELOG
2013-09-15 16:50:12 -07:00