We are overjoyed to announce the release of: heat-dashboard 3.0.0: Heat Management Dashboard This release is part of the ussuri 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://storyboard.openstack.org/#!/project/openstack/heat- dashboard For more details, please see below. Changes in heat-dashboard 2.0.0..3.0.0 -------------------------------------- 6b1e864 Drop Django 1.11 support d1c8c62 Revert accidental tox.ini change 30c4992 s/assertItemsEqual/assertCountEqual/g 79ef24a Remove six usage (2/2) 7103caa Remove six usage (1/2) da64b10 translation: drop babel extractor definitions f7af4f4 Imported Translations from Zanata 8638a0c [ussuri][goal] Drop python 2.7 support and testing 2dd8363 Imported Translations from Zanata a0975b6 Use Horizon project template for django jobs e064697 Generate PDF documentation e1832bd Switch to official Ussuri jobs 4194644 Imported Translations from Zanata 3aebd69 Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 +-- babel-django.cfg | 3 -- babel-djangojs.cfg | 12 ----- heat_dashboard/api/heat.py | 8 ++- heat_dashboard/content/stacks/forms.py | 5 +- heat_dashboard/content/stacks/mappings.py | 5 +- heat_dashboard/test/helpers.py | 19 +++---- heat_dashboard/test/test_data/exceptions.py | 5 -- lower-constraints.txt | 10 ++-- .../notes/drop-py-2-7-3dafc6e9e6f29bda.yaml | 6 +++ releasenotes/source/index.rst | 1 + .../source/locale/cs/LC_MESSAGES/releasenotes.po | 18 ------- .../source/locale/de/LC_MESSAGES/releasenotes.po | 10 ++-- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 23 +++++++- .../source/locale/es/LC_MESSAGES/releasenotes.po | 21 -------- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 22 -------- releasenotes/source/train.rst | 6 +++ requirements.txt | 2 +- setup.cfg | 3 +- tox.ini | 33 +++++------- 24 files changed, 135 insertions(+), 210 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 21d55a0..aff7b71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +15 @@ python-heatclient>=1.10.0 # Apache-2.0 -horizon>=14.0.0.0b3 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0