2458 Commits

Author SHA1 Message Date
Mitchell Hashimoto
e9b00972b0 update CHANGELOG 2015-02-24 10:06:53 -08:00
Mitchell Hashimoto
8a0852534b update CHANGELOG 2015-02-24 10:05:39 -08:00
Mitchell Hashimoto
be22e7f10a update cHANGELOG 2015-02-24 10:03:51 -08:00
Mitchell Hashimoto
4399539ba5 update CHANGELOG 2015-02-24 10:00:26 -08:00
Mitchell Hashimoto
3f5d4698ce update CHANGELOG 2015-02-24 09:58:40 -08:00
Mitchell Hashimoto
3db5ad406a update CHANGELOG 2015-02-24 09:50:36 -08:00
Mitchell Hashimoto
3c5e057177 update CHANGELOG 2015-02-24 09:48:26 -08:00
Mitchell Hashimoto
ae69ada165 update CHANGELOG 2015-02-24 09:47:40 -08:00
Mitchell Hashimoto
44df53844a update CHANGELOG 2015-02-24 09:46:16 -08:00
Mitchell Hashimoto
1c15a6d31e update cHANGELOG 2015-02-24 09:45:28 -08:00
Mitchell Hashimoto
c4f00cc2c2 update CHANGELOG 2015-02-24 09:44:00 -08:00
Mitchell Hashimoto
91bfacca4a update CHANGELOG 2015-02-24 09:37:07 -08:00
Mitchell Hashimoto
ad1c462127 update CHANGELOG 2015-02-24 09:27:02 -08:00
Mitchell Hashimoto
8b2f9e184a update CHANGELOG 2015-02-24 09:26:34 -08:00
Mitchell Hashimoto
752adb5235 update CHANGELOG 2015-02-24 09:21:16 -08:00
Seth Vargo
09724ec336 Update CHANGELOG 2015-02-16 11:33:51 -05:00
Seth Vargo
b2c722ef54 Update CHANGELOG 2015-02-04 13:30:24 -05:00
Mitchell Hashimoto
ef7cf679dc Revet CHANGELOG 2015-02-03 06:40:16 +01:00
Seth Vargo
bc7272b96d Update CHANGELOG 2015-02-02 19:38:02 -05:00
Paul Hinze
d023408f78 Update CHANGELOG 2015-01-21 17:25:55 -08:00
Seth Vargo
86d27528b3 Update CHANGELOG 2015-01-21 16:05:51 -05:00
Seth Vargo
3c6c496bb0 Update CHANGELOG 2015-01-20 11:25:00 -05:00
Seth Vargo
bb700efe40 Update CHANGELOG 2015-01-20 09:59:14 -05:00
Seth Vargo
61e501b2c1 Update CHANGELOG 2015-01-20 09:55:09 -05:00
Seth Vargo
48bf346c9b Update CHANGELOG 2015-01-14 11:54:40 -05:00
Gilles Cornu
9874a0db5f Fix a second typo error in CHANGELOG !!
Close #5018

[ci skip]
2015-01-12 11:01:07 +01:00
Gilles Cornu
28e0646dc2 Fix typo error in CHANGELOG
Close #4860

[ci skip]
2015-01-12 10:59:07 +01:00
Gilles Cornu
2ecad8bb93 provisioners/ansible: increase connection timeout
This change helps to avoid troubles like reported in #5018 and #4860.

Note that for sake of configuration simplicity, no new `ansible.timeout`
option has been added. The users who want to set a different value can
rely on `ansible.raw_arguments`.
2015-01-12 10:54:01 +01:00
Gilles Cornu
c3cae3d235 provisioners/ansible: add IdentitiesOnly=yes
This SSH option is always set, except when Vagrant is running from an
operating system fo the Solaris-family, as this parameter is not
supported by SunSSH. Logic taken from
bed1f8335f/lib/vagrant/util/ssh.rb (L116-L121)

Fix #5017
2015-01-12 08:58:29 +01:00
Seth Vargo
49d1a92bf6 Update CHANGELOG 2015-01-09 13:34:33 -05:00
Seth Vargo
e1e192b90a Update CHANGELOG 2015-01-07 16:14:51 -05:00
John Claus
57ff0f9c87 Fixed typos 2015-01-06 17:22:24 -07:00
Seth Vargo
7cfc9e5e9c Update CHANGELOG 2015-01-06 16:53:28 -05:00
Mitchell Hashimoto
486cd0ce4c up version for dev 2015-01-06 13:49:54 -08:00
Mitchell Hashimoto
1cd667b243 Update CHANGELOG 2015-01-06 13:42:26 -08:00
Mitchell Hashimoto
c6205da864 v1.7.2 2015-01-06 12:51:11 -08:00
Mitchell Hashimoto
ef18409e60 update CHANGELOG 2015-01-06 11:08:08 -08:00
Mitchell Hashimoto
52ff661d31 update CHANGELOG 2015-01-05 21:09:18 -08:00
Mitchell Hashimoto
e72a97d107 update CHANGELOG 2015-01-05 21:09:00 -08:00
Mitchell Hashimoto
79873cdb44 communicators/winrm: detect parse errors in powershell and error
/cc @sneal - Any better way to do this?
2015-01-05 16:53:17 -08:00
Seth Vargo
57e7633c4d Update CHANGELOG 2015-01-05 19:09:00 -05:00
Seth Vargo
cee834ddf3 Update CHANGELOG for atlas logging 2015-01-05 16:14:07 -05:00
Mitchell Hashimoto
ee70294d23 update CHANGELOG 2015-01-05 11:45:46 -08:00
Mitchell Hashimoto
4849ec8f7c guests/solaris: merge config properly [GH-5092] 2015-01-05 09:52:19 -08:00
Mitchell Hashimoto
30f579f92d update CHANGELOG 2015-01-05 09:50:25 -08:00
Mitchell Hashimoto
adff98528b update cHANGELOG 2015-01-05 09:44:59 -08:00
Seth Vargo
c088250729 Update CHANGELOG for packaging fixes 2015-01-05 11:13:33 -05:00
Seth Vargo
56a8adb7a3 Update CHANGELOG for ftp push fixes 2015-01-04 22:57:02 -05:00
Mitchell Hashimoto
5903bfb3c6 commands/push: validate configuration
/cc @sethvargo - Some weirdness here but overall should work fine. I'm
not sure if there was a GH issue this should be attached to or close. To
explain:

We just use the first machine with the default provider. A
Vagrant::Environment guarantees there is at least one machine, so
`env.machine_names.first` will always work. And we can just use the
default provider because we don't really care. Finally, it can be any
old machine we pass in because we just want the "global" config to
validate and there is no way to say "don't validate machine-specific
configs", so we might as well just pick the first machine to validate.
2015-01-04 15:43:30 -08:00
Seth Vargo
2409049b76 Add solo.rb fixes to CHANGELOG 2014-12-15 01:16:29 -05:00