neutron-dynamic-routing 25.0.0 (dalmatian)
We are pumped to announce the release of: neutron-dynamic-routing 25.0.0 This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/neutron-dynamic-routing Download the package from: https://tarballs.openstack.org/neutron-dynamic-routing/ Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. Changes in neutron-dynamic-routing 24.0.0..25.0.0 ------------------------------------------------- 06232f0 Ignore disabled routers for advertising f844863 Bump Neutron to 25.0.0.0b1 c1ca6e8 Fix neutron wsgi module location 04d1a29 netaddr1: except TypeError in validate_ip_addr 5787eea Drop usage of subtransactions=True 859a8dd Add pre-commit configuration 2f83b78 Fix minor flake8 issues to make it passing while run through pre-commit bfbe260 reno: Update master for unmaintained/zed 408ce29 Add pyproject.toml to support pip 23.1 ffaaf5a Add py312 job to periodic based on testing runtime for 2024.2 9f6dc55 Bump Neutron to 24.0.0.0b1 b297b47 Update master for stable/2024.1 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 38 +++ .zuul.yaml | 1 + neutron_dynamic_routing/db/bgp_db.py | 4 + .../extensions/bgp_dragentscheduler.py | 2 +- .../services/bgp/agent/driver/utils.py | 12 +- neutron_dynamic_routing/services/bgp/bgp_plugin.py | 82 +++++-- pyproject.toml | 4 + releasenotes/source/2024.1.rst | 6 + releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 2 +- requirements.txt | 2 +- 13 files changed, 331 insertions(+), 81 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0e777b7..c5d7839 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24 +24 @@ oslo.utils>=4.5.0 # Apache-2.0 -neutron>=23.0.0.0b3 # Apache-2.0 +neutron>=25.0.0.0b1 # Apache-2.0
participants (1)
-
no-reply@openstack.org