[release-announce] neutron-lbaas-dashboard 5.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 30 14:29:23 UTC 2018


We are gleeful to announce the release of:

neutron-lbaas-dashboard 5.0.0: Horizon panels for Neutron LBaaS

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/neutron-lbaas-dashboard

Download the package from:

    https://pypi.org/project/neutron-lbaas-dashboard

Please report issues through launchpad:

    https://storyboard.openstack.org/#!/project/907

For more details, please see below.

Changes in neutron-lbaas-dashboard 4.0.0..5.0.0
-----------------------------------------------

af254ca Imported Translations from Zanata
47033ad Imported Translations from Zanata
cbd7ddf Update UPPER_CONSTRAINTS_FILE for stable/rocky
927b27a Update .gitreview for stable/rocky
4f1e719 Replace noop tests with registration test
7aaec84 Imported Translations from Zanata
19b572e Update tox.ini
ada4971 add lower-constraints job
ee4f27d Updated from global requirements
4fdadf6 Remove tox_install
ffa292c Update links in README
0a7bc2f Adds some notes on running both dashboards
076c269 Imported Translations from Zanata
654a6a8 Show last updated timestamp for docs
6494132 i18n: Do not include html directives in translation strings


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

.gitreview                                         |   1 +
.zuul.yaml                                         |   7 +
README.rst                                         |  45 +-
lower-constraints.txt                              | 150 ++++++
.../locale/de/LC_MESSAGES/djangojs.po              | 520 ++++++++-------------
.../locale/en_GB/LC_MESSAGES/django.po             |   8 +-
.../locale/en_GB/LC_MESSAGES/djangojs.po           | 510 ++++++++------------
.../locale/fr/LC_MESSAGES/djangojs.po              | 228 +--------
.../locale/id/LC_MESSAGES/djangojs.po              | 516 ++++++++------------
.../locale/ja/LC_MESSAGES/djangojs.po              | 513 ++++++++++++++------
.../locale/ko_KR/LC_MESSAGES/django.po             |   8 +-
.../locale/ko_KR/LC_MESSAGES/djangojs.po           | 327 +------------
.../locale/pt_BR/LC_MESSAGES/django.po             |   6 +-
.../locale/ru/LC_MESSAGES/djangojs.po              | 259 +---------
.../locale/tr_TR/LC_MESSAGES/django.po             |   8 +-
.../locale/tr_TR/LC_MESSAGES/djangojs.po           | 334 +------------
.../locale/zh_CN/LC_MESSAGES/django.po             |   8 +-
.../locale/zh_CN/LC_MESSAGES/djangojs.po           | 316 +------------
.../loadbalancers/actions/associate-ip/modal.html  |   4 +-
.../lbaasv2/members/actions/edit-weight/modal.html |   4 +-
.../workflow/certificates/certificates.help.html   |   8 +-
.../lbaasv2/workflow/listener/listener.help.html   |  12 +-
.../lbaasv2/workflow/listener/listener.html        |   8 +-
.../workflow/loadbalancer/loadbalancer.help.html   |  12 +-
.../workflow/loadbalancer/loadbalancer.html        |   4 +-
.../lbaasv2/workflow/members/members.help.html     |  24 +-
.../project/lbaasv2/workflow/members/members.html  |  10 +-
.../lbaasv2/workflow/monitor/monitor.help.html     |  36 +-
.../project/lbaasv2/workflow/monitor/monitor.html  |  16 +-
.../project/lbaasv2/workflow/pool/pool.help.html   |  12 +-
.../project/lbaasv2/workflow/pool/pool.html        |   4 +-
.../pages/project/network/__init__.py              |   0
.../pages/project/network/loadbalancerspage.py     |  22 -
requirements.txt                                   |   3 +-
tools/tox_install.sh                               | 105 -----
tox.ini                                            |  19 +-
50 files changed, 1366 insertions(+), 3085 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 30bd101..f8d2bdf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,0 +5 @@
+horizon>=13.0.0 # Apache-2.0
@@ -8 +9 @@ Babel!=2.4.0,>=2.3.4 # BSD
-python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0
+python-barbicanclient>=4.5.2 # Apache-2.0






More information about the Release-announce mailing list