Browse code

update changelog

Michael DeHaan authored on 2013/05/25 12:19:59
Showing 1 changed files
... ...
@@ -21,6 +21,8 @@ Core Features:
21 21
 * "meta: flush_handler" task capability added for when you really need to force handlers to run
22 22
 * new --start-at-task option to ansible playbook allows starting at a specific task name in a long playbook
23 23
 * added a log file for ansible/ansible-playbook, set 'log_path' in the configuration file or ANSIBLE_LOG_PATH in environment
24
+* debug mode always outputs debug in playbooks, without needing to specify -v
25
+* external inventory script added for Spacewalk / Red Hat Satellite servers
24 26
 
25 27
 Modules added:
26 28
 
... ...
@@ -40,6 +42,17 @@ Modules added:
40 40
 * filesystem - a wrapper around mkfs
41 41
 * jabber: send jabber chat messages
42 42
 * osx_say: make OS X say things out loud
43
+* openstack: keystone_user
44
+* openstack: glance_image
45
+* openstack: nova_compute
46
+* openstack: nova_keypair
47
+* openstack: quantum_floating_ip
48
+* openstack: quantum_floating_ip_associate
49
+* openstack: quantum_network
50
+* openstack: quantum_router
51
+* openstack: quantum_router_gateway
52
+* openstack: quantum_subnet
53
+* airbrake_deployment - notify airbrake of new deployments
43 54
 
44 55
 Modules removed
45 56
 
... ...
@@ -97,6 +110,15 @@ the variable is still registered for the host, with the attribute skipped: True.
97 97
 * lineinfile now does atomic file replacements
98 98
 * fix to not pass PasswordAuthentication=no in the config file unneccessarily for SSH connection type
99 99
 * for for authorized_key on Debian Squeeze
100
+* fixes for apt_repository module reporting changed incorrectly on certain repository types
101
+* allow the virtualenv argument to the pip module to be a pathname
102
+* service pattern argument now correctly read for BSD services
103
+* fetch location can now be controlled more directly via the 'flat' parameter.
104
+* added basename and dirname as Jinja2 filters available to all templates
105
+* pip works better when sudoing from unpriveledged users
106
+* fix for user creation with groups specification reporting 'changed' incorrectly in some cases
107
+* fix for some unicode encoding errors in outputing some data in verbose mode
108
+* 
100 109
 
101 110
 1.1 "Mean Street" -- 4/2/2013
102 111