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

no-reply at openstack.org no-reply at openstack.org
Fri Jul 27 17:02:57 UTC 2018


We are thrilled to announce the release of:

heat-dashboard 1.3.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.2.0..1.3.0
--------------------------------------

53b2046 Imported Translations from Zanata
9c8eed7 Replace embedded static files with XStatic-*
3f08ce4 TemplateGenerator: Add Designate::Recordset support
6a260ec Add support of AutoScalingGroup
4b0fcd3 Add support of ScalingPolicy
a2df0bb Template Generator: Add support for OS::Designate::Zone
39beedc Imported Translations from Zanata
eba0503 Update all links in documents
a65f092 Imported Translations from Zanata
1dfb76f Imported Translations from Zanata
850e874 Add python3 django 1.11 job instead of django 2.0 job
350a40c Imported Translations from Zanata
311d7d6 Rename test files to test_* pattern
5eeb7fe Drop mox from HeatRestTestCase
53ad52c Remove mox3 from TemplateGeneratorTests
23e7ab7 Remove mox3 from StackTests
fccac60 Drop mox3 from ResourceTypesTests
83777f5 Add support for OS::Swift::Container
aa19f2c Django 2.0 support
38ee773 Update docs bug link to storyboard


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

.gitignore                                         |    1 +
.zuul.yaml                                         |    2 +
CONTRIBUTING.rst                                   |    8 +-
README.rst                                         |    2 +-
heat_dashboard/content/resource_types/views.py     |    2 +-
heat_dashboard/content/stacks/mappings.py          |    3 +-
heat_dashboard/content/stacks/tables.py            |   12 +-
heat_dashboard/content/stacks/views.py             |    4 +-
heat_dashboard/content/template_versions/views.py  |    2 +-
.../_1650_project_template_generator_panel.py      |   54 +-
.../locale/en_GB/LC_MESSAGES/djangojs.po           |   73 +-
heat_dashboard/locale/fr/LC_MESSAGES/django.po     |   59 +-
heat_dashboard/locale/id/LC_MESSAGES/django.po     |   19 +-
heat_dashboard/locale/id/LC_MESSAGES/djangojs.po   |   67 +-
heat_dashboard/locale/pt/LC_MESSAGES/djangojs.po   |   40 -
heat_dashboard/locale/pt_BR/LC_MESSAGES/django.po  |   17 +-
.../locale/pt_BR/LC_MESSAGES/djangojs.po           |   75 +-
.../actions/actions-checked-selected.template.html |    6 +
.../heat_dashboard/stacks/actions/check.service.js |  150 +
.../stacks/actions/create.service.js               |  105 +
.../stacks/actions/delete.service.js               |  149 +
.../template_generator/css/angular-notify.scss     |    2 +-
.../template_generator/css/hotgen-main.scss        |    4 +-
.../js/components/modal-template.controller.js     |    3 +
.../js/components/template-generator.module.js     |    2 +
.../template_generator/js/libs/FileSaver.js        |  188 -
.../template_generator/js/libs/angular-uuid.js     |  251 --
.../template_generator/js/libs/angular-vis.js      |  227 --
.../template_generator/js/libs/js-yaml.js          | 3862 --------------------
.../template_generator/js/libs/json2yaml.js        |  103 -
.../os__designate__recordset-blue.svg              |    3 +
.../os__designate__recordset-gray.svg              |    3 +
.../os__designate__recordset-green.svg             |    3 +
.../os__designate__recordset-red.svg               |    3 +
.../os__designate__recordset.html                  |   76 +
.../os__designate__recordset.js                    |  113 +
.../os__designate__recordset.spec.js               |   49 +
.../os__designate__recordset.svg                   |    3 +
.../os__designate__zone-blue.svg                   |    3 +
.../os__designate__zone-gray.svg                   |    3 +
.../os__designate__zone-green.svg                  |    3 +
.../os__designate__zone-red.svg                    |    3 +
.../os__designate__zone/os__designate__zone.html   |   71 +
.../os__designate__zone/os__designate__zone.js     |   94 +
.../os__designate__zone.spec.js                    |   54 +
.../os__designate__zone/os__designate__zone.svg    |    3 +
.../os__heat__autoscalinggroup-blue.svg            |    4 +
.../os__heat__autoscalinggroup-gray.svg            |    3 +
.../os__heat__autoscalinggroup-green.svg           |    4 +
.../os__heat__autoscalinggroup-red.svg             |    4 +
.../os__heat__autoscalinggroup.html                |  144 +
.../os__heat__autoscalinggroup.js                  |  145 +
.../os__heat__autoscalinggroup.spec.js             |  128 +
.../os__heat__autoscalinggroup.svg                 |    4 +
.../os__heat__scalingpolicy-blue.svg               |    6 +
.../os__heat__scalingpolicy-gray.svg               |    6 +
.../os__heat__scalingpolicy-green.svg              |    6 +
.../os__heat__scalingpolicy-red.svg                |    6 +
.../os__heat__scalingpolicy.html                   |   58 +
.../os__heat__scalingpolicy.js                     |  130 +
.../os__heat__scalingpolicy.spec.js                |   93 +
.../os__heat__scalingpolicy.svg                    |    6 +
.../os__swift__container-blue.svg                  |    6 +
.../os__swift__container-gray.svg                  |    6 +
.../os__swift__container-green.svg                 |    6 +
.../os__swift__container-red.svg                   |    6 +
.../os__swift__container/os__swift__container.html |   64 +
.../os__swift__container/os__swift__container.js   |  108 +
.../os__swift__container.spec.js                   |   80 +
.../os__swift__container/os__swift__container.svg  |    6 +
heat_dashboard/test/settings.py                    |    4 +-
karma.conf.js                                      |    9 +-
lower-constraints.txt                              |    5 +
package.json                                       |   26 +-
requirements.txt                                   |    6 +
tox.ini                                            |   55 +-
86 files changed, 3016 insertions(+), 5572 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 4108ae7..a4585c8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,0 +16,6 @@ horizon>=14.0.0.0b1 # Apache-2.0
+
+xstatic-angular-uuid>=0.0.4.0 # MIT
+xstatic-angular-vis>=4.16.0.0 # MIT
+xstatic-filesaver>=1.3.2.0 # MIT
+xstatic-js-yaml>=3.8.1.0 # MIT
+xstatic-json2yaml>=0.1.1.0 # MIT






More information about the Release-announce mailing list