We are stoked to announce the release of: networking-bgpvpn 19.0.0: API and Framework to interconnect bgpvpn to neutron networks This release is part of the bobcat 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 18.0.0..19.0.0 ------------------------------------------- f9491f5 Fix bindep.txt for python 3.11 job(Debian Bookworm) fd5d581 Fix tox.ini 5aa10be Imported Translations from Zanata 50b448e Make neutron-tempest-plugin-bgpvpn-bagpipe job voting again 2f40907 Fix issues due to rcent RBAC changes ce690c8 CI: add oslo_master and sqlalchemy to periodic weekly a23313c Use neutron-lib policy rules 902b821 Drop rc1 and b1 from min versions in requirements.txt ddee2a3 Update master for stable/2023.1 bc3076f Remove TripleO job Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 61 ++++----- bindep.txt | 5 +- .../services/service_drivers/bagpipe/bagpipe.py | 6 +- networking_bgpvpn/policies/base.py | 17 --- networking_bgpvpn/policies/bgpvpn.py | 3 +- networking_bgpvpn/policies/network_association.py | 3 +- networking_bgpvpn/policies/port_association.py | 3 +- networking_bgpvpn/policies/router_association.py | 3 +- releasenotes/source/2023.1.rst | 6 + releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 7 +- requirements.txt | 4 +- tox.ini | 7 +- 15 files changed, 201 insertions(+), 174 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3c33ada..67b1470 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,2 +20,2 @@ debtcollector>=1.19.0 # Apache-2.0 -neutron>=16.0.0.0b1 # Apache-2.0 -networking-bagpipe>=12.0.0.0rc1 # Apache-2.0 +neutron>=23.0.0.0b2 # Apache-2.0 +networking-bagpipe>=12.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org