We eagerly announce the release of: heat-dashboard 3.0.1: Heat Management Dashboard This release is part of the ussuri stable 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 3.0.0..3.0.1 -------------------------------------- 3469cc9 Move image_field_data method in-tree 0039b79 Update hacking for Python3 27d1995 Use unittest.mock instead of third party mock 0d76fe7 Update TOX_CONSTRAINTS_FILE for stable/ussuri fd82268 Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- heat_dashboard/content/stacks/forms.py | 33 +++++++++++++++++++++++- heat_dashboard/test/helpers.py | 2 +- lower-constraints.txt | 12 +++------ requirements.txt | 2 +- test-requirements.txt | 3 +-- tox.ini | 13 +++++----- 10 files changed, 49 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index aff7b71..b737e47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +15 @@ python-heatclient>=1.10.0 # Apache-2.0 -horizon>=17.1.0 # Apache-2.0 +horizon>=18.3.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5043ae3..89058eb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -15 +14,0 @@ flake8-import-order==0.12 # LGPLv3 -mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org