octavia-dashboard 9.0.1 (yoga)
We are happy to announce the release of: octavia-dashboard 9.0.1: Horizon panels for Octavia This release is part of the yoga stable release series. The source is available from: https://opendev.org/openstack/octavia-dashboard Download the package from: https://pypi.org/project/octavia-dashboard Please report issues through: https://storyboard.openstack.org/#!/project/openstack/octavia- dashboard For more details, please see below. 9.0.1 ^^^^^ Bug Fixes * Fixed a bug when displaying the member list, some fields were not displayed correctly and new members could not be added. This bug affected only Google Chrome 114 and above. * Fix a bug that prevented the update of non-HTTP and non-HTTPS health monitors. Changes in octavia-dashboard 9.0.0..9.0.1 ----------------------------------------- 6910a29 Drop lower-constraints.txt and its testing b7785d2 Fix popover attributes in member add dialog 7412402 Fix updating a non-HTTP(S) Health Monitor 98b4641 Fix network selector filter at LB creation 127294f Update TOX_CONSTRAINTS_FILE for stable/yoga 8175294 Update .gitreview for stable/yoga Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + lower-constraints.txt | 142 --------------------- octavia_dashboard/api/rest/lbaasv2.py | 26 ++-- .../filterselect/filter-select.component.js | 6 +- .../filterselect/filter-select.component.spec.js | 13 ++ .../project/lbaasv2/workflow/members/members.html | 10 +- .../fix-chrome-member-dialog-154981a7794d5fb4.yaml | 6 + .../fix-updating-non-http-hm-114180139961e441.yaml | 5 + requirements.txt | 4 + tox.ini | 10 +- zuul.d/projects.yaml | 1 - 11 files changed, 58 insertions(+), 166 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2843d5f..cc182a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. +
participants (1)
-
no-reply@openstack.org