We are glad to announce the release of: neutron-fwaas 20.0.0: OpenStack Networking FWaaS This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/neutron-fwaas Download the package from: https://tarballs.openstack.org/neutron-fwaas/ Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. Changes in neutron-fwaas 19.0.0..20.0.0 --------------------------------------- 625b6526c Bump hacking fef2d9ee7 tox: Drop envdir 3fe92291f Update python classifier with py3.10 & py3.11 in setup.cfg 75228edb4 Remove usage of LBaaS constants 9c6df04c7 py311: Add py311 job and sqlalchemy-main job to weekly cfa0b3447 [sqlalchemy-20] Replace the context writer/reader a4284e4ee Remove the "sitepackages" in the extra arguments 960530916 Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 24 +++++- neutron_fwaas/db/firewall/v2/firewall_db_v2.py | 9 +- .../expand/6941ce70131e_add_standard_attr_id.py | 21 +++-- .../mitaka/contract/458aa42b14b_fw_table_alter.py | 2 +- .../f83a0b2964d0_rename_tenant_to_project.py | 3 +- neutron_fwaas/extensions/firewall_v2.py | 5 +- .../firewall/service_drivers/agents/agents.py | 4 +- .../agents/drivers/linux/iptables_fwaas_v2.py | 8 +- .../linux/l2/openvswitch_firewall/firewall.py | 2 +- .../agents/l3reference/firewall_l3_agent_v2.py | 6 +- .../firewall/service_drivers/driver_api.py | 21 ++--- neutron_fwaas/services/logapi/agents/l3/fwg_log.py | 2 +- .../unit/db/firewall/v2/test_firewall_db_v2.py | 40 ++++----- .../agents/drivers/linux/test_netlink_conntrack.py | 3 +- .../service_drivers/agents/l2/test_fwaas_v2.py | 16 ++-- .../firewall/service_drivers/agents/test_agents.py | 96 +++++++++++----------- releasenotes/source/2023.2.rst | 6 ++ releasenotes/source/index.rst | 1 + requirements.txt | 9 -- setup.cfg | 2 + test-requirements.txt | 7 +- tox.ini | 23 ++---- 25 files changed, 167 insertions(+), 160 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e8fd36ba2..4185da125 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +0,0 @@ -# Requirements lower bounds listed here are our best effort to keep them up to -# date but we do not test them so no guarantee of having them all correct. If -# you find any incorrect lower bounds, let us know or propose a fix. - -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -pbr>=4.0.0 # Apache-2.0 - diff --git a/test-requirements.txt b/test-requirements.txt index d1c726983..bdb9dc3d5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -7 +3,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -flake8-import-order==0.12 # LGPLv3 @@ -17,0 +14 @@ oslotest>=3.2.0 # Apache-2.0 +pylint==2.17.4 # GPLv2
participants (1)
-
no-reply@openstack.org