2020-08-27 23:45:20 +02:00
|
|
|
.. _base_roadmap_2_11:
|
|
|
|
|
|
|
|
=================
|
|
|
|
Ansible-base 2.11
|
|
|
|
=================
|
|
|
|
|
|
|
|
.. 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-base release.
|
|
|
|
|
|
|
|
.. note:: There is no Alpha phase in 2.11.
|
|
|
|
.. note:: Dates subject to change.
|
|
|
|
|
2020-10-15 20:52:51 +02:00
|
|
|
- 2021-02-12 Feature Freeze
|
2020-08-27 23:45:20 +02:00
|
|
|
No new functionality (including modules/plugins) to any code
|
|
|
|
|
2020-10-15 20:52:51 +02:00
|
|
|
- 2021-03-02 Beta 1
|
|
|
|
- ????-??-?? Beta 2
|
|
|
|
|
|
|
|
- 2021-03-29 Release Candidate 1
|
2020-08-27 23:45:20 +02:00
|
|
|
- ????-??-?? Release Candidate 2
|
2020-10-15 20:52:51 +02:00
|
|
|
|
|
|
|
- 2021-04-26 Release
|
2020-08-27 23:45:20 +02:00
|
|
|
|
|
|
|
Release Manager
|
|
|
|
---------------
|
|
|
|
|
2020-10-15 20:52:51 +02:00
|
|
|
Ansible Core Team
|
2020-08-27 23:45:20 +02:00
|
|
|
|
|
|
|
Planned work
|
|
|
|
============
|
2020-10-15 20:52:51 +02:00
|
|
|
|
|
|
|
- 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
|
|
|
|
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.
|