Append new features to 1.5 changelog

pull/5764/merge
James Tanner 11 years ago
parent e0c601351a
commit 8fbf049e75

@ -10,7 +10,8 @@ Major features/changes:
* only_if, which is much older than when_foo and was deprecated, is similarly removed. * only_if, which is much older than when_foo and was deprecated, is similarly removed.
* ssh connection plugin is now more efficient if you add 'pipelining=True' in ansible.cfg under [ssh_connection], see example.cfg * ssh connection plugin is now more efficient if you add 'pipelining=True' in ansible.cfg under [ssh_connection], see example.cfg
* localhost/127.0.0.1 is not required to be in inventory if referenced, if not in inventory, it does not implicitly appear in the 'all' group. * localhost/127.0.0.1 is not required to be in inventory if referenced, if not in inventory, it does not implicitly appear in the 'all' group.
* git module now takes ssh_opts and key_file parameters to override how git calls ssh * git module has new parameters (accept_hostkey, key_file, ssh_opts) to ease the usage of git and ssh protocols.
New modules: New modules:
@ -42,6 +43,11 @@ Misc:
* backwards/forwards compatibility for OpenStack modules, 'quantum' modules grok neutron renaming * backwards/forwards compatibility for OpenStack modules, 'quantum' modules grok neutron renaming
* hosts properly uniqueified if appearing in redundant groups * hosts properly uniqueified if appearing in redundant groups
* hostname module support added for ScientificLinux * hostname module support added for ScientificLinux
* ansible-pull can now show live stdout and pass verbosity levels to ansible-playbook
* ec2 instances can now be stopped or started
* additional volumes can be created when creating new ec2 instances
* user module can move a home directory
* significant enhancement and cleanup of rackspace modules
* various other bug fixes * various other bug fixes
## 1.4.4 "Could This Be Magic" - January 6, 2014 ## 1.4.4 "Could This Be Magic" - January 6, 2014

Loading…
Cancel
Save