[release-announce] networking-bgpvpn 17.0.0 (zed)
no-reply at openstack.org
no-reply at openstack.org
Wed Oct 5 12:28:15 UTC 2022
We are thrilled to announce the release of:
networking-bgpvpn 17.0.0: API and Framework to interconnect bgpvpn to
neutron networks
This release is part of the zed release series.
The source is available from:
https://opendev.org/openstack/networking-bgpvpn
Download the package from:
https://pypi.org/project/networking-bgpvpn
Please report issues through:
https://bugs.launchpad.net/bgpvpn/+bugs
For more details, please see below.
Changes in networking-bgpvpn 16.0.0..17.0.0
-------------------------------------------
3cba4a4 Change dsvm-functional to dsvm-functional-gate
67f7161 Tests: fix requirements for unit tests
b13051d Imported Translations from Zanata
07c35f9 Update python testing as per zed cycle teting runtime
d44be7d Address RemovedInDjango40Warning
6d7b5d7 Drop lower-constraints.txt and its testing
9f78f6e CI: fix weekly job
8bf872c Register common cfg options from Neutron
25a78f4 Add weekly jobs
6d38103 Add Python3 zed unit tests
275ed1d Update master for stable/yoga
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 27 +--
bgpvpn_dashboard/dashboards/admin/bgpvpn/urls.py | 25 +--
.../project/bgpvpn/network_associations/urls.py | 7 +-
.../project/bgpvpn/router_associations/urls.py | 7 +-
bgpvpn_dashboard/dashboards/project/bgpvpn/urls.py | 59 ++++---
.../locale/en_GB/LC_MESSAGES/django.po | 81 ++++++++-
lower-constraints.txt | 196 ---------------------
networking_bgpvpn/neutron/extensions/bgpvpn.py | 2 +
.../drop-python-3-6-and-3-7-97c0464e7a396023.yaml | 5 +
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 14 +-
releasenotes/source/yoga.rst | 6 +
requirements.txt | 4 +
setup.cfg | 5 +-
test-requirements.txt | 4 +
tox.ini | 8 +-
16 files changed, 184 insertions(+), 267 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 2420b74..3c33ada 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 50b2276..71e77c0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -28,0 +29,4 @@ horizon>=17.1.0 # Apache-2.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