heat-dashboard 2.0.0 (train)
We high-spiritedly announce the release of: heat-dashboard 2.0.0: Heat Management Dashboard This release is part of the train release series. The source is available from: https://opendev.org/openstack/heat-dashboard Download the package from: https://tarballs.openstack.org/heat-dashboard/ Please report issues through: https://bugs.launchpad.net/heat-dashboard/+bugs For more details, please see below. Changes in heat-dashboard 1.5.0..2.0.0 -------------------------------------- 21584e8 Imported Translations from Zanata 837a40e Enforces unicode decoding of data 06e39a1 Imported Translations from Zanata a6eb65c Imported Translations from Zanata 38d72be Imported Translations from Zanata 4b3e14f Imported Translations from Zanata bd96079 Imported Translations from Zanata 024d36c Drop nodejs4 job 60fb62f Imported Translations from Zanata c4a8408 Update the constraints url 674c395 Cap sphinx for py2 to match global requirements 7eb5103 Drop use of git.openstack.org 78495ee Imported Translations from Zanata 618c66b OpenDev Migration Patch 339fde9 Update master for stable/stein a7cda44 Switch python3 versions of test jobs to match Train PTI 25415b0 Update hacking version 4c3e4da Imported Translations from Zanata 793617c fix tox python3 overrides Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 9 +- README.rst | 2 +- heat_dashboard/api/heat.py | 3 +- heat_dashboard/content/stacks/forms.py | 18 +- .../_1650_project_template_generator_panel.py | 2 +- heat_dashboard/locale/fr/LC_MESSAGES/django.po | 29 +- heat_dashboard/locale/fr/LC_MESSAGES/djangojs.po | 26 +- heat_dashboard/locale/ko_KR/LC_MESSAGES/django.po | 9 +- heat_dashboard/locale/ne/LC_MESSAGES/django.po | 625 +++++++++++++++++++++ heat_dashboard/locale/ne/LC_MESSAGES/djangojs.po | 111 ++++ heat_dashboard/locale/ru/LC_MESSAGES/django.po | 177 +++++- heat_dashboard/locale/ru/LC_MESSAGES/djangojs.po | 124 ++++ heat_dashboard/locale/zh_CN/LC_MESSAGES/django.po | 11 +- .../locale/zh_CN/LC_MESSAGES/djangojs.po | 63 ++- heat_dashboard/test/test_data/nova_data.py | 2 +- lower-constraints.txt | 2 +- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 11 +- .../source/locale/id/LC_MESSAGES/releasenotes.po | 11 +- .../source/locale/ne/LC_MESSAGES/releasenotes.po | 100 ++++ .../source/locale/ru/LC_MESSAGES/releasenotes.po | 88 ++- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 79 ++- releasenotes/source/stein.rst | 6 + setup.cfg | 5 +- test-requirements.txt | 2 +- tox.ini | 36 +- 31 files changed, 1483 insertions(+), 84 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 6b198da..5043ae3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org