add skeleton ansible 2.11 roadmap (#71566)

* add skeleton ansible roadmap to docs/docsite/rst/roadmap/COLLECTIONS_2_11.rst
pull/71610/head
Sandra McCann 4 years ago committed by GitHub
parent 96aee766f4
commit b518a5db14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,42 @@
====================
Ansible project 2.11
====================
This release schedule includes dates for the `ansible <https://pypi.org/project/ansible/>`_ package, with a few dates for the `ansible-base <https://pypi.org/project/ansible-base/>`_ package as well. All dates are subject to change. See :ref:`base_roadmap_2_11` for the most recent updates on ``ansible-base``.
.. contents::
:local:
Release schedule
=================
.. note:: Dates subject to change.
- ????-??-?? Ansible 2.11 alpha freeze. No net new collections allowed after this date.
- ????-??-?? Ansible collections freeze date for content moving between collections.
- ????-??-?? Ansible 2.11 alpha.
- ????-??-?? Ansible 2.11.0 beta1 and feature freeze.
- No new modules or major features accepted after this date. In practice this means we will freeze the semver collection versions to compatible release versions. For example, if the version of community.crypto on this date was community-crypto-2.1.0; ansible-2.11.0 could ship with community-crypto-2.1.1. It would not ship with community-crypto-2.2.0.
- ????-??-?? Ansible 2.11 final freeze/rc1.
- After this date only changes blocking a release are accepted.
- Collections will only be updated to a new version if a blocker is approved. Collection owners should discuss any blockers at a community IRC meeting (before this freeze) to decide whether to bump the version of the collection for a fix. See the `Community IRC meeting agenda <https://github.com/ansible/community/issues/539>`_.
** Additional release candidates to be published as needed as blockers are fixed **
- ????-??-?? Ansible 2.11 GA release date.
.. note::
Breaking changes may be introduced in Ansible 2.11.0, although we encourage collection owners to use deprecation periods that will show up in at least one Ansible release before being changed incompatibly.
Ansible patch releases
=======================
Ansible 2.11.x patch releases will occur approximately every three weeks if changes to collections have been made or if it is deemed necessary to force an upgrade to a later ansible-base-2.11.x. Ansible 2.11.x patch releases may contain new features but not backwards incompatibilities. In practice, this means we will include new collection versions where either the patch or the minor version number has changed but not when the major number has changed. For example: if Ansible-2.11 ships with community-crypto-2.1.0; ansible-2.11.1 may ship with community-crypto-2.2.0 but would not ship with community-crypto-3.0.0).
For more information, reach out on a mailing list or an IRC channel - see :ref:`communication` for more details.

@ -24,3 +24,4 @@ See :ref:`Ansible communication channels <communication>` for details on how to
:caption: Ansible Release Roadmaps
COLLECTIONS_2_10
COLLECTIONS_2_11

Loading…
Cancel
Save