We joyfully announce the release of: networking-bgpvpn 18.0.0: API and Framework to interconnect bgpvpn to neutron networks This release is part of the antelope 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 17.0.0..18.0.0 ------------------------------------------- 6658d4b Imported Translations from Zanata 7d1f8d6 Fix some pylint indentation warnings d259ea3 Tox4: add allowlist_externals where necessary 3a668d5 Switch to 2023.1 Python3 unit tests and generic template name fa27b22 Update master for stable/zed Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- .../services/service_drivers/bagpipe/bagpipe.py | 2 +- .../services/service_drivers/bagpipe/bagpipe_v2.py | 8 ++++---- releasenotes/source/index.rst | 1 + .../source/locale/en_GB/LC_MESSAGES/releasenotes.po | 18 ++++++++++++++++-- releasenotes/source/zed.rst | 6 ++++++ test-requirements.txt | 3 +-- tox.ini | 9 +++++++-- 9 files changed, 39 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 71e77c0..6dca419 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,2 +13 @@ oslotest>=3.2.0 # Apache-2.0 -astroid==2.1.0 # LGPLv2.1 -pylint==2.2.0 # GPLv2 +pylint==2.5.3 # GPLv2