We are psyched to announce the release of: networking-baremetal 6.4.0: Neutron plugin that provides deep Ironic/Neutron integration. This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/networking-baremetal Download the package from: https://pypi.org/project/networking-baremetal Please report issues through: https://bugs.launchpad.net/networking-baremetal/+bugs For more details, please see below. Changes in networking-baremetal 6.3.0..6.4.0 -------------------------------------------- 0bf02fb Update to match latest development cycle 252c4a6 Fix codespell reported errors 4ce0065 Remove call to enable_python3_package d311283 reno: Update master for unmaintained/zed 7aa6451 Update master for stable/2024.1 4ccfef7 reno: Update master for unmaintained/xena 321015b reno: Update master for unmaintained/wallaby 10e8629 reno: Update master for unmaintained/victoria Diffstat (except docs and test files) ------------------------------------- devstack/plugin.sh | 2 -- releasenotes/source/2024.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/zed.rst | 2 +- setup.cfg | 5 ++++- test-requirements.txt | 2 +- tox.ini | 8 ++++---- 10 files changed, 20 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 9db8c5b..95fbab7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0