Browse code

Update changelog

Michael DeHaan authored on 2012/11/04 08:35:54
Showing 1 changed files
... ...
@@ -15,11 +15,25 @@ Ansible Changes By Release
15 15
 * if ansible_*_interpreter is set on a delegated host, it now works as intended
16 16
 * authorized key module uses temp file now to prevent failure on full disk
17 17
 * MySQL module takes new grant options
18
-* user module can create SHS keys
18
+* user module can create SSH keys
19 19
 * yum module takes enablerepo= and disablerepo=
20 20
 * --limit can now take "," as well as ";" or ":"
21 21
 * various git module improvements/tweaks
22
-* EC2 module now produces nicer failure message if AWS is down (or similar)
22
+* EC2 inventory script now produces nicer failure message if AWS is down (or similar)
23
+* user module now works on FreeBSD, generic system for modules subclassed by OS platform/distro
24
+* plugin loading code now more streamlined
25
+* module options now sorted in documentation
26
+* able to set default for asking password & sudo password in config file
27
+* now installs nicely if running inside a virtualenv
28
+* msg is now displaced with newlines when a task fails
29
+* added a template lookup plugin (with_template: "{{ some_jinja2 }}")
30
+* if any with_ plugin has no results in a list, the task is now skipped
31
+* further upgrades to service module service status reporting
32
+* tweaks to get service module to play nice with BSD style service systems (rc.conf)
33
+* 'domain' fact now available
34
+* group_by module allows partitioning hosts based on group data
35
+* create= option on lineinfile can create the file when it does not exist
36
+* misc yum module fixing for various corner cases
23 37
 
24 38
 0.8 "Cathedral" -- Oct 19, 2012
25 39