From 12825edae1f0946be5cae9daf83b5e3b1c263b01 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 19 Jun 2012 21:20:17 -0400 Subject: [PATCH] update the changelog for the currently ongoing development release. --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba8c0f866bb..22f3e3a20b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ Ansible Changes By Release ========================== +0.5 "Amsterdam" ------- July XX, 2012 + +* Service module gets more accurate service states when running with upstart +* Jinja2 usage in playbooks (not templates), reinstated, supports %include directive +* support for --connection ssh (supports Kerberos, bastion hosts, etc), requires ControlMaster +* misc tracebacks replaced with error messages +* various API/internals refactoring +* vars can be built from other variables +* support for exclusion of hosts/groups with "!groupname" +* various changes to support md5 tool differences for FreeBSD nodes & OS X clients +* "unparseable" command output shows in command output for easier debugging +* mktemp is no longer required on remotes (not available on BSD) +* support for older versions of python-apt in the apt module +* a new "assemble" module, for constructing files from pieces of files (inspired by Puppet "fragments" idiom) +* ability to override most default values with ANSIBLE_FOO environment variables +* --module-path parameter can support multiple directories seperated with the OS path seperator +* with_items can take a variable of type list +* ansible_python_interpreter variable available for systems with more than one Python +* BIOS and VMware "fact" upgrades +* cowsay is used by ansible-playbook if installed to improve output legibility (try installing it) +* authorized_key module +* SELinux facts now sourced from the python selinux library + 0.4 "Unchained" ------- May 23, 2012 Internals/Core