openstack-ansible 30.0.1 (dalmatian)
We are thrilled to announce the release of: openstack-ansible 30.0.1 This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/openstack-ansible Download the package from: https://tarballs.openstack.org/openstack-ansible/ Please report issues through: https://bugs.launchpad.net/openstack-ansible/+bugs For more details, please see below. Changes in openstack-ansible 30.0.0..30.0.1 ------------------------------------------- 390183a39 Use the same version of ansible for linters as is used for deployments. b2266975b Update test-requirements c0b7bfe66 Bump SHAs for 2024.2 Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 24 ++++++++++++------------ inventory/group_vars/cinder_all/source_git.yml | 4 ++-- inventory/group_vars/horizon_all/source_git.yml | 4 ++-- inventory/group_vars/ironic_all/source_git.yml | 4 ++-- inventory/group_vars/magnum_all/source_git.yml | 4 ++-- inventory/group_vars/manila_all/source_git.yml | 4 ++-- inventory/group_vars/neutron_all/source_git.yml | 10 +++++----- inventory/group_vars/nova_all/source_git.yml | 4 ++-- inventory/group_vars/swift_all/source_git.yml | 4 ++-- inventory/group_vars/trove_all/source_git.yml | 4 ++-- test-requirements.txt | 13 +++++++------ zuul.d/project-templates.yaml | 4 ++-- 12 files changed, 42 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 88615ad25..3e6b72bab 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=3.2.0,<4.0 # Apache-2.0 +hacking>=3.2.0,<=7.0.0 # Apache-2.0 @@ -10,5 +10,2 @@ virtualenv>=14.0.6 # MIT -# TODO(noonedeadpunk) Upgrade linters versions and drop pycodestyle -# once we stop doing linters check for the integrated repo with -# openstack-ansible-tests/test-ansible-lint.sh -flake8==3.8.3 # MIT -ansible-lint==6.19.0 # MIT +flake8 # MIT +ansible-lint==24.12.2 # MIT @@ -16,0 +14,4 @@ Jinja2>=2.10 # BSD + +# NOTE(jrosser) Ensure that we are using the same version of ansible +# for test cases such as linters, as we do for deployments +ansible-core==2.17.5
participants (1)
-
no-reply@openstack.org