2.14 Roadmap (#77387)

Co-authored-by: Matt Clay <matt@mystile.com>
pull/77518/head
Matt Martz 3 years ago committed by GitHub
parent 460f842ae0
commit 727387ad76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,64 @@
.. _core_roadmap_2.14:
*****************
Ansible-core 2.14
*****************
.. 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-core release.
.. note:: Dates subject to change.
Development Phase
^^^^^^^^^^^^^^^^^
The ``milestone`` branch will be advanced at the start date of each development phase.
- 2022-05-02 Development Phase 1
- 2022-06-27 Development Phase 2
- 2022-08-08 Development Phase 3
Release Phase
^^^^^^^^^^^^^
- 2022-09-19 Feature Freeze (and ``stable-2.14`` branching from ``devel``)
No new functionality (including modules/plugins) to any code
- 2022-09-26 Beta 1
- 2022-10-17 Release Candidate 1
- 2022-11-07 Release
.. note:: The beta and release candidate schedules allow for up to 3 releases on a weekly schedule depending on the necessity of creating a release.
Release Manager
===============
Ansible Core Team
Planned work
============
* Data Tagging
* Implement sidecar docs to support documenting filter/test plugins, as well as non Python modules
* Proxy Display over queue from forks
* Move handler processing into new PlayIterator phase to use the configured strategy
* Convert FieldAttribute to data descriptors to avoid complex meta classes
* Drop Python 3.8 support for controller
* Enforce running controller code with the Python locale and filesystem encoding set to UTF-8
Delayed work
============
The following work has been delayed and retargeted for a future release:
* N/A

@ -6,10 +6,6 @@ ansible-core Roadmaps
The ``ansible-core`` team develops a roadmap for each major and minor ``ansible-core`` release. The latest roadmap shows current work; older roadmaps provide a history of the project. We don't publish roadmaps for subminor versions. So 2.10 and 2.11 have roadmaps, but 2.10.1 does not.
.. note::
Ansible renamed ``ansible-base`` to ``ansible-core``.
We incorporate team and community feedback in each roadmap, and aim for further transparency and better inclusion of both community desires and submissions.
Each roadmap offers a *best guess*, based on the ``ansible-core`` team's experience and on requests and feedback from the community, of what will be included in a given release. However, some items on the roadmap may be dropped due to time constraints, lack of community maintainers, and so on.
@ -29,6 +25,7 @@ See :ref:`Ansible communication channels <communication>` for details on how to
:glob:
:caption: ansible-core Roadmaps
ROADMAP_2_14
ROADMAP_2_13
ROADMAP_2_12
ROADMAP_2_11

Loading…
Cancel
Save