We enthusiastically announce the release of: neutron-lbaas 13.0.1: OpenStack Networking Load Balancing as a Service This release is part of the rocky stable release series. The source is available from: https://opendev.org/openstack/neutron-lbaas Download the package from: https://tarballs.openstack.org/null/ Please report issues through: https://storyboard.openstack.org/#!/project/906 For more details, please see below. 13.0.1 ^^^^^^ Bug Fixes * Fixed a bug in the validation of load balancer statistics, which led to an exception occuring when running under python3 and negative values erroneously being accepted under python2, see `https://storyboard.openstack.org/#!/task/37085`_ for more information. * Correct the parameter passing error when using lbaas to delete l7 rule. Docutils System Messages ************************ Changes in neutron-lbaas 13.0.0..13.0.1 --------------------------------------- e22276df0 "lbaas delete l7 rule" Parameter Passing Error f7aa23310 Fix lb stats model ed1826651 Update tox.ini for new upper constraints strategy 7a23682bf Remove the release notes job from stable/rocky f24315023 Fix memory leak in the haproxy provider driver acfc907bf OpenDev Migration Patch dcfd640d8 Fix proxy extension for neutron RBAC ecd43f6a3 Replace openstack.org git:// URLs with https:// 255b93967 Revert "Updated "create_pool" method in plugin" 1353bad71 Updated "create_pool" method in plugin ed9117570 Update L7-proxy gate to allow new Octavia features e0cca6ec8 import zuul job settings from project-config 594ccd122 Update UPPER_CONSTRAINTS_FILE for stable/rocky 2bd000920 Update .gitreview for stable/rocky Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- neutron_lbaas/db/loadbalancer/models.py | 4 +- neutron_lbaas/drivers/haproxy/namespace_driver.py | 3 ++ neutron_lbaas/services/loadbalancer/plugin.py | 2 +- .../services/loadbalancer/proxy_plugin.py | 59 ++++++++++++++++++++-- .../tempest/v2/api/test_listeners_non_admin.py | 2 +- .../unit/db/loadbalancer/test_proxy_plugin.py | 53 +++++++++++++++++-- .../unit/drivers/haproxy/test_namespace_driver.py | 1 + .../loadbalancer/test_loadbalancer_plugin.py | 22 ++++++++ .../neutron-lbaasv2-dsvm-api-l7octavia/run.yaml | 6 +-- .../neutron-lbaasv2-dsvm-api-namespace/run.yaml | 6 +-- playbooks/legacy/neutron-lbaasv2-dsvm-api/run.yaml | 6 +-- .../run.yaml | 6 +-- .../legacy/neutron-lbaasv2-dsvm-py3x-api/run.yaml | 6 +-- .../run.yaml | 6 +-- .../neutron-lbaasv2-dsvm-py3x-scenario/run.yaml | 6 +-- .../run.yaml | 6 +-- .../legacy/neutron-lbaasv2-dsvm-scenario/run.yaml | 6 +-- .../bug-lb-stats-validation-aa806817c16b22b1.yaml | 7 +++ ...e-parameter-passing-error-e5564d3359168c12.yaml | 4 ++ tox.ini | 6 +-- zuul.d/jobs.yaml | 2 +- zuul.d/projects.yaml | 5 ++ 26 files changed, 241 insertions(+), 49 deletions(-)
participants (1)
-
no-reply@openstack.org