We are amped to announce the release of: neutron-dynamic-routing 23.0.0: Neutron Dynamic Routing This release is part of the bobcat 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 22.0.0.0rc1..23.0.0 ------------------------------------------------------ f7baab8 Bump Neutron to 23.0.0.0b3 24db9d0 Install os-ken from git repo 2b75e2b doc: Add IPv6 usecase 513ea64 [alembic] Alembic operations require keywords only arguments bf54f03 fix unittest issues caused by neutron rbac changes c080147 [sqlalchemy-20] Add reader context to ``get_bgp_peers`` 46d83cf Add neutron and neutron-lib projects to SQLAlchemy main branch job 4810b8e Use neutron-lib policy rules e9529f7 Add a reno for the fixed address scope calculation 075d251 Update master for stable/2023.1 d41c3f0 CI: Add periodic weekly job with sqlalchemy master Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 20 +- devstack/lib/dr | 6 + neutron_dynamic_routing/db/bgp_db.py | 1 + .../4cf8bc3edb66_rename_tenant_to_project.py | 2 +- neutron_dynamic_routing/policies/base.py | 17 - neutron_dynamic_routing/policies/bgp_dragent.py | 3 +- neutron_dynamic_routing/policies/bgp_peer.py | 3 +- neutron_dynamic_routing/policies/bgp_speaker.py | 3 +- ...address-scope-calculation-c8ac84662a6547bd.yaml | 8 + releasenotes/source/2023.1.rst | 6 + releasenotes/source/index.rst | 1 + requirements.txt | 2 +- 16 files changed, 614 insertions(+), 44 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 386bc25..0e777b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24 +24 @@ oslo.utils>=4.5.0 # Apache-2.0 -neutron>=14.0.0.0b1 # Apache-2.0 +neutron>=23.0.0.0b3 # Apache-2.0