neutron-fwaas 13.0.2 (rocky)
We are jazzed to announce the release of: neutron-fwaas 13.0.2: OpenStack Networking FWaaS This release is part of the rocky stable 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 13.0.1..13.0.2 --------------------------------------- ea7590e4e netfilter_log: Correctly decode binary type prefix 55a5a41b4 OpenDev Migration Patch 0a7172bd0 Fix the verification method before creating and updating the firewall rule 54a8a5bc1 Replace openstack.org git:// URLs with https:// 5b31f2320 Subscribe Neutron port update events for FWG Logging handling 2f55bd16e Fix firewall rule 'shared' check in updating fwp 78159b799 Load neutron_fwaas.conf with '--config-file' for neutron-server 42ea1e0fa Correct package name libnetfilter-log on CentOS 90951a5ec Upper-constrain neutron to stable/rocky 5ece265b6 Move port validation support into the driver eafcbce19 Fix associating firewall group with DVR/L3HA port Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 8 +- devstack/plugin.sh | 15 +- lower-constraints.txt | 2 +- neutron_fwaas/common/exceptions.py | 4 +- neutron_fwaas/db/firewall/v2/firewall_db_v2.py | 40 ++-- .../privileged/netfilter_log/libnetfilter_log.py | 4 +- neutron_fwaas/services/firewall/fwaas_plugin_v2.py | 44 ++--- .../firewall/service_drivers/agents/agents.py | 17 ++ .../firewall/service_drivers/driver_api.py | 6 + .../logapi/agents/drivers/iptables/driver.py | 4 + neutron_fwaas/services/logapi/common/log_db_api.py | 19 +- .../services/logapi/common/port_callback.py | 40 ++++ .../unit/db/firewall/v2/test_firewall_db_v2.py | 64 +++++-- .../unit/services/firewall/test_fwaas_plugin_v2.py | 51 +++++- .../unit/services/logapi/common/test_log_db_api.py | 38 +++- .../services/logapi/common/test_port_callback.py | 203 +++++++++++++++++++++ playbooks/neutron-fwaas-fullstack/run.yaml | 6 +- requirements.txt | 2 +- 19 files changed, 483 insertions(+), 86 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f4bd3c06a..5cf313b4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20 +20 @@ pyroute2>=0.4.21;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2) -neutron>=13.0.0.0b1 # Apache-2.0 +neutron>=13.0.0.0b1,<14.0.0.0b1 # Apache-2.0
participants (1)
-
no-reply@openstack.org