Updating CHANGELOG for some 2.1 features.
This commit is contained in:
parent
37bf8e990c
commit
b3aae33fcd
1 changed files with 8 additions and 4 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,13 +1,17 @@
|
||||||
Ansible Changes By Release
|
Ansible Changes By Release
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
## 2.1 TBD - ACTIVE DEVELOPMENT
|
## 2.1 "The Song Remains the Same" - ACTIVE DEVELOPMENT
|
||||||
|
|
||||||
###Major Changes:
|
###Major Changes:
|
||||||
|
|
||||||
* added facility for modules to send back 'diff' for display when ansible is called with --diff, updated several modules to return this info
|
* Added the ability to specify includes as "static" (either through a configuration option or on a per-include basis). When includes are static,
|
||||||
* added ansible-console tool, a REPL shell that allows running adhoc tasks against a chosen inventory (based on https://github.com/dominis/ansible-shell)
|
they are loaded at compile time and cannot contain dynamic features like loops.
|
||||||
* new meta action, `meta: clear_facts` which will remove existing facts for the current host from current memory and facts cache.
|
* Added a new option for tasks: `loop_control`. This currently only supports one option - `loop_var`, which allows a different loop variable from `item` to be used.
|
||||||
|
* Added the ability to send per-item callbacks, rather than a batch update (this more closely resembles the behavior of Ansible 1.x).
|
||||||
|
* Added facility for modules to send back 'diff' for display when ansible is called with --diff, updated several modules to return this info
|
||||||
|
* Added ansible-console tool, a REPL shell that allows running adhoc tasks against a chosen inventory (based on https://github.com/dominis/ansible-shell)
|
||||||
|
* New meta action, `meta: clear_facts` which will remove existing facts for the current host from current memory and facts cache.
|
||||||
|
|
||||||
####New Modules:
|
####New Modules:
|
||||||
- aws
|
- aws
|
||||||
|
|
Loading…
Reference in a new issue