From a3dec0fe2b49a5567c92fcd1498a83af38db0d27 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 17 Mar 2013 11:39:57 -0400 Subject: [PATCH] Update changelog since last merge. --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b8fa05045..0d6d26501d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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