summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2013-02-01 21:27:00 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2013-02-01 21:27:00 -0500
commit6a64e9f0248d402aa60faf33bc720acbcd56e50b (patch)
treee7028f1697ca09187735795e0e31114deef6c9a7
parent602656f02cea93897f81ed1a69096c9e34bcceba (diff)
downloadansible-6a64e9f0248d402aa60faf33bc720acbcd56e50b.tar.gz
Update changelogv1.0
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92cbdab82b..e94aaaf978 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,7 @@ New playbook/language features:
* parameterized playbook includes can now define complex variables (not just all on one line)
* making inventory variables available for use in vars_files paths
* messages when skipping plays are now more clear
+* --extra-vars now has maximum precedence (as intended)
Module fixes and new flags:
@@ -55,6 +56,7 @@ Module fixes and new flags:
* fix to enable Jinja2 {% include %} to work again in template
* ec2 module is now powered by Boto
* setup module can now detect if package manager is using pacman
+* fix for yum module with enablerepo in use on EL 6
Core fixes and new behaviors:
@@ -67,6 +69,10 @@ Core fixes and new behaviors:
* handle tilde shell character for --private-key
* hash merging policy is now selectable in the config file, can choose to override or merge
* environment variables now available for setting all plugin paths (ANSIBLE_CALLBACK_PLUGINS, etc)
+* added packaging file for macports (not upstreamed yet)
+* hacking/test-module script now uses /usr/bin/env properly
+* fixed error formatting for certain classes of playbook syntax errors
+* fix for processing returns with large volumes of output
Inventory files/scripts: