From 823a01688f60a5093451f0d5ce7843462359f3e2 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 3 Mar 2020 15:15:00 +0100 Subject: [PATCH] Bump minimum supported ansible version to 2.7 This is mainly based on the fact that all version up to 2.6 are not being updated anymore [0]. The 2.7 version is maintained at least with security fixes. [0] https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html Change-Id: Iea786985b93645da135a697140b9b14cdecf70bb --- driver-requirements.txt | 2 +- .../notes/bump-min-ansible-ver-a78e7885c0e9d361.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/bump-min-ansible-ver-a78e7885c0e9d361.yaml diff --git a/driver-requirements.txt b/driver-requirements.txt index 6df2f622f2..31d35ab36d 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -14,7 +14,7 @@ python-xclarityclient>=0.1.6 sushy>=3.1.0 # Ansible-deploy interface -ansible>=2.5 +ansible>=2.7 # HUAWEI iBMC hardware type uses the python-ibmcclient library python-ibmcclient>=0.1.0 diff --git a/releasenotes/notes/bump-min-ansible-ver-a78e7885c0e9d361.yaml b/releasenotes/notes/bump-min-ansible-ver-a78e7885c0e9d361.yaml new file mode 100644 index 0000000000..dd0e4787dc --- /dev/null +++ b/releasenotes/notes/bump-min-ansible-ver-a78e7885c0e9d361.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + The minimum supported version of Ansible is now 2.7. + All the precedent versions are not maintained anymore, version 2.7 grants + at least security fixes. \ No newline at end of file