We are jazzed to announce the release of: heat-dashboard 7.0.1: Heat Management Dashboard This release is part of the yoga 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 7.0.0..7.0.1 -------------------------------------- 36ae65e Drop lower-constraints.txt and its testing 111e6a1 Yoga-only: Fix wrong job teamplate used 39c14dc Set False to include_empty_option 4da3fa2 Fixed Unit test for Heat-dashboard 505f4fd Update TOX_CONSTRAINTS_FILE for stable/yoga bbb14f9 Update .gitreview for stable/yoga Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 3 +- heat_dashboard/content/stacks/forms.py | 13 ++- heat_dashboard/test/helpers.py | 7 +- lower-constraints.txt | 146 ------------------------ requirements.txt | 8 +- tox.ini | 10 +- 8 files changed, 26 insertions(+), 167 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