Merge "Bump Ansible version range to 2.9 - 2.9"

This commit is contained in:
Zuul 2021-03-10 14:09:40 +00:00 committed by Gerrit Code Review
commit 8b4f24f6d2
3 changed files with 8 additions and 2 deletions

View File

@ -67,7 +67,7 @@
# Limit the version of ansible used by kolla-ansible to avoid new
# releases from breaking tested code. Changes to this limit should be
# tested.
- ansible>=2.8,<2.10,!=2.8.9,!=2.9.8,!=2.9.12
- ansible>=2.9,<2.10,!=2.9.8,!=2.9.12
- selinux
pip:
name: "{{ (kolla_ansible_packages + kolla_ansible_venv_extra_requirements) | select | list }}"

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
Updates the minimum supported version of Ansible from 2.8 to 2.9. The
maximum supported version stays at 2.9. This is true for both Kayobe and
Kolla Ansible.

View File

@ -1,5 +1,5 @@
pbr>=2.0 # Apache-2.0
ansible>=2.8.0,<2.10.0,!=2.8.9,!=2.9.8,!=2.9.12 # GPLv3
ansible>=2.9.0,<2.10.0,!=2.9.8,!=2.9.12 # GPLv3
cliff>=3.1.0 # Apache
netaddr!=0.7.16,>=0.7.13 # BSD
PyYAML>=3.10.0 # MIT