kayobe/releasenotes/notes/ansible-max-5-dd929737c46f20ec.yaml
Mark Goddard fb5649bd2f Bump up Ansible supported versions
This change bumps up the maximum supported Ansible version to 5.x
(ansible-core 2.12.x) and minimum to 4.x. This synchronises Kayobe with
Kolla Ansible (see change Ia373f9cc3bb69eba0288bbb3e497e8cadb7cc4d3).

ansible 5 / ansible-core 2.12 raises the minimum version of Python to
3.8, so CentOS Stream 8 environments will typically get ansible 4 /
ansible-core 2.11.

Change-Id: If4477e7fa4c022ead6cda4a34a72b342f115936f
2022-01-28 10:44:32 +00:00

17 lines
656 B
YAML

---
upgrade:
- |
Updates the maximum supported version of Ansible from 4.x (ansible-core
2.11) to 5.x (ansible-core 2.12). The minimum supported version is updated
from 2.10 to 4.x. This is true for both Kayobe and Kolla Ansible. Note that
environments with Python 3.7 or lower (e.g. CentOS Stream 8) will be
limited to Ansible 4.x (ansible-core 2.11).
- |
Upgrading directly from Ansible 2.10 to Ansible 4 or later is known to
cause problems. You should uninstall ``ansible`` and ``ansible-base``
before upgrading your Kayobe virtual environment:
.. code-block:: console
pip uninstall ansible ansible-base