[release-announce] neutron-dynamic-routing 18.0.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 14 11:17:25 UTC 2021


We contentedly announce the release of:

neutron-dynamic-routing 18.0.0: Neutron Dynamic Routing

This release is part of the wallaby release series.

The source is available from:

    https://opendev.org/openstack/neutron-dynamic-routing

Download the package from:

    https://tarballs.openstack.org/neutron-dynamic-routing/

Please report issues through:

    https://bugs.launchpad.net/neutron/+bugs

For more details, please see below.

Changes in neutron-dynamic-routing 17.0.0..18.0.0
-------------------------------------------------

d7a66c4 Add doc/requirements
aecd710 Bump SQL Alchemy version to catch ambiguous join fix
6a6f49b Migrate to new engine facade
878e896 Fix lower constraints
4212b70 Fix outerjoin to comply with SQLAlchemy 1.3 strictness
3d5e1c9 Add Python3 wallaby unit tests
aea5565 Update master for stable/victoria


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

.zuul.yaml                                         |  2 +-
lower-constraints.txt                              | 24 +++++++++++-----------
neutron_dynamic_routing/db/bgp_db.py               |  2 +-
.../bgp/scheduler/bgp_dragent_scheduler.py         |  9 ++++----
releasenotes/source/index.rst                      |  1 +
releasenotes/source/victoria.rst                   |  6 ++++++
requirements.txt                                   |  6 +++---
test-requirements.txt                              |  6 +-----
tox.ini                                            |  5 ++++-
10 files changed, 40 insertions(+), 27 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a5aff07..fab5020 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,2 +9,2 @@ netaddr>=0.7.18 # BSD
-SQLAlchemy>=1.2.0 # MIT
-alembic>=0.8.10 # MIT
+SQLAlchemy>=1.3.3 # MIT
+alembic>=0.9.6 # MIT
@@ -19 +19 @@ oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
-oslo.utils>=3.33.0 # Apache-2.0
+oslo.utils>=4.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index b1b315e..1e77835 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,3 +9,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx>=2.0.0,!=2.1.0 # BSD
-sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
-openstackdocstheme>=2.2.1 # Apache-2.0
@@ -18 +15 @@ testscenarios>=0.4 # Apache-2.0/BSD
-WebOb>=1.7.1 # MIT
+WebOb>=1.8.2 # MIT
@@ -21 +17,0 @@ oslotest>=3.2.0 # Apache-2.0
-reno>=3.1.0 # Apache-2.0






More information about the Release-announce mailing list