update changelog
This commit is contained in:
parent
2d8078140d
commit
b0a64973b6
1 changed files with 26 additions and 19 deletions
45
CHANGELOG.md
45
CHANGELOG.md
|
@ -23,27 +23,27 @@ Core Features
|
||||||
|
|
||||||
Modules Added:
|
Modules Added:
|
||||||
|
|
||||||
* rabbit_mq plugin module
|
|
||||||
* rabbit_mq user module
|
|
||||||
* rabbit_mq vhost module
|
|
||||||
* rabbit_mq parameter module
|
|
||||||
* mongodb_user module
|
|
||||||
* new uri module -- can get/put/post/etc
|
|
||||||
* CloudFormation module
|
|
||||||
* zfs
|
|
||||||
* okg
|
|
||||||
* macports
|
|
||||||
* homebrew
|
|
||||||
* gem
|
|
||||||
* lvol (LVM logical volumes)
|
|
||||||
* django-manage
|
|
||||||
* openbsd_pkg
|
|
||||||
* netscaler
|
|
||||||
* bzr (bazaar version control)
|
* bzr (bazaar version control)
|
||||||
|
* cloudformation
|
||||||
|
* django-manage
|
||||||
|
* gem (ruby gems)
|
||||||
|
* homebrew
|
||||||
* lvg (logical volume groups)
|
* lvg (logical volume groups)
|
||||||
* s3 (allows putting file contents in buckets for sharing over s3)
|
* lvol (LVM logical volumes)
|
||||||
* vagrant (launching VMs with vagrant, this is different from existing vagrant plugin)
|
* macports
|
||||||
|
* mongodb_user
|
||||||
|
* netscaler
|
||||||
|
* okg
|
||||||
|
* openbsd_pkg
|
||||||
|
* rabbit_mq_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:
|
||||||
* 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:
|
||||||
* 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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue