Browse code

Update the changelog with everything that has happened so far.

Michael DeHaan authored on 2013/06/19 09:28:46
Showing 1 changed files
... ...
@@ -3,7 +3,35 @@ Ansible Changes By Release
3 3
 
4 4
 1.3 "Top of the World" - Release pending!
5 5
 
6
-* This is the active development release, right now!
6
+Major new features:
7
+
8
+* new /etc/ansible/facts.d allows JSON or INI style facts to be provided from the remote node, and supports executable fact programs in this dir. Files must end in *.fact.
9
+* ability to make undefined template variables raise errors, see ansible.cfg
10
+
11
+New modules:
12
+
13
+* pending!
14
+
15
+Misc changes:
16
+
17
+* Added OpenRC support (Gentoo) to the service module
18
+* ansible_ssh_user value is available to templates
19
+* added placement_group parameter to ec2 module
20
+* new sha256 parameter to get_url module for validation
21
+* search for mount binaries in system path and sbin vs assuming path
22
+* allowed inventory file to be read from a pipe
23
+* added Solaris distribution facts
24
+* fixed bug along error path in quantum_network module
25
+* user password update mode is controllable in user module now (creation vs every time)
26
+* added check mode support to the OpenBSD package module
27
+* internal system by which a module can process multiple with_items entries is now streamlined (see yum, apt, etc) so any module can request this behavior. If used, parameter given to {{ item }} will be joined by commas and passed once, rather than invoking the module N times.  Previously this was available to a select few packaging modules only.  Now any module can specify WITH_ITEMS_WANTS_LIST in the source and get this behavior.
28
+* Fix for MySQL 5.6 compatibility
29
+* HP UX virtualization facts
30
+* fixed some executable bits in git
31
+* made rhn_register module compatible with EL5
32
+* fix for setup module epoch time in Solaris
33
+* sudo_user is now expanded later allowing to be set at inventory scope
34
+* mondodb_user module change to also support MongoDB 2.2
7 35
 
8 36
 1.2 "Right Now" -- June 10, 2013
9 37