stub 2.6 in devel CHANGELOG, update 2.5 info
This commit is contained in:
parent
c1c5433733
commit
1f49fa2129
1 changed files with 20 additions and 5 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -1,9 +1,24 @@
|
||||||
Ansible Changes By Release
|
Ansible Changes By Release
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
<a id="2.6"></a>
|
||||||
|
|
||||||
|
## 2.5 "Heartbreaker" - ACTIVE DEVELOPMENT
|
||||||
|
|
||||||
|
### Major Changes
|
||||||
|
|
||||||
|
### Deprecations (to be removed in 2.10)
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
#### Removed modules (previously deprecated)
|
||||||
|
|
||||||
|
### New Modules
|
||||||
|
|
||||||
|
|
||||||
<a id="2.5"></a>
|
<a id="2.5"></a>
|
||||||
|
|
||||||
## 2.5 "TBD" - ACTIVE DEVELOPMENT
|
## 2.5 "Kashmir" - March 2018 (estimated)
|
||||||
|
|
||||||
[Porting Guide](http://docs.ansible.com/ansible/devel/porting_guides.html)
|
[Porting Guide](http://docs.ansible.com/ansible/devel/porting_guides.html)
|
||||||
|
|
||||||
|
@ -78,7 +93,7 @@ See [Porting Guide](http://docs.ansible.com/ansible/devel/porting_guides.html) f
|
||||||
|
|
||||||
### New Plugins
|
### New Plugins
|
||||||
|
|
||||||
## Lookups
|
#### Lookups
|
||||||
* aws_ssm: Query AWS ssm data
|
* aws_ssm: Query AWS ssm data
|
||||||
* aws_account_attribute: Query AWS account attributes such as EC2-Classic
|
* aws_account_attribute: Query AWS account attributes such as EC2-Classic
|
||||||
availability
|
availability
|
||||||
|
@ -86,16 +101,16 @@ See [Porting Guide](http://docs.ansible.com/ansible/devel/porting_guides.html) f
|
||||||
* openshift: Return info from Openshift installation
|
* openshift: Return info from Openshift installation
|
||||||
* redis: look up date from Redis DB, deprecates the redis_kv one.
|
* redis: look up date from Redis DB, deprecates the redis_kv one.
|
||||||
|
|
||||||
## Callbacks
|
#### Callbacks
|
||||||
* yaml
|
* yaml
|
||||||
|
|
||||||
## Connections
|
#### Connections
|
||||||
* network_cli
|
* network_cli
|
||||||
* netconf
|
* netconf
|
||||||
|
|
||||||
While neither is technically a new plugin, these connections may now be used directly with network modules. See [Network Best Practices for Ansible 2.5](http://docs.ansible.com/ansible/devel/network_best_practices_2.5.html) for more details.
|
While neither is technically a new plugin, these connections may now be used directly with network modules. See [Network Best Practices for Ansible 2.5](http://docs.ansible.com/ansible/devel/network_best_practices_2.5.html) for more details.
|
||||||
|
|
||||||
## Filters
|
#### Filters
|
||||||
* parse_xml
|
* parse_xml
|
||||||
|
|
||||||
### New Modules
|
### New Modules
|
||||||
|
|
Loading…
Reference in a new issue