Update changelog to include recent modifications.
This commit is contained in:
parent
6ecdef6b88
commit
6d41983173
1 changed files with 17 additions and 2 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -16,17 +16,22 @@ Core Features
|
||||||
* a new chroot connection type
|
* a new chroot connection type
|
||||||
* module common code now has basic type checking (and casting) capability
|
* module common code now has basic type checking (and casting) capability
|
||||||
* module common now supports a 'no_log' attribute to mark a field as not to be syslogged
|
* module common now supports a 'no_log' attribute to mark a field as not to be syslogged
|
||||||
* inventory can now point to a directory containing multiple scripts/hosts files
|
* inventory can now point to a directory containing multiple scripts/hosts files, if using this, put group_vars/host_vars directories inside this directory
|
||||||
|
|
||||||
Modules Added:
|
Modules Added:
|
||||||
|
|
||||||
* rabbit_mq plugin module
|
* rabbit_mq plugin module
|
||||||
* rabbit_mq user module
|
* rabbit_mq user module
|
||||||
* rabbit_mq vhost module
|
* rabbit_mq vhost module
|
||||||
|
* rabbit_mq parameter module
|
||||||
* mongodb_user module
|
* mongodb_user module
|
||||||
* new uri module -- can get/put/post/etc
|
* new uri module -- can get/put/post/etc
|
||||||
* CloudFormation module
|
* CloudFormation module
|
||||||
* zfs
|
* zfs
|
||||||
|
* okg
|
||||||
|
* macports
|
||||||
|
* gem
|
||||||
|
* lvol (LVM logical volumes)
|
||||||
* django-manage
|
* django-manage
|
||||||
|
|
||||||
Bugfixes and Misc Changes:
|
Bugfixes and Misc Changes:
|
||||||
|
@ -39,12 +44,17 @@ Bugfixes and Misc Changes:
|
||||||
* raise an error when multiple when_ statements are provided
|
* raise an error when multiple when_ statements are provided
|
||||||
* --list-hosts applies host limit selections better
|
* --list-hosts applies host limit selections better
|
||||||
* (internals) template engine specifications to use template_ds everywhere
|
* (internals) template engine specifications to use template_ds everywhere
|
||||||
* better error message when your host file can't be found
|
* better error message when your host file can not be found
|
||||||
* end of line comments now work in the inventory file
|
* end of line comments now work in the inventory file
|
||||||
* directory destinations now work better with remote md5 code
|
* directory destinations now work better with remote md5 code
|
||||||
* lookup plugin macros like $FILE and $ENV now work without returning arrays in variable definitions/playbooks
|
* lookup plugin macros like $FILE and $ENV now work without returning arrays in variable definitions/playbooks
|
||||||
* uses yaml.safe_load everywhere
|
* uses yaml.safe_load everywhere
|
||||||
* able to add EXAMPLES to documentation via EXAMPLES docstring, rather than just in main documentation YAML
|
* able to add EXAMPLES to documentation via EXAMPLES docstring, rather than just in main documentation YAML
|
||||||
|
* can set ANSIBLE_COW_SELECTION to pick other cowsay types (including random)
|
||||||
|
* to_nice_yaml and to_nice_json available as Jinja2 filters that indent and sort
|
||||||
|
* cowsay able to run out of macports (very important!)
|
||||||
|
* improved logging for fireball mode
|
||||||
|
* nicer error message when talking to an older system that needs a JSON module installed
|
||||||
|
|
||||||
Facts:
|
Facts:
|
||||||
|
|
||||||
|
@ -53,6 +63,9 @@ Facts:
|
||||||
* fact detection for OS type on Amazon Linux
|
* fact detection for OS type on Amazon Linux
|
||||||
* device fact gathering stability improvements
|
* device fact gathering stability improvements
|
||||||
* ansible_os_family fact added
|
* ansible_os_family fact added
|
||||||
|
* user_id (remote user name)
|
||||||
|
* a whole series of current time information under the 'datetime' hash
|
||||||
|
|
||||||
|
|
||||||
Module Changes/Fixes:
|
Module Changes/Fixes:
|
||||||
|
|
||||||
|
@ -86,6 +99,8 @@ Module Changes/Fixes:
|
||||||
* charset fix to mail module
|
* charset fix to mail module
|
||||||
* postresql db module now does not try to create the 'PUBLIC' user
|
* postresql db module now does not try to create the 'PUBLIC' user
|
||||||
* SVN module now works correctly with self signed certs
|
* SVN module now works correctly with self signed certs
|
||||||
|
* apt module now has an upgrade parameter (values=yes, no, or 'dist')
|
||||||
|
|
||||||
|
|
||||||
Plugins:
|
Plugins:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue