From c12b7fafe86b849925668be59b8d91b5c105163f Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 25 May 2022 15:05:38 +0200 Subject: [PATCH] Exclude ansible collection >1.8.0,<2.0.0 The next version after 1.8.0 will not be compatible with openstacksdk 0.99 in the Zed constraints. We'll need to bump to 2.0.0 when ready. Change-Id: I21598c36b78a30b38cf0e721d280756168c557cf --- ansible-collections-requirements.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible-collections-requirements.yml b/ansible-collections-requirements.yml index 9cd55a61b..fca3e6d56 100644 --- a/ansible-collections-requirements.yml +++ b/ansible-collections-requirements.yml @@ -1,4 +1,6 @@ collections: - name: openstack.cloud - version: '>=1.3.0,<2.0.0' + # NOTE(dtantsur): replace with >=2.0.0 when ready. The next version after + # 1.8.0 will be incompatible with openstacksdk in Zed constraints. + version: '>=1.3.0,<=1.8.0' source: https://galaxy.ansible.com