From 6df4c486e938c67f46a1dd7cfa5e096aa36ea30c Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 5 Apr 2013 13:59:10 -0400 Subject: [PATCH] organize changelog --- CHANGELOG.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e60d72e6a..f32473ca34d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,23 @@ Ansible Changes By Release 1.2 "Right Now" -- release pending +Core Features: + * capability to set 'all_errors_fatal: True' in a playbook to force any error to stop execution versus a whole group or serial block needing to fail -* when using -c ssh and the ansible user is the current user, don't pass a -o to allow SSH config to be usable, without breaking the ability to override in ansible -* new 'rax' module for creating instances in the rackspace cloud (uses pyrax) * ability to use variables from {{ }} syntax in mainline playbooks (work in progress) -* added npm module (nodejs) + +Modules added + +* rax: module for creating instances in the rackspace cloud (uses pyrax) +* npm: node.js package management + +Bugfixes and Misc Changes: + +* service module happier if only enabled=yes|no specified and no state +* mysql_db: use --password= instead of -p in dump/import so it doesn't go interactive if no pass set +* when using -c ssh and the ansible user is the current user, don't pass a -o to allow SSH config to be 1.1 "Mean Street" -- 4/2/2013