octavia 4.0.1 (stein)
We exuberantly announce the release of: octavia 4.0.1: OpenStack Octavia Scalable Load Balancer as a Service This release is part of the stein stable release series. The source is available from: https://opendev.org/openstack/octavia Download the package from: https://pypi.org/project/octavia Please report issues through: https://storyboard.openstack.org/#!/project/908 For more details, please see below. 4.0.1 ^^^^^ Bug Fixes * Fixed duplicated IPv6 addresses in Active/Standby mode in CentOS amphorae. * Fixed an issue where the listener API would accept null/None values for fields that must have a valid value, such as connection- limit. Now when a PUT call is made to one of these fields with null as the value the API will reset the field value to the field default value. * Fixed a bug that prevents spare amphora rotation. Changes in octavia 4.0.0..4.0.1 ------------------------------- 3ac8f296 Performance improvement for non-udp health checks 30a4feb8 Bandit test exclusions syntax change 7dc3cb97 Fix IPv6 in Active/Standby topology on CentOS aa259d12 Fix spare amphora failover 8e3e8b1f Fix listener API handling of None/null updates cbf4079a OpenDev Migration Patch Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .../api_server/templates/rh_plug_vip_ethX.conf.j2 | 2 + octavia/api/v2/controllers/listener.py | 30 +++++++++ octavia/api/v2/types/listener.py | 6 +- octavia/common/constants.py | 1 + .../healthmanager/health_drivers/update_db.py | 20 +++--- octavia/controller/worker/controller_worker.py | 2 +- octavia/db/repositories.py | 4 +- .../healthmanager/health_drivers/test_update_db.py | 72 ++++++++++++++++++---- playbooks/image-build/run.yaml | 2 +- playbooks/legacy/grenade-devstack-octavia/run.yaml | 10 +-- .../legacy/octavia-v1-dsvm-py3x-scenario/run.yaml | 6 +- playbooks/legacy/octavia-v1-dsvm-scenario/run.yaml | 6 +- ...-active-standby-in-centos-4e47140e0e139de8.yaml | 4 ++ .../None-fde2ffab82e783a4.yaml | 7 +++ ...ed-spare-amphora-rotation-007ba406411a313d.yaml | 4 ++ tox.ini | 2 +- zuul.d/jobs.yaml | 6 +- 20 files changed, 210 insertions(+), 43 deletions(-)
participants (1)
-
no-reply@openstack.org