adds 2.9 roadmap, reversed local TOC order (#56371)
This commit is contained in:
parent
a4f08617d4
commit
f88b660717
2 changed files with 39 additions and 0 deletions
38
docs/docsite/rst/roadmap/ROADMAP_2_9.rst
Normal file
38
docs/docsite/rst/roadmap/ROADMAP_2_9.rst
Normal file
|
@ -0,0 +1,38 @@
|
|||
===========
|
||||
Ansible 2.9
|
||||
===========
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Release Schedule
|
||||
----------------
|
||||
|
||||
Expected
|
||||
========
|
||||
|
||||
PRs must be raised well in advance of the dates below to have a chance of being included in this Ansible release.
|
||||
|
||||
- TBD 2019-??-?? Alpha 1 **Core freeze**
|
||||
No new features to ``support:core`` code.
|
||||
Includes no new options to existing Core modules
|
||||
|
||||
- TBD 2019-??-?? Beta 1 **Feature freeze**
|
||||
No new functionality (including modules/plugins) to any code
|
||||
|
||||
- 2019-??-?? Release Candidate 1
|
||||
- 2019-??-?? Release Candidate 2 (if needed)
|
||||
- 2019-??-?? Release Candidate 3 (if needed)
|
||||
- 2019-??-?? Release
|
||||
|
||||
|
||||
|
||||
Release Manager
|
||||
---------------
|
||||
|
||||
Toshio Kuratomi (IRC: abadger1999; GitHub: @abadger)
|
||||
|
||||
Planned work
|
||||
============
|
||||
|
||||
See the `Ansible 2.9 Project Board <https://github.com/ansible/ansible/projects/34>`_
|
|
@ -22,6 +22,7 @@ See :ref:`Ansible communication channels <communication>` for details on how to
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
:reversed:
|
||||
:caption: Ansible Release Roadmaps
|
||||
|
||||
ROADMAP*
|
||||
|
|
Loading…
Reference in a new issue