We are stoked to announce the release of: neutron 14.4.2: OpenStack Networking This release is part of the stein stable release series. The source is available from: https://opendev.org/openstack/neutron Download the package from: https://tarballs.openstack.org/neutron/ Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. 14.4.2 ^^^^^^ Upgrade Notes * Update from versions "14.3.1", "14.4.0" or "14.4.1" versions to the "14.4.2" or newer will cause problem with compatibility between older neutron agents and new neutron server. For more information see bug 1903531 (https://bugs.launchpad.net/neutron/+bug/1903531). Update from older versions will not cause the same problem. Changes in neutron 14.4.1..14.4.2 --------------------------------- 2792c879a1 Add release note with info about incompatibility due to updates 033a6c6aaf Revert "[Security] fix allowed-address-pair 0.0.0.0/0 issue" 77375464d8 Fix ovs agent, avoiding import error Diffstat (except docs and test files) ------------------------------------- neutron/agent/linux/ipset_manager.py | 2 +- neutron/agent/linux/iptables_firewall.py | 2 +- neutron/agent/linux/openvswitch_firewall/rules.py | 6 ------ neutron/api/rpc/handlers/securitygroups_rpc.py | 6 ++---- neutron/db/securitygroups_rpc_base.py | 23 ++++++++-------------- .../drivers/openvswitch/agent/ovs_neutron_agent.py | 6 ++---- .../linux/openvswitch_firewall/test_firewall.py | 7 +++---- .../agent/linux/openvswitch_firewall/test_rules.py | 3 +-- .../unit/agent/linux/test_iptables_firewall.py | 22 ++++++++------------- .../api/rpc/handlers/test_securitygroups_rpc.py | 22 +++++---------------- ...ate-incompatibility-issue-27a60ad12995b94e.yaml | 8 ++++++++ 14 files changed, 52 insertions(+), 98 deletions(-)