[release-announce] heat-dashboard 1.4.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Aug 22 14:05:59 UTC 2018


We are tickled pink to announce the release of:

heat-dashboard 1.4.0: Heat Management Dashboard

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/heat-dashboard

Download the package from:

    https://tarballs.openstack.org/heat-dashboard/

Please report issues through launchpad:

    https://bugs.launchpad.net/heat-dashboard

For more details, please see below.

Changes in heat-dashboard 1.3.0..1.4.0
--------------------------------------

be8e337 Drop nose dependencies
e418083 Imported Translations from Zanata
df56338 Use assertRegex instead of assertRegexpMatches
ff532cc Add release note link in README
c56db2e Add py36 testenv
d448207 Group resource icons by project
360a7b7 Add support of event list pagination


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

README.rst                                         |  1 +
heat_dashboard/api/heat.py                         | 36 +++++++-
heat_dashboard/content/stacks/tables.py            |  1 +
heat_dashboard/content/stacks/tabs.py              | 41 +++++++--
.../templates/template_generator/index.html        | 23 +++--
heat_dashboard/locale/de/LC_MESSAGES/django.po     | 22 ++++-
heat_dashboard/locale/de/LC_MESSAGES/djangojs.po   | 78 ++++++++++++++++-
heat_dashboard/locale/fr/LC_MESSAGES/django.po     | 92 +++++++++++++++++++-
heat_dashboard/locale/fr/LC_MESSAGES/djangojs.po   | 98 ++++++++++++++++++++++
heat_dashboard/locale/ja/LC_MESSAGES/django.po     | 19 ++++-
heat_dashboard/locale/ja/LC_MESSAGES/djangojs.po   | 64 +++++++++++++-
.../locale/ko_KR/LC_MESSAGES/djangojs.po           | 63 +++++++++++++-
.../template_generator/css/hotgen.scss             | 11 +++
.../js/components/icons.controller.js              | 19 ++++-
.../js/components/icons.controller.spec.js         |  3 +
lower-constraints.txt                              |  8 +-
requirements.txt                                   |  2 +-
test-requirements.txt                              |  6 --
tox.ini                                            |  5 ++
20 files changed, 545 insertions(+), 49 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a4585c8..21d55a0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15 +15 @@ python-heatclient>=1.10.0 # Apache-2.0
-horizon>=14.0.0.0b1 # Apache-2.0
+horizon>=14.0.0.0b3 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8842a87..c820e33 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +12,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-django-nose>=1.4.4 # BSD
@@ -19,5 +17,0 @@ nodeenv>=0.9.4 # BSD
-nose>=1.3.7 # LGPL
-nose-exclude>=0.3.0 # LGPL
-nosehtmloutput>=0.0.3 # Apache-2.0
-nosexcover>=1.0.10 # BSD
-openstack.nose-plugin>=0.7 # Apache-2.0






More information about the Release-announce mailing list