[release-announce] networking-odl 21.0.0 (zed)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 5 12:30:55 UTC 2022


We are psyched to announce the release of:

networking-odl 21.0.0: OpenStack Networking

This release is part of the zed release series.

The source is available from:

    https://opendev.org/openstack/networking-odl

Download the package from:

    https://pypi.org/project/networking-odl

Please report issues through:

    https://bugs.launchpad.net/networking-odl/+bugs

For more details, please see below.

Changes in networking-odl 20.0.0..21.0.0
----------------------------------------

a9da81d08 Adopt to oslo.db 12.1.0
346263cd1 Tests: fix requirements for unit tests
31fed9455 Imported Translations from Zanata
63202d4bc Update python testing as per zed cycle teting runtime
06161ff17 Drop lower-constraints.txt and its testing
886649ab5 CI: Adopt networking-odl to latest changes
ea86c25ad Add weekly jobs
4524ccf88 Add Python3 zed unit tests
32eada6fc Update master for stable/yoga


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

.zuul.d/project.yaml                               |  70 +++----
bindep.txt                                         |   2 +-
devstack/entry_points                              |   1 +
lower-constraints.txt                              | 218 ---------------------
networking_odl/db/db.py                            |   1 +
.../locale/en_GB/LC_MESSAGES/networking_odl.po     |  87 +++++---
.../drop-python-3-6-and-3-7-6f831f9443821d26.yaml  |   5 +
releasenotes/source/index.rst                      |   1 +
.../source/locale/fr/LC_MESSAGES/releasenotes.po   |  26 ---
releasenotes/source/yoga.rst                       |   6 +
requirements.txt                                   |   4 +
setup.cfg                                          |   5 +-
test-requirements.txt                              |   6 +-
tox.ini                                            |   8 +-
22 files changed, 192 insertions(+), 358 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c14bd0793..a0873ae26 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -0,0 +1,4 @@
+# Requirements lower bounds listed here are our best effort to keep them up to
+# date but we do not test them so no guarantee of having them all correct. If
+# you find any incorrect lower bounds, let us know or propose a fix.
+
diff --git a/test-requirements.txt b/test-requirements.txt
index ab45aa1ec..721b195d7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14 +14 @@ pecan>=1.3.3 # BSD
-pylint==2.12.0 # GPLv2
+pylint==2.5.3 # GPLv2
@@ -23,0 +24,4 @@ ceilometer>=11.0.0
+
+# This is necessary as pecan dropped this dependency
+# see https://review.opendev.org/c/openstack/neutron/+/848706
+WebTest>=2.0.27 # MIT






More information about the Release-announce mailing list