Merge "Bump Ansible version range to 2.9 - 2.9"
This commit is contained in:
commit
8b4f24f6d2
@ -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 }}"
|
||||
|
6
releasenotes/notes/ansible-2.9-2.9-1a666cc9aab51c9d.yaml
Normal file
6
releasenotes/notes/ansible-2.9-2.9-1a666cc9aab51c9d.yaml
Normal 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.
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user