Mention renaming ansible-base to -core @ roadmap (#73354)

* Mention renaming ansible-base to -core @ roadmap

* Replace ansible-base with ansible-core @ roadmap
This commit is contained in:
Sviatoslav Sydorenko 2021-01-25 18:34:40 +01:00 committed by GitHub
parent f3ce7cfe53
commit ab667200cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
.. _base_roadmap_2_11:
=================
Ansible-base 2.11
Ansible-core 2.11
=================
.. contents::
@ -13,7 +13,7 @@ Release Schedule
Expected
========
PRs must be raised well in advance of the dates below to have a chance of being included in this ansible-base release.
PRs must be raised well in advance of the dates below to have a chance of being included in this ansible-core release.
.. note:: There is no Alpha phase in 2.11.
.. note:: Dates subject to change.
@ -37,11 +37,12 @@ Release Manager
Planned work
============
- Rename ``ansible-base`` to ``ansible-core``.
- Improve UX of ``ansible-galaxy collection`` CLI, specifically as it relates to install and upgrade.
- Add new Role Argument Spec feature that will allow a role to define an argument spec to be used in
validating variables used by the role.
- Bump the minimum Python version requirement for the controller to Python 3.8. There will be no breaking changes
to this release, however ``ansible-base`` will only be packaged for Python 3.8+. ``ansible-base==2.12`` will include
to this release, however ``ansible-core`` will only be packaged for Python 3.8+. ``ansible-core==2.12`` will include
breaking changes requiring at least Python 3.8.
- Introduce split-controller testing in ``ansible-test`` to separate dependencies for the controller from
dependencies on the target.