[release-announce] networking-bgpvpn 12.0.0 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Wed May 13 11:00:47 UTC 2020
We are pleased to announce the release of:
networking-bgpvpn 12.0.0: API and Framework to interconnect bgpvpn to
neutron networks
This release is part of the ussuri 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 11.0.0..12.0.0
-------------------------------------------
d6a93f6 Fix recent gate failures
9dcd5ed Add release note on horizon optional dependency
af146b9 Use extras for horizon dependency
49c7e58 Switch functional/install jobs to Zuulv3 syntax
0a77c0b Remove references for unittest2
b3134d1 Fix lower constraints
643b627 Fix sphinx requirements
47719d1 Drop Django 1.11 support
87cc7a3 translation: drop babel extractor definitions
3fa26d6 Imported Translations from Zanata
40fa37b [ussuri][goal] Drop python 2.7 support and testing
e76a266 use standard_attr db from neutron-lib
07a5950 Update the constraints url
8add7ec Use Horizon project template for django jobs
70e6a57 PDF documentation build
00f2a6b Update master for stable/train
735568b fix tox python3 overrides
Diffstat (except docs and test files)
-------------------------------------
.pylintrc | 3 +-
.zuul.yaml | 70 ++++++++--------
babel-django.cfg | 3 -
babel-djangojs.cfg | 12 ---
.../locale/en_GB/LC_MESSAGES/django.po | 97 ++--------------------
bgpvpn_dashboard/locale/fr/LC_MESSAGES/django.po | 97 +---------------------
bindep.txt | 7 +-
devstack/gate_hook.sh | 22 -----
devstack/post_test_hook.sh | 48 -----------
devstack/pre_test_hook.sh | 2 -
lower-constraints.txt | 59 +++++++------
.../locale/en_GB/LC_MESSAGES/networking_bgpvpn.po | 45 +---------
networking_bgpvpn/neutron/db/bgpvpn_db.py | 7 +-
.../services/service_drivers/bagpipe/bagpipe.py | 2 +-
.../en_GB/LC_MESSAGES/networking_bgpvpn_heat.po | 43 +++++++++-
.../post.yaml | 15 ----
.../run.yaml | 80 ------------------
.../run.yaml | 15 ----
.../networking-bgpvpn-dsvm-functional/post.yaml | 15 ----
.../networking-bgpvpn-dsvm-functional/run.yaml | 78 -----------------
playbooks/networking-bgpvpn-dsvm-install/run.yaml | 15 ----
.../notes/drop-py-2-7-4db5f2b1529bb09c.yaml | 6 ++
.../notes/horizon-in-extras-371d572b09437dc4.yaml | 10 +++
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 97 ++++++++++++++++++----
releasenotes/source/train.rst | 6 ++
requirements.txt | 10 +--
setup.cfg | 14 +++-
test-requirements.txt | 10 ++-
tools/test-setup.sh | 57 -------------
tox.ini | 44 +++++-----
36 files changed, 302 insertions(+), 755 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index c344f3a..c801947 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5 @@
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Babel!=2.4.0,>=2.3.4 # BSD
+pbr>=4.0.0 # Apache-2.0
@@ -8 +7 @@ oslo.config>=5.2.0 # Apache-2.0
-oslo.db>=4.27.0 # Apache-2.0
+oslo.db>=4.37.0 # Apache-2.0
@@ -12,2 +11,2 @@ oslo.utils>=3.33.0 # Apache-2.0
-neutron-lib>=1.18.0 # Apache-2.0
-debtcollector>=1.2.0 # Apache-2.0
+neutron-lib>=1.30.0 # Apache-2.0
+debtcollector>=1.19.0 # Apache-2.0
@@ -18 +16,0 @@ neutron>=13.0.0 # Apache-2.0
-horizon>=14.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 537f9f3..f817be1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ PyMySQL>=0.7.6 # MIT License
-WebOb>=1.7.1 # MIT
+WebOb>=1.8.2 # MIT
@@ -12,0 +13,2 @@ oslotest>=3.2.0 # Apache-2.0
+astroid==2.1.0;python_version>="3.0" # LGPLv2.1
+pylint==2.2.0;python_version>="3.0" # GPLv2
@@ -17 +18,0 @@ testtools>=2.2.0 # MIT
-pylint==1.9.2 # GPLv2
@@ -21 +22,3 @@ tempest>=17.1.0 # Apache-2.0
-# if they are in the required-projects list for a job:
+# if they are in the required-projects list for a job.
+# Installation by 'extras' in tox.ini does not honor upper-constraints,
+# so we specify the same here to ensure upper-constraints.
@@ -22,0 +26 @@ networking-bagpipe>=9.0.0 # Apache-2.0
+horizon>=17.1.0 # Apache-2.0
More information about the Release-announce
mailing list