networking-baremetal 6.6.0 (flamingo)
We jubilantly announce the release of: networking-baremetal 6.6.0 This release is part of the flamingo 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. 6.6.0 ^^^^^ Other Notes * Add support for using pre-commit to run checks more easily for contributors. Changes in networking-baremetal 6.5.0..6.6.0 -------------------------------------------- 4fab2a6 Remove explicit use of eventlet 4a33028 Use new syntax for neutron enablement 4e46b5a Drop redundant allowlist_externals 9ca3503 Fix failing genconfig target b66252c add pre-commit and adjust tox to utilize it b610783 fix sphinx-lint issues a95db99 fix awkward logic that the linter didn't like 64490b6 fix spelling mistakes 25928fc Update master for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 ++ .pre-commit-config.yaml | 61 ++++++++++++++++++++++ .../configuration/ironic-neutron-agent/index.rst | 2 +- .../ironic-neutron-agent/sample-config.rst | 2 +- .../ml2/device_drivers/common_config.rst | 8 +-- .../ml2/device_drivers/netconf-openconfig.rst | 2 +- .../contributor/quickstart-netconf-openconfig.rst | 4 +- networking_baremetal/agent/ironic_neutron_agent.py | 7 +-- pyproject.toml | 30 +++++++++++ .../notes/pre-commit-a3de910e07fde16e.yaml | 4 ++ releasenotes/source/2025.1.rst | 6 +++ releasenotes/source/index.rst | 1 + requirements.txt | 15 +++--- setup.cfg | 1 + test-requirements.txt | 1 - tox.ini | 36 ++++--------- zuul.d/networking-baremetal-jobs.yaml | 20 +++---- zuul.d/project.yaml | 2 - 21 files changed, 145 insertions(+), 66 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d344cb8..f31da62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ neutron-lib>=1.28.0 # Apache-2.0 -oslo.config>=5.2.0 # Apache-2.0 -oslo.i18n>=3.15.3 # Apache-2.0 -oslo.log>=3.36.0 # Apache-2.0 -oslo.utils>=3.40.2 # Apache-2.0 -oslo.messaging>=5.29.0 # Apache-2.0 -oslo.service>=1.40.2 # Apache-2.0 +oslo.config>=9.7.1 # Apache-2.0 +oslo.i18n>=6.5.1 # Apache-2.0 +oslo.log>=7.1.0 # Apache-2.0 +oslo.utils>=8.2.0 # Apache-2.0 +oslo.messaging>=16.1.0 # Apache-2.0 +oslo.service[threading]>=4.2.0 # Apache-2.0 @@ -14 +14 @@ openstacksdk>=0.31.2 # Apache-2.0 -tooz>=2.5.1 # Apache-2.0 +tooz>=6.3.0 # Apache-2.0 @@ -18 +17,0 @@ keystoneauth1>=3.14.0 # Apache-2.0 - diff --git a/test-requirements.txt b/test-requirements.txt index 95fbab7..114c44b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +6,0 @@ testscenarios>=0.4 # Apache-2.0/BSD -ncclient>=0.6.9 # Apache-2.0
participants (1)
-
no-reply@openstack.org