Mitchell Hashimoto
|
c30b5f4093
|
SSH gives proper error if VM is not running [closes GH-167]
|
2010-09-29 23:37:24 -07:00 |
Mitchell Hashimoto
|
990908c3ed
|
Fix some undefined error constants in commands
|
2010-09-29 23:31:21 -07:00 |
Mitchell Hashimoto
|
171f4184c0
|
Instead of using Kernel#system, use custom piped solution
|
2010-09-27 18:26:42 -07:00 |
Mitchell Hashimoto
|
f2cf24c1b4
|
Update CHANGELOG for unreleased
|
2010-09-27 17:14:15 -07:00 |
Mitchell Hashimoto
|
f6c6d720f1
|
Update CHANGELOG
|
2010-09-27 17:13:47 -07:00 |
Mitchell Hashimoto
|
a7d6bf4e08
|
v0.6.1
|
2010-09-27 12:12:32 -07:00 |
Mitchell Hashimoto
|
1199c89a4a
|
Fix issues with Ruby 1.8.7 where Vagrant wouldn't even run
|
2010-09-27 12:10:17 -07:00 |
Mitchell Hashimoto
|
484b84edc6
|
Updated CHANGELOG with release dates.
|
2010-09-27 11:23:16 -07:00 |
Mitchell Hashimoto
|
51d576e50d
|
Update CHANGELOG
|
2010-09-20 08:55:13 -06:00 |
Mitchell Hashimoto
|
bae6c57230
|
Expose test helpers [closes GH-162]
|
2010-09-15 09:19:38 -06:00 |
Mitchell Hashimoto
|
d5fbf29ec0
|
Plugins. Documentation coming shortly.
|
2010-09-14 23:10:51 -06:00 |
Mitchell Hashimoto
|
d5ad387f27
|
New `vagrant package` option `--vagrantfile` and changed semantics of `--include` (see CHANGELOG)
|
2010-09-12 23:20:13 -06:00 |
Mitchell Hashimoto
|
8f5dacef26
|
"vagrant_main" is no longer the default run list for chef. It now starts empty.
|
2010-09-12 17:10:24 -06:00 |
Mitchell Hashimoto
|
a96a3fb566
|
Update changelog with latest changes
|
2010-09-12 16:38:54 -06:00 |
Mitchell Hashimoto
|
f8e7431899
|
Retry SSH connect a few times before admitting defeat.
|
2010-09-09 00:28:21 -07:00 |
Anko painting
|
650ff4b734
|
Allow downloading via a proxy if http_proxy environment variable is set. [closes GH-157]
|
2010-09-08 22:11:53 -07:00 |
Mitchell Hashimoto
|
65eaca09bc
|
Update CHANGELOG to coincide with 0.5.4 release
|
2010-09-07 14:31:36 -07:00 |
Mitchell Hashimoto
|
6adad7e5a2
|
Fork-and-wait on Tiger as well as leopard. [related to GH-51]
|
2010-09-07 14:29:26 -07:00 |
Mitchell Hashimoto
|
23c08f2daa
|
Configuration validation for the most common problems added
|
2010-09-05 11:26:38 -07:00 |
Mitchell Hashimoto
|
9cc64fcb34
|
Configuration classes can now be validated. Nice error message shown in case of failure.
|
2010-09-05 11:02:48 -07:00 |
Mitchell Hashimoto
|
3470d98fca
|
Load the root path on demand.
|
2010-09-03 14:59:16 -07:00 |
Mitchell Hashimoto
|
f85579a4de
|
Give a nice error message if there is a syntax error in Vagrantfile [closes GH-154]
|
2010-09-03 14:23:47 -07:00 |
Mitchell Hashimoto
|
32aa5ef4d1
|
Update changelog for backwards incompat change.
|
2010-09-02 21:20:47 -07:00 |
Mitchell Hashimoto
|
aa0579a24d
|
Update CHANGELOG for latest work though its still not complete
|
2010-08-27 00:08:52 -07:00 |
Mitchell Hashimoto
|
3784eb82fb
|
Fix issue with "Waiting for cleanup" message appearing twice in some cases. [closes GH-145]
|
2010-08-25 22:51:35 -07:00 |
Mitchell Hashimoto
|
23526c3746
|
`vagrant ssh_config`
|
2010-08-24 23:59:51 -07:00 |
Mitchell Hashimoto
|
d86884699e
|
`vagrant ssh` and update CHANGELOG before I forget
|
2010-08-24 23:46:10 -07:00 |
Mitchell Hashimoto
|
9f4dcbd9a6
|
Bump version to 0.6.0.dev. Time to make the big changes.
|
2010-08-23 21:18:01 -07:00 |
Mitchell Hashimoto
|
8677bb5f12
|
v0.5.3 - Fixes a couple basic bugs.
|
2010-08-23 21:16:54 -07:00 |
Mitchell Hashimoto
|
7bf9c6203d
|
Fix strange formatting from `vagrant init` [closes GH-142]
|
2010-08-19 22:15:47 -07:00 |
Mitchell Hashimoto
|
ca4c06458e
|
Updated changelog for Joe's change
|
2010-08-18 13:34:48 -07:00 |
Mitchell Hashimoto
|
3c225ee768
|
Use File.join instead of File.expand_path in chef solo provisioner for folder paths. Allows it work on windows again.
|
2010-08-18 11:40:49 -07:00 |
Mitchell Hashimoto
|
0c41f6de3d
|
Bump version for development
|
2010-08-03 20:11:33 -07:00 |
Mitchell Hashimoto
|
401d722ec6
|
v0.5.2 - Fix regression with `vagrant package`
|
2010-08-03 20:10:25 -07:00 |
Mitchell Hashimoto
|
cf32abb210
|
`vagrant up` can be used the same as `vagrant resume` [closes GH-134]
|
2010-08-03 19:43:39 -07:00 |
Mitchell Hashimoto
|
1cbc931a6d
|
Run chef provisioners with "-E" flag on sudo so PATH is preserved on CentOS [closes GH-133]
|
2010-08-03 09:14:35 -07:00 |
Mitchell Hashimoto
|
f3a6dc8479
|
Added "IdentitiesOnly" flag to `vagrant ssh` to avoid "Too Many Auth Failures" error message
|
2010-08-02 19:52:11 -07:00 |
Mitchell Hashimoto
|
22a9e3fe3d
|
Fix regression with `package` not working. [closes GH-132]
|
2010-08-02 19:44:15 -07:00 |
Mitchell Hashimoto
|
992bd13b19
|
Cleaned up the `vagrant init` command, updated CHANGELOG
|
2010-08-01 17:18:17 -07:00 |
Mitchell Hashimoto
|
5184f47f7f
|
Bump version for development and update changelog
|
2010-07-31 11:28:55 -07:00 |
Mitchell Hashimoto
|
e63cd71673
|
Specify remote cookbook paths which exist only the VM in cookbook_paths config. [closes GH-130]
|
2010-07-31 10:46:22 -07:00 |
Mitchell Hashimoto
|
6522a2f6e5
|
Quiet output slightly on `destroy`, `halt`, and `reload`
|
2010-07-31 08:36:33 -07:00 |
Mitchell Hashimoto
|
0d2cf26ba5
|
Update changelog for docs changes
|
2010-07-31 08:03:11 -07:00 |
Mitchell Hashimoto
|
fea5ed67c5
|
Fixed error with doing a `vagrant up` when no Vagrantfile was present
|
2010-07-30 18:01:12 -07:00 |
Mitchell Hashimoto
|
b48b0cb299
|
NFS cleanup no longer errors if /etc/exports doesn't exist. [closes GH-126]
|
2010-07-30 09:38:45 -07:00 |
Mitchell Hashimoto
|
96ea715e30
|
Fixed `vagrant resume` to properly resume a suspend VM [closes GH-122]
|
2010-07-29 20:26:02 -07:00 |
Mitchell Hashimoto
|
8ea6d2bc40
|
Properly discard VM state if saved on various commands such as destroy [closes GH-123]
|
2010-07-29 20:15:38 -07:00 |
Mitchell Hashimoto
|
d17765c3dd
|
`config.chef.recipe_url` to download cookbooks via chef solo [closes GH-121]
|
2010-07-28 21:35:00 -07:00 |
Mitchell Hashimoto
|
d68ac2e7e8
|
Added changelog to better track important changes I make.
|
2010-07-28 20:34:29 -07:00 |