Commit b0a64973 by Michael DeHaan

update changelog

parent 2d807814
...@@ -23,27 +23,27 @@ Core Features ...@@ -23,27 +23,27 @@ Core Features
Modules Added: Modules Added:
* rabbit_mq plugin module * bzr (bazaar version control)
* rabbit_mq user module * cloudformation
* rabbit_mq vhost module * django-manage
* rabbit_mq parameter module * gem (ruby gems)
* mongodb_user module
* new uri module -- can get/put/post/etc
* CloudFormation module
* zfs
* okg
* macports
* homebrew * homebrew
* gem * lvg (logical volume groups)
* lvol (LVM logical volumes) * lvol (LVM logical volumes)
* django-manage * macports
* openbsd_pkg * mongodb_user
* netscaler * netscaler
* bzr (bazaar version control) * okg
* lvg (logical volume groups) * openbsd_pkg
* s3 (allows putting file contents in buckets for sharing over s3) * rabbit_mq_plugin
* vagrant (launching VMs with vagrant, this is different from existing vagrant plugin) * rabbit_mq_user
* rabbit_mq_vhost
* rabbit_mq_parameter
* rhn_channel
* s3 -- allows putting file contents in buckets for sharing over s3
* uri module -- can get/put/post/etc
* vagrant -- launching VMs with vagrant, this is different from existing vagrant plugin
* zfs
Bugfixes and Misc Changes: Bugfixes and Misc Changes:
...@@ -66,6 +66,9 @@ Bugfixes and Misc Changes: ...@@ -66,6 +66,9 @@ Bugfixes and Misc Changes:
* cowsay able to run out of macports (very important!) * cowsay able to run out of macports (very important!)
* improved logging for fireball mode * improved logging for fireball mode
* nicer error message when talking to an older system that needs a JSON module installed * nicer error message when talking to an older system that needs a JSON module installed
* 'magic' variable 'inventory_basedir' now gives path to inventory file
* 'magic' variable 'vars' works like 'hostvars' but gives global scope variables, useful for debugging in templates mostly
* conditionals can be used on plugins like add_host
Facts: Facts:
...@@ -125,6 +128,10 @@ Module Changes/Fixes: ...@@ -125,6 +128,10 @@ Module Changes/Fixes:
* fix default logins when no my.conf for MySQL module * fix default logins when no my.conf for MySQL module
* option to create users with non-unique UIDs (user module) * option to create users with non-unique UIDs (user module)
* macports module can enable/disable packages * macports module can enable/disable packages
* quotes in my.cnf are stripped by the MySQL modules
* Solaris Service management added
* service module will attempt to auto-add unmanaged chkconfig services when needed
* service module supports systemd service unit files
Plugins: Plugins:
......
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