Update changelog
This commit is contained in:
parent
07361375b5
commit
3163109681
1 changed files with 22 additions and 18 deletions
40
CHANGELOG.md
40
CHANGELOG.md
|
@ -26,22 +26,20 @@ Core Features:
|
||||||
|
|
||||||
Modules added:
|
Modules added:
|
||||||
|
|
||||||
* rax: module for creating instances in the rackspace cloud (uses pyrax)
|
* cloud: rax: module for creating instances in the rackspace cloud (uses pyrax)
|
||||||
* npm: node.js package management
|
* packages: npm: node.js package management
|
||||||
* postgresql_priv: manages postgresql priveledges
|
* packages: pkgng: next-gen package manager for FreeBSD
|
||||||
* set_fact: sets a variable, which can be the result of a template evaluation
|
* database: postgresql_priv: manages postgresql priveledges
|
||||||
* hipchat: send notification events to hipchat
|
* networking: bigip_pool: load balancing with F5s
|
||||||
* ec2_elb: add and remove machines from ec2 elastic load balancers
|
* networking: ec2_elb: add and remove machines from ec2 elastic load balancers
|
||||||
* flowdock: send messages to flowdock during playbook runs
|
* notification: hipchat: send notification events to hipchat
|
||||||
* pkgng: next-gen package manager for FreeBSD
|
* notification: flowdock: send messages to flowdock during playbook runs
|
||||||
* bigip_pool: load balancing with F5s
|
* notification: campfire: send messages to campfire during playbook runs
|
||||||
* newrelic_deployment: notifies newrelic of new deployments
|
* notification: mqtt: send messages to the Mosquitto message bus
|
||||||
* campfire: send messages to campfire during playbook runs
|
* notification: irc: send messages to IRC channels
|
||||||
* mqtt: send messages to the Mosquitto message bus
|
* notification: filesystem - a wrapper around mkfs
|
||||||
* irc: send messages to IRC channels
|
* notification: jabber: send jabber chat messages
|
||||||
* filesystem - a wrapper around mkfs
|
* notification: osx_say: make OS X say things out loud
|
||||||
* jabber: send jabber chat messages
|
|
||||||
* osx_say: make OS X say things out loud
|
|
||||||
* openstack: keystone_user
|
* openstack: keystone_user
|
||||||
* openstack: glance_image
|
* openstack: glance_image
|
||||||
* openstack: nova_compute
|
* openstack: nova_compute
|
||||||
|
@ -53,7 +51,12 @@ Modules added:
|
||||||
* openstack: quantum_router_gateway
|
* openstack: quantum_router_gateway
|
||||||
* openstack: quantum_router_interface
|
* openstack: quantum_router_interface
|
||||||
* openstack: quantum_subnet
|
* openstack: quantum_subnet
|
||||||
* airbrake_deployment - notify airbrake of new deployments
|
* monitoring: newrelic_deployment: notifies newrelic of new deployments
|
||||||
|
* monitoring: airbrake_deployment - notify airbrake of new deployments
|
||||||
|
* monitoring: pingdom
|
||||||
|
* monitoring: pagerduty
|
||||||
|
* monitoring: monit
|
||||||
|
* utility: set_fact: sets a variable, which can be the result of a template evaluation
|
||||||
|
|
||||||
Modules removed
|
Modules removed
|
||||||
|
|
||||||
|
@ -119,7 +122,8 @@ the variable is still registered for the host, with the attribute skipped: True.
|
||||||
* pip works better when sudoing from unpriveledged users
|
* pip works better when sudoing from unpriveledged users
|
||||||
* fix for user creation with groups specification reporting 'changed' incorrectly in some cases
|
* fix for user creation with groups specification reporting 'changed' incorrectly in some cases
|
||||||
* fix for some unicode encoding errors in outputing some data in verbose mode
|
* fix for some unicode encoding errors in outputing some data in verbose mode
|
||||||
*
|
* improved NetBSD and Solaris facts
|
||||||
|
* debug module always outputs data without having to specify -v
|
||||||
|
|
||||||
1.1 "Mean Street" -- 4/2/2013
|
1.1 "Mean Street" -- 4/2/2013
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue