Commit 022b2290 by Michael DeHaan

Changelog update for 0.8 initial merges

parent dc146815
...@@ -3,6 +3,15 @@ Ansible Changes By Release ...@@ -3,6 +3,15 @@ Ansible Changes By Release
0.8 "Cathedral" -- release pending 0.8 "Cathedral" -- release pending
Misc:
* is_set is available for use inside of an only_if expression: is_set('ansible_eth0') # etc
* removes= exists on command just like creates=
* postgresql modules now take an optional port= parameter
* /proc/cmdline info is now available in Linux facts
* public host key detection for OS X
* to_yaml and from_yaml are available as Jinja2 filters
* server side action code (template, etc) are now fully pluggable
0.7 "Panama" -- Sept 6 2012 0.7 "Panama" -- Sept 6 2012
Module changes: Module changes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment