[release-announce] neutron-fwaas 14.0.1 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Jan 8 13:40:19 UTC 2020


We are satisfied to announce the release of:

neutron-fwaas 14.0.1: OpenStack Networking FWaaS

This release is part of the stein stable release series.

The source is available from:

    https://opendev.org/openstack/neutron-fwaas

Download the package from:

    https://tarballs.openstack.org/null/

Please report issues through:

    https://bugs.launchpad.net/neutron/+bugs

For more details, please see below.

Changes in neutron-fwaas 14.0.0..14.0.1
---------------------------------------

648d725da Fix sorting of filter rules in legacy_conntrack module
7470cde06 Fix list_entries for netlink_lib when running on py3
2febe3fe9 [stein-only] Upper-constrain neutron to stable/stein
df11d0b93 Fix removing non-last port from the group
2f2c08a8c netfilter_log: Correctly decode binary type prefix
c49c1d697 OpenDev Migration Patch
7a0d5bbbe Fix the verification method before creating and updating the firewall rule
b3209c20c Replace openstack.org git:// URLs with https://
fc0e9ae27 Update UPPER_CONSTRAINTS_FILE for stable/stein
78ccddecd Update .gitreview for stable/stein


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  3 +-
.zuul.yaml                                         |  4 +--
neutron_fwaas/db/firewall/v2/firewall_db_v2.py     | 38 ++++++++++------------
.../privileged/netfilter_log/libnetfilter_log.py   |  4 ++-
neutron_fwaas/privileged/netlink_lib.py            |  2 +-
.../firewall/service_drivers/agents/agents.py      |  7 ++--
.../agents/drivers/linux/legacy_conntrack.py       | 14 +++++++-
.../agents/l3reference/firewall_l3_agent_v2.py     |  3 +-
.../unit/db/firewall/v2/test_firewall_db_v2.py     | 16 +++++++++
.../agents/drivers/linux/test_legacy_conntrack.py  | 10 ++++++
.../l3reference/test_firewall_l3_agent_v2.py       | 21 ++++++++++++
playbooks/neutron-fwaas-fullstack/run.yaml         |  6 ++--
requirements.txt                                   |  2 +-
tox.ini                                            |  2 +-
15 files changed, 98 insertions(+), 37 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 0d9e06614..b64948967 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21 +21 @@ pyroute2>=0.5.3;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
-neutron>=13.0.0.0b1 # Apache-2.0
+neutron>=13.0.0.0b1,<15.0.0.0b1 # Apache-2.0






More information about the Release-announce mailing list