Ansible 2.7¶
Topics
Release Schedule¶
Expected¶
- 2018-08-23 Core Freeze (Engine and Core Modules/Plugins)
- 2018-08-23 Alpha Release 1
- 2018-08-30 Community Freeze (Non-Core Modules/Plugins)
- 2018-08-30 Beta Release 1
- 2018-09-06 Release Candidate 1 (If needed)
- 2018-09-13 Release Candidate 2 (If needed)
- 2018-09-20 Release Candidate 3 (If needed)
- 2018-09-27 Release Candidate 4 (If needed)
- 2018-10-04 General Availability
Release Manager¶
Toshio Kuratomi (IRC: abadger1999; GitHub: @abadger)
Cleaning Duty¶
- Drop Py2.6 for controllers Docs PR #42971 and issue #42972
- Remove dependency on simplejson issue #42761
Core Modules¶
Cloud Modules¶
General¶
- Cloud auth plugin proposal #24
Azure¶
- Azure inventory plugin issue #42769
Network¶
General¶
- Refactor the APIs in cliconf (issue #39056) and netconf (issue #39160) plugins so that they have a uniform signature across supported network platforms. done (PR #41846) (PR #43643) (PR #43837) (PR #43203) (PR #42300) (PR #44157)
Modules¶
- New
cli_config
module issue #39228 done PR #42413. - New
cli_command
module issue #39284 - Refactor
netconf_config
module to add additional functionality. done proposal #104 (PR #44379)