We enthusiastically announce the release of: octavia-dashboard 11.0.1: Horizon panels for Octavia This release is part of the antelope 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. 11.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. * Barbicanclient caused an error when getting secrets. By replacing the code by OpenstackSDK this issue was fixed and the barbicanclient dependency could be dropped from the Octavia Dashboard. Changes in octavia-dashboard 11.0.0..11.0.1 ------------------------------------------- 6f990e0 Fix popover attributes in member add dialog fa8fbcf Fix error related to barbicanclient d1a6dd8 Update TOX_CONSTRAINTS_FILE for stable/2023.1 ce03362 Update .gitreview for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + octavia_dashboard/api/rest/barbican.py | 45 ++----- octavia_dashboard/api/rest/lbaasv2.py | 139 ++++++++------------- octavia_dashboard/sdk_connection.py | 50 ++++++++ .../project/lbaasv2/workflow/members/members.html | 10 +- .../fix-chrome-member-dialog-154981a7794d5fb4.yaml | 6 + .../remove-barbicanclient-6b48fcc36afafb62.yaml | 6 + requirements.txt | 1 - tox.ini | 4 +- 9 files changed, 128 insertions(+), 134 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4a9357b..8eaaa5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +12,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -python-barbicanclient>=4.5.2 # Apache-2.0