Mitchell Hashimoto
|
0b94ed44b7
|
core: dup the synced folder options [GH-2134]
|
2013-09-05 14:25:38 -07:00 |
Mitchell Hashimoto
|
6512eb5cbb
|
Up version for development
|
2013-09-04 20:50:57 -07:00 |
Mitchell Hashimoto
|
0224c62323
|
v1.3.0
This will actually be released tomorrow, most likely, but I want
to get the installers all ready.
|
2013-09-04 20:50:14 -07:00 |
Mitchell Hashimoto
|
d4e6372fa7
|
provisioners/chef: chown/create folder before access [GH-2121]
|
2013-09-04 20:43:22 -07:00 |
Mitchell Hashimoto
|
5c64fa3d10
|
Update CHANGELOG
|
2013-09-04 17:19:43 -07:00 |
Mitchell Hashimoto
|
f82711259c
|
provisioners/all: report proper invalid keys [GH-2117]
|
2013-09-04 16:57:15 -07:00 |
Mitchell Hashimoto
|
56be8cb393
|
Update CHANGELOG
|
2013-09-03 14:09:58 -07:00 |
Mitchell Hashimoto
|
c752c37586
|
Merge branch 'shell-provisioner-remote-script' of https://github.com/fgrehm/vagrant into fgrehm-shell-provisioner-remote-script
Conflicts:
CHANGELOG.md
|
2013-09-03 10:40:24 -07:00 |
Mitchell Hashimoto
|
896ae7b9ba
|
core: vagrant -v no longer loads Vagrantfile
|
2013-09-02 15:43:59 -07:00 |
Mitchell Hashimoto
|
d9d9264747
|
Update CHANGELOG
|
2013-09-02 15:31:22 -07:00 |
Mitchell Hashimoto
|
7f0cbd8fea
|
core: Vagrant.has_plugin? to check if plugin installed [GH-1736]
|
2013-09-02 15:22:40 -07:00 |
Mitchell Hashimoto
|
bd90f54a55
|
Update CHANGELOG
|
2013-09-02 15:11:24 -07:00 |
Mitchell Hashimoto
|
b8dc881792
|
commands/up: validate provision-with args [GH-1957]
|
2013-09-02 15:06:03 -07:00 |
Mitchell Hashimoto
|
ac1404b9ac
|
commands/plugin: Add "update" subcommand
|
2013-09-02 09:31:26 -07:00 |
Mitchell Hashimoto
|
e2ddab532d
|
core: Don't provision after first `up` by default [GH-1776]
|
2013-09-02 09:03:46 -07:00 |
Mitchell Hashimoto
|
78ed85be47
|
Update CHANGELOG
|
2013-09-01 13:46:42 -07:00 |
Mitchell Hashimoto
|
d7b398a905
|
Merge branch 'fix/master/puppet-provisioner-nfs-support' of https://github.com/mfournier/vagrant into mfournier-fix/master/puppet-provisioner-nfs-support
Conflicts:
CHANGELOG.md
plugins/provisioners/puppet/provisioner/puppet.rb
|
2013-09-01 13:32:49 -07:00 |
Mitchell Hashimoto
|
3a14d27f90
|
core: Arbitrary NFS options with nfs_options [GH-1029]
|
2013-09-01 13:08:02 -07:00 |
Mitchell Hashimoto
|
4329c9f06d
|
Update CHANGELOG
|
2013-09-01 12:28:51 -07:00 |
Mitchell Hashimoto
|
e5b35d1c83
|
core: support "mount_options" for arbitrary mount options [GH-1029]
|
2013-09-01 12:25:21 -07:00 |
Mitchell Hashimoto
|
b4d67d2e05
|
Update CHANGELOG
|
2013-09-01 11:44:43 -07:00 |
Mitchell Hashimoto
|
c63d4fd6b8
|
hosts/bsd: nice error if can't read exports file [GH-2038]
|
2013-09-01 10:25:00 -07:00 |
Mitchell Hashimoto
|
a96efcdec9
|
providers/virtualbox: only set default name on first up [GH-1817]
|
2013-08-31 22:43:33 -07:00 |
Mitchell Hashimoto
|
9e38601f18
|
provisioners/puppet: run from correct working directory [GH-1967]
|
2013-08-31 22:24:30 -07:00 |
Mitchell Hashimoto
|
c4e79db552
|
commmands/box/remove: fix exception when no provider specified [GH-2100]
|
2013-08-30 09:43:35 -07:00 |
Mitchell Hashimoto
|
646ee00870
|
Update CHANGELOG
|
2013-08-29 17:07:40 -07:00 |
Mitchell Hashimoto
|
c38d28f1c5
|
providers/virtualbox: 4.2 max network adapters to 36 [GH-1886]
|
2013-08-29 16:50:20 -07:00 |
Mitchell Hashimoto
|
0f4ba6dc3b
|
providers/virtualbox: Run post-boot after boot but before wait for SSH
[GH-2048]
|
2013-08-29 16:44:32 -07:00 |
Fabio Rehm
|
47594036b4
|
Add support for remote shell provisioner script
|
2013-08-29 20:44:14 -03:00 |
Mitchell Hashimoto
|
5a4c06f75e
|
core: config.ssh.timeout => config.vm.boot_timeout
|
2013-08-29 16:41:36 -07:00 |
Mitchell Hashimoto
|
c38fadfd2f
|
core: config.vm.graceful_halt_timeout to specify graceful halt timeout
|
2013-08-29 16:38:02 -07:00 |
Mitchell Hashimoto
|
96ed15bad4
|
Next version will be 1.3.0, update cHANGELOG
|
2013-08-29 16:29:27 -07:00 |
Mitchell Hashimoto
|
f2adeb0f0f
|
Update CHANGELOG
|
2013-08-29 16:28:43 -07:00 |
Mitchell Hashimoto
|
2b7a1297c8
|
core: set `disabled: true` for disabling forwarded port [GH-1922]
|
2013-08-29 12:25:53 -07:00 |
Mitchell Hashimoto
|
c2012ff944
|
commands/up: flag --no-destroy-on-error [GH-2011]
|
2013-08-29 12:13:02 -07:00 |
Mitchell Hashimoto
|
9e476330f4
|
provisioners/ansible: execute ansible with cwd of root_path [GH-2051]
|
2013-08-29 11:55:58 -07:00 |
Mitchell Hashimoto
|
d90c3ba782
|
Update CHANGELOG
|
2013-08-29 11:46:32 -07:00 |
Mitchell Hashimoto
|
0227dd26b1
|
Update CHANGELOG
|
2013-08-29 11:27:56 -07:00 |
Mitchell Hashimoto
|
d4c7e20110
|
core: ProvisionerCleanup task to run cleanup on provisioners
|
2013-08-29 11:13:43 -07:00 |
Mitchell Hashimoto
|
50fdf1358c
|
communicators/ssh: handle closed connection without exception
|
2013-08-29 10:36:23 -07:00 |
Mitchell Hashimoto
|
e8bdc817f0
|
Update CHANGELOG
|
2013-08-28 22:45:01 -07:00 |
Mitchell Hashimoto
|
54ac2e8448
|
Merge pull request #1713 from akalyaev/respect-nec-type-option-for-private-networks-1704
core: respect :nic_type option for private network. Fixes #1704
|
2013-08-28 22:44:20 -07:00 |
Mitchell Hashimoto
|
82006dfc96
|
Update CHANGELOG
|
2013-08-28 22:30:28 -07:00 |
Mitchell Hashimoto
|
0e9711d0dd
|
kernel: config.vm.host_name works again
|
2013-08-28 17:17:07 -07:00 |
Mitchell Hashimoto
|
caf153270a
|
Update CHANGELOG
|
2013-08-28 17:03:42 -07:00 |
Mitchell Hashimoto
|
adb72b07d5
|
plugins/provisioners: put generated inventory file in vagrantfile dir
|
2013-08-28 16:54:44 -07:00 |
Mitchell Hashimoto
|
c4e018b9f6
|
Update CHANGELOG
|
2013-08-28 16:49:55 -07:00 |
Mitchell Hashimoto
|
7f4367085b
|
Update CHANGELOG
|
2013-08-28 16:45:39 -07:00 |
Mitchell Hashimoto
|
b570de30a9
|
Update CHANGELOG
|
2013-08-28 16:39:16 -07:00 |
Mitchell Hashimoto
|
76a15f8abc
|
Update CHANGELOG
|
2013-08-28 16:38:07 -07:00 |
Mitchell Hashimoto
|
7b21b42330
|
Update CHANGELOG
|
2013-08-28 16:33:19 -07:00 |
Mitchell Hashimoto
|
f8610418f4
|
Update CHANGELOG
|
2013-08-28 16:26:59 -07:00 |
Mitchell Hashimoto
|
4f27ad3d12
|
Update CHANGELOG
|
2013-08-28 16:25:18 -07:00 |
Mitchell Hashimoto
|
e34cdbf86d
|
Update CHANGELOG
|
2013-08-09 17:47:58 -07:00 |
Mitchell Hashimoto
|
b6ec723426
|
Update CHANGELOG
|
2013-08-09 11:53:58 -07:00 |
Mitchell Hashimoto
|
d237bc0657
|
provisioners/ansible: properly quote vars with spaces [GH-1984]
|
2013-08-09 11:51:36 -07:00 |
Mitchell Hashimoto
|
471dc2dc7d
|
core: strip newlines off of IDs [GH-2024]
|
2013-08-09 11:42:18 -07:00 |
Mitchell Hashimoto
|
7c9219fc18
|
Add --color to force color output [GH-2027]
|
2013-08-09 11:40:08 -07:00 |
Mitchell Hashimoto
|
cee97bc3a0
|
Update CHANGELOG
|
2013-08-09 11:25:13 -07:00 |
Mitchell Hashimoto
|
b2b7fdcd38
|
Update CHANGELOG
|
2013-08-09 11:22:01 -07:00 |
Mitchell Hashimoto
|
59580e242f
|
Update CHANGELOG
|
2013-08-09 11:18:25 -07:00 |
Mitchell Hashimoto
|
d88a6476ef
|
Update CHANGELOG
|
2013-08-09 11:17:04 -07:00 |
Mitchell Hashimoto
|
500c5fb869
|
Update CHANGELOG
|
2013-08-09 11:15:04 -07:00 |
Mitchell Hashimoto
|
9c45de2af1
|
Update CHANGELOG
|
2013-08-09 11:12:59 -07:00 |
Mitchell Hashimoto
|
4afc2d7fb2
|
Update CHANGELOG
|
2013-08-09 11:06:40 -07:00 |
Mitchell Hashimoto
|
88db430f34
|
Update CHANGELOG
|
2013-08-09 10:56:54 -07:00 |
Mitchell Hashimoto
|
9f9b0589f9
|
Update CHANGELOG
|
2013-08-03 15:26:30 -07:00 |
Mitchell Hashimoto
|
a2925f0ff5
|
Update version for dev
|
2013-07-28 22:43:15 -07:00 |
Mitchell Hashimoto
|
7ec0ee1d00
|
v1.2.7
|
2013-07-28 21:43:53 -07:00 |
Mitchell Hashimoto
|
e1c0c48ffa
|
Show the correct installed plugin [GH-1834]
|
2013-07-28 21:38:48 -07:00 |
Mitchell Hashimoto
|
45fb5d40b6
|
Update CHANGELOG
|
2013-07-28 20:52:17 -07:00 |
Mitchell Hashimoto
|
2282a88f3d
|
Convert config.vm.hostname to string [GH-1999]
|
2013-07-28 12:08:49 -07:00 |
Mitchell Hashimoto
|
6c4592ad64
|
Use --color=false for Puppet no color [GH-2000]
|
2013-07-28 12:07:48 -07:00 |
Mitchell Hashimoto
|
632349710e
|
Convert hostpath to string on windows so gsub works
|
2013-07-27 22:20:55 -07:00 |
Mitchell Hashimoto
|
5be16cc194
|
up version for dev
|
2013-07-26 21:04:16 -07:00 |
Mitchell Hashimoto
|
22b76517d6
|
v1.2.6
|
2013-07-26 20:21:04 -07:00 |
Mitchell Hashimoto
|
dc21e8f520
|
Update CHANGELOG
|
2013-07-26 15:59:51 -07:00 |
Mitchell Hashimoto
|
536ea95ea3
|
Up version for dev
|
2013-07-26 11:26:34 -07:00 |
Mitchell Hashimoto
|
ec2305a9a6
|
v1.2.5
|
2013-07-26 10:27:35 -07:00 |
Steffen Gebert
|
a637d8779a
|
Typo in CHANGELOG.md
allor -> allow
|
2013-07-26 10:48:01 +02:00 |
Mitchell Hashimoto
|
fc89a503cd
|
Update CHANGELOG
|
2013-07-25 16:56:50 -05:00 |
Mitchell Hashimoto
|
b51804ce3a
|
Update CHANGELOG
|
2013-07-23 21:41:06 -05:00 |
Mitchell Hashimoto
|
7ef6c5d9d7
|
Unused config objects are finalized properly [GH-1877]
|
2013-07-23 17:36:48 -05:00 |
Mitchell Hashimoto
|
fc7c8b1e99
|
Replace '\' with '/' on synced folders on Windows
|
2013-07-23 17:36:48 -05:00 |
Mitchell Hashimoto
|
c0404e3f63
|
Mount NFS with UDP protocol by default [GH-1706]
|
2013-07-23 17:36:48 -05:00 |
Mitchell Hashimoto
|
b2ee015d00
|
VirtualBox no longer removes network interfaces [GH-1324]
|
2013-07-23 17:36:48 -05:00 |
Mitchell Hashimoto
|
aeb0132dcb
|
Discover and set SSH_AUTH_SOCK on sudo with forward agent [GH-1307]
|
2013-07-23 17:36:48 -05:00 |
Mitchell Hashimoto
|
5f34a694f5
|
VBoxManage customizations can run at different events [GH-1247]
|
2013-07-23 17:36:47 -05:00 |
Mitchell Hashimoto
|
a786bb53d0
|
--provider on box add supports any format of that provider
|
2013-07-23 17:36:47 -05:00 |
Mitchell Hashimoto
|
2d16588952
|
Validation so private network IP doesn't end in .1 [GH-1750]
|
2013-07-20 00:43:42 -04:00 |
Mitchell Hashimoto
|
b2d1a26dcf
|
NFS request is silently ignored on Windows [GH-1748]
|
2013-07-20 00:38:58 -04:00 |
Mitchell Hashimoto
|
cf1768c7be
|
Retry SSH on ENETUNREACH [GH-1732]
|
2013-07-20 00:27:25 -04:00 |
Mitchell Hashimoto
|
af66f5f930
|
box_download_insecure to not validate https of box_url [GH-1712]
|
2013-07-20 00:18:02 -04:00 |
Mitchell Hashimoto
|
4151df884a
|
Forwarded ports don't auto-correct by default [GH-1701]
|
2013-07-20 00:15:11 -04:00 |
Mitchell Hashimoto
|
eb70c0d6bb
|
Show an error message if ansible fails to run [GH-1699]
|
2013-07-20 00:07:09 -04:00 |
Mitchell Hashimoto
|
7fd363a2f4
|
Shared folder target path can be a Windows path [GH-1688]
|
2013-07-20 00:00:49 -04:00 |
Mitchell Hashimoto
|
7c61931142
|
Only wrap IdentityFile in quotes if it contains spaces [GH-1682]
|
2013-07-19 23:57:10 -04:00 |
Mitchell Hashimoto
|
f4c36795df
|
Properly determine shared folder path even if .profile echos [GH-1677]
|
2013-07-19 23:53:53 -04:00 |
Mitchell Hashimoto
|
8379d0e20e
|
Don't forcibly output newlines for provisioners
|
2013-07-19 23:38:25 -04:00 |
Mitchell Hashimoto
|
cf0ba53fbb
|
box_url works with all box formats a provider supports [GH-1752]
|
2013-07-19 00:50:00 -04:00 |