Skip to content

Commit 6053098

Browse files
grzegorzkoperAlex-Welsh
authored andcommitted
Bump up Ansible supported versions to 11.x/12.x
This change bumps up the maximum supported version of Ansible to 12.x (ansible-core 2.18.x) and minimum to 11.x (ansible-core 2.17.x). Change-Id: I1c4aa7f22a9cfa6d2c1abad8efaca880572a0bdf
1 parent 533c397 commit 6053098

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ansible/roles/kolla-ansible/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kolla_ansible_venv_extra_requirements: []
2626
# tested code. Changes to this limit should be tested. It is possible to only
2727
# install ansible-core by setting kolla_ansible_venv_ansible to None.
2828
kolla_ansible_venv_ansible:
29-
kolla_ansible_venv_ansible_core: 'ansible-core>=2.16,<2.18'
29+
kolla_ansible_venv_ansible_core: 'ansible-core>=2.17,<2.19'
3030

3131
# Path to a requirements.yml file for Ansible collections.
3232
kolla_ansible_requirements_yml: "{{ kolla_ansible_venv }}/share/kolla-ansible/requirements.yml"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
upgrade:
3+
- |
4+
Updates the maximum supported version of Ansible from 11 (ansible-core
5+
2.17) to 12 (ansible-core 2.18). The minimum supported version is updated
6+
from 9.x to 10.x. This is true for both Kayobe and Kolla Ansible.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pbr>=2.0 # Apache-2.0
22
Jinja2>3 # BSD
3-
ansible>=9,<11 # GPLv3
3+
ansible>=10,<12 # GPLv3
44
cliff>=3.1.0 # Apache
55
netaddr!=0.7.16,>=0.7.13 # BSD
66
PyYAML>=3.10.0 # MIT

0 commit comments

Comments
 (0)