[release-announce] octavia-dashboard 7.0.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 14 11:23:49 UTC 2021


We are pleased to announce the release of:

octavia-dashboard 7.0.0: Horizon panels for Octavia

This release is part of the wallaby 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.

Changes in octavia-dashboard 6.0.0.0rc1..7.0.0
----------------------------------------------

502c9d7 Imported Translations from Zanata
9b10ff4 Disable Load Balancers panel when Octavia service is not deployed
6ce0375 Allows creation of resources without forcing the creation of children
400c119 Add TLS enabled support for pools
daae6d1 Add ciphers options for listeners and pools
1a29983 Imported Translations from Zanata
acd8c0f Fix lower-constraints for new pip release
f4417cb Add textarea field for allowed_cidrs in the listener api
e645ff5 Imported Translations from Zanata
4a188af Add Python3 wallaby unit tests
87d335e Update master for stable/victoria
260ec76 Add support for SCTP


Diffstat (except docs and test files)
-------------------------------------

lower-constraints.txt                              |  20 +-
octavia_dashboard/api/rest/lbaasv2.py              |  16 +-
.../dashboards/project/load_balancer/panel.py      |   2 +-
.../locale/de/LC_MESSAGES/djangojs.po              |  10 +-
.../locale/en_GB/LC_MESSAGES/djangojs.po           |  21 +-
.../locale/id/LC_MESSAGES/djangojs.po              |  11 +-
.../locale/ja/LC_MESSAGES/djangojs.po              |  11 +-
.../locale/ko_KR/LC_MESSAGES/djangojs.po           |   9 +-
.../{zh_CN => zh_Hans}/LC_MESSAGES/django.po       |   2 +-
.../{zh_CN => zh_Hans}/LC_MESSAGES/djangojs.po     |   9 +-
.../{zh_TW => zh_Hant}/LC_MESSAGES/django.po       |   2 +-
.../{zh_TW => zh_Hant}/LC_MESSAGES/djangojs.po     |   2 +-
.../project/lbaasv2/listeners/details/detail.html  |   3 +-
.../project/lbaasv2/listeners/details/drawer.html  |   2 +-
.../project/lbaasv2/listeners/listeners.module.js  |   7 +-
.../project/lbaasv2/pools/details/detail.html      |   2 +-
.../project/lbaasv2/pools/details/drawer.html      |   2 +-
.../project/lbaasv2/pools/pools.module.js          |   7 +-
.../workflow/listener/listener.controller.js       |  10 +
.../workflow/listener/listener.controller.spec.js  |  30 ++
.../lbaasv2/workflow/listener/listener.help.html   |  17 +
.../lbaasv2/workflow/listener/listener.html        | 385 ++++++++++++---------
.../project/lbaasv2/workflow/members/members.html  |   3 +-
.../project/lbaasv2/workflow/model.service.js      |  27 +-
.../project/lbaasv2/workflow/model.service.spec.js |  59 +++-
.../lbaasv2/workflow/monitor/monitor.controller.js |  10 +
.../workflow/monitor/monitor.controller.spec.js    |  24 ++
.../project/lbaasv2/workflow/monitor/monitor.html  | 263 +++++++-------
.../lbaasv2/workflow/pool/pool.controller.js       |  56 +++
.../lbaasv2/workflow/pool/pool.controller.spec.js  |  60 ++++
.../project/lbaasv2/workflow/pool/pool.help.html   |  19 +-
.../project/lbaasv2/workflow/pool/pool.html        | 201 +++++++----
.../notes/add-allowed-cidrs-ad205b1524da3d2c.yaml  |   4 +
...s-for-listeners-and-pools-8440eaf5a551c44c.yaml |   5 +
.../notes/add-sctp-support-a1ea956b7630f47d.yaml   |   4 +
...enabled-support-for-pools-449e39f851535839.yaml |   5 +
...ation-of-single-resources-9ec5fe87acc7c93c.yaml |   7 +
releasenotes/source/index.rst                      |   1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   |  10 +-
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  22 +-
releasenotes/source/victoria.rst                   |   6 +
requirements.txt                                   |   2 +-
zuul.d/projects.yaml                               |   2 +-
43 files changed, 918 insertions(+), 452 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index e455f2e..2843d5f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ Babel!=2.4.0,>=2.3.4 # BSD
-openstacksdk>=0.46.0 # Apache-2.0
+openstacksdk>=0.53.0 # Apache-2.0






More information about the Release-announce mailing list