We are chuffed to announce the release of: networking-bagpipe 18.0.0: Mechanism driver for Neutron ML2 plugin using BGP E-VPNs/IP VPNs as a backend This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/networking-bagpipe Download the package from: https://pypi.org/project/networking-bagpipe Please report issues through: https://bugs.launchpad.net/networking-bagpipe/+bugs For more details, please see below. Changes in networking-bagpipe 17.0.0..18.0.0 -------------------------------------------- c061c4a Change IPDB to NDB 0d094ba Tox4: add allowlist_externals where necessary af560a7 CI: Add openstack-tox-py39-with-oslo-master to periodic weekly queue 7a02ee3 Add required projects where necessary 61798ad Switch to 2023.1 Python3 unit tests and generic template name cb9efc1 Update master for stable/zed Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 22 +++++++++++++++++++++- networking_bagpipe/bagpipe_bgp/common/config.py | 7 ++++--- releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 6 ++++++ test-requirements.txt | 3 +-- tox.ini | 5 ++++- 6 files changed, 37 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 6ca4790..f9e30aa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,2 +10 @@ oslotest>=3.2.0 # Apache-2.0 -astroid==2.1.0 # LGPLv2.1 -pylint==2.2.0 # GPLv2 +pylint==2.5.3 # GPLv2