We are jazzed to announce the release of: heat-dashboard 8.0.0: Heat Management Dashboard This release is part of the zed 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 7.0.0..8.0.0 -------------------------------------- 126c5e9 Imported Translations from Zanata f821404 Imported Translations from Zanata f5f2c89 Django 4.x: urlunquote() is removed in 4.0 c56bd43 Imported Translations from Zanata 8775ec3 Update python testing as per zed cycle testing runtime e1d05d8 Add Python 3.9 to supported runtumes 59c7b03 Use Horizon project template for nodejs jobs 1ea4f6d Replace deprecated django.conf.urls.url() e976bf9 Replace deprecated ugettext_lazy and ungettext_lazy 866d4bb Drop lower-constraints.txt and its testing 68f5d8c Fixed Unit test for Heat-dashboard 65844ac Update master for stable/yoga 1fd73b7 test: Allow to run a specific test 7e4cfab Add Python3 yoga unit tests 0becff5 Changed minversion in tox to 3.18.0 93c484d setup.cfg: Replace dashes with underscores 792f8cb Set False to include_empty_option Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 5 +- heat_dashboard/content/resource_types/panel.py | 2 +- heat_dashboard/content/resource_types/tables.py | 2 +- heat_dashboard/content/resource_types/tabs.py | 2 +- heat_dashboard/content/resource_types/urls.py | 8 +- heat_dashboard/content/resource_types/views.py | 2 +- heat_dashboard/content/stacks/forms.py | 15 ++- heat_dashboard/content/stacks/panel.py | 2 +- heat_dashboard/content/stacks/tables.py | 20 +-- heat_dashboard/content/stacks/tabs.py | 2 +- heat_dashboard/content/stacks/urls.py | 42 +++--- heat_dashboard/content/stacks/views.py | 2 +- heat_dashboard/content/template_generator/panel.py | 2 +- heat_dashboard/content/template_generator/urls.py | 8 +- heat_dashboard/content/template_generator/views.py | 2 +- heat_dashboard/content/template_versions/panel.py | 2 +- heat_dashboard/content/template_versions/tables.py | 2 +- heat_dashboard/content/template_versions/tabs.py | 2 +- heat_dashboard/content/template_versions/urls.py | 8 +- heat_dashboard/content/template_versions/views.py | 2 +- .../enabled/_1610_project_orchestration_panel.py | 2 +- heat_dashboard/test/helpers.py | 13 +- lower-constraints.txt | 146 --------------------- .../drop-python-3-6-and-3-7-b7319859be66ed72.yaml | 5 + releasenotes/source/index.rst | 1 + .../source/locale/cs/LC_MESSAGES/releasenotes.po | 18 --- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 40 +++++- .../source/locale/es/LC_MESSAGES/releasenotes.po | 21 --- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 22 ---- releasenotes/source/yoga.rst | 6 + requirements.txt | 8 +- setup.cfg | 11 +- tox.ini | 16 +-- 34 files changed, 145 insertions(+), 300 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b737e47..0aa0c4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + @@ -10 +14 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=5.5.0 # Apache-2.0 @@ -15 +19 @@ python-heatclient>=1.10.0 # Apache-2.0 -horizon>=18.3.1 # Apache-2.0 +horizon>=22.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org