Update changelog since last merge.

This commit is contained in:
Michael DeHaan 2013-03-17 11:39:57 -04:00
parent ce39c18b14
commit a3dec0fe2b

View file

@ -19,6 +19,7 @@ Core Features
* inventory can now point to a directory containing multiple scripts/hosts files, if using this, put group_vars/host_vars directories inside this directory
* added configurable crypt scheme for 'vars_prompt'
* password generating lookup plugin -- $PASSWORD(path/to/save/data/in)
* added --step option to ansible-playbook, works just like Linux interactive startup!
Modules Added:
@ -32,11 +33,17 @@ Modules Added:
* zfs
* okg
* macports
* homebrew
* gem
* lvol (LVM logical volumes)
* django-manage
* openbsd_pkg
* netscaler
* bzr (bazaar version control)
* lvg (logical volume groups)
* s3 (allows putting file contents in buckets for sharing over s3)
* vagrant (launching VMs with vagrant, this is different from existing vagrant plugin)
Bugfixes and Misc Changes:
@ -71,6 +78,7 @@ Facts:
* a whole series of current time information under the 'datetime' hash
* more OS X facts
* support for detecting Alpine Linux
* added facts for OpenBSD
Module Changes/Fixes:
@ -112,11 +120,17 @@ Module Changes/Fixes:
* added timeout to the uri module (default 30 seconds, adjustable)
* ec2 now has a 'wait' parameter to wait for the instance to be active, eliminates need for seperate wait_for call.
* allow regex backreferences in lineinfile
* id attribute on ec2 module can be used to set idempotent-do-not-recreate launches
* icinga support for nagios module
* fix default logins when no my.conf for MySQL module
* option to create users with non-unique UIDs (user module)
* macports module can enable/disable packages
Plugins:
* added 'with_random_choice' filter plugin
* fixed ~ expansion for fileglob
* with_nested allows for nested loops (see examples in examples/playbooks)
1.0 "Eruption" -- Feb 1 2013