mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
update changelog
This commit is contained in:
parent
40e49b6a5a
commit
a56dc03180
1 changed files with 16 additions and 0 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -34,6 +34,22 @@ Ansible Changes By Release
|
||||||
* group_by module allows partitioning hosts based on group data
|
* group_by module allows partitioning hosts based on group data
|
||||||
* create= option on lineinfile can create the file when it does not exist
|
* create= option on lineinfile can create the file when it does not exist
|
||||||
* misc yum module fixing for various corner cases
|
* misc yum module fixing for various corner cases
|
||||||
|
* lookup plugins for DNS text records, environment variables, and redis
|
||||||
|
* user module now does Solaris!
|
||||||
|
* new module for creating ec2 hosts
|
||||||
|
* new module for adding a temporary host record (used for creating new guests)
|
||||||
|
* solaris svr4pkg module
|
||||||
|
* shell and command module now take an 'executable=' flag for specifying an alternate shell than /bin/sh
|
||||||
|
* flag to allow SSH connection to move files by scp vs sftp (in config file)
|
||||||
|
* various output formatting fixes/improvements
|
||||||
|
* various tweaks to the EC2 inventory plugin
|
||||||
|
* additional RPM subpackages for easily installing fireball mode deps (server and node)
|
||||||
|
* jinja2 filters are now pluggable so it's easy to write your own (to_json/etc, are now impl. as such)
|
||||||
|
* in get_url module, thirsty is no longer required for directory destinations
|
||||||
|
* various fixes to the git module
|
||||||
|
* fix for Xen dom0/domU detection in default facts
|
||||||
|
* various templating engine fixes
|
||||||
|
* user module supports BSD
|
||||||
|
|
||||||
0.8 "Cathedral" -- Oct 19, 2012
|
0.8 "Cathedral" -- Oct 19, 2012
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue