[release-announce] networking-baremetal 5.0.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 6 11:31:47 UTC 2021


We are excited to announce the release of:

networking-baremetal 5.0.0: Neutron plugin that provides deep
Ironic/Neutron integration.

This release is part of the xena 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://storyboard.openstack.org/#!/project/openstack/networking-
baremetal

For more details, please see below.

Changes in networking-baremetal 4.0.0..5.0.0
--------------------------------------------

cd69016 Add lower-constraints job to current development branch
ae68d69 Increase version of hacking and pycodestyle
5bcf940 Update min version of tox to use allowlist
0fb7388 setup.cfg: Replace dashes with underscores
a0bd483 Add Python3 xena unit tests
14eaffe Update master for stable/wallaby


Diffstat (except docs and test files)
-------------------------------------

lower-constraints.txt           | 77 +++++++++++++++++++++++++++++++++++++++++
releasenotes/source/index.rst   |  1 +
releasenotes/source/wallaby.rst |  6 ++++
requirements.txt                |  6 ++--
setup.cfg                       |  8 ++---
test-requirements.txt           |  2 +-
tox.ini                         | 10 +++---
zuul.d/project.yaml             |  3 +-
8 files changed, 99 insertions(+), 14 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index e242377..0d5dbb2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ oslo.log>=3.36.0 # Apache-2.0
-oslo.utils>=3.33.0 # Apache-2.0
+oslo.utils>=3.40.2 # Apache-2.0
@@ -11,2 +11,2 @@ oslo.messaging>=5.29.0 # Apache-2.0
-oslo.service>=1.30.0 # Apache-2.0
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
+oslo.service>=1.40.2 # Apache-2.0
+pbr>=3.1.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 95a0ef3..7dc8b34 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ testtools>=2.2.0 # MIT
-stestr>=1.0.0 # Apache-2.0
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list