heat-dashboard 11.0.0 (caracal)
We are satisfied to announce the release of: heat-dashboard 11.0.0: Heat Management Dashboard This release is part of the caracal 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 10.0.0.0rc1..11.0.0 --------------------------------------------- 842b82f reno: Update master for unmaintained/xena 71e604f reno: Update master for unmaintained/wallaby 9b508d8 reno: Update master for unmaintained/victoria d3f61d5 Fix template generated by Template Generator e60fdbe Display coverage report 56917af reno: Update master for unmaintained/yoga 9ec622d tox: Drop envdir dd046e4 Bump hacking a4c3b40 Mark python 3.11 supported 85273d0 Regenerate policy files 3494623 Update master for stable/2023.2 6a6aef5 Changes the data field used to populate the E.N. select Diffstat (except docs and test files) ------------------------------------- .coveragerc | 8 + .gitignore | 3 +- heat_dashboard/conf/default_policies/heat.yaml | 861 +++++++------------- heat_dashboard/conf/heat_policy.yaml | 888 +++++++++++++++++++-- heat_dashboard/content/stacks/forms.py | 6 +- .../js/components/modal-node.controller.js | 2 +- .../js/components/modal-template.controller.js | 2 +- .../js/components/utils.module.js | 7 +- .../js/components/utils.module.spec.js | 6 - .../os__neutron__router/os__neutron__router.js | 4 +- .../os__neutron__router.spec.js | 1 + releasenotes/source/2023.2.rst | 6 + releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/yoga.rst | 2 +- requirements.txt | 5 - setup.cfg | 1 + test-requirements.txt | 15 +- tox.ini | 9 +- 21 files changed, 1128 insertions(+), 705 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a1f4947..9ef7443 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +0,0 @@ -# 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. -# -# PBR should always appear first diff --git a/test-requirements.txt b/test-requirements.txt index cc9df55..13b903e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,11 +1,2 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -# Order matters to the pip dependency resolver, so sorting this file -# changes how packages are installed. New dependencies should be -# added in alphabetical order, however, some dependencies may need to -# be installed in a specific order. -# -# Hacking should appear first in case something else depends on pep8 -hacking>=3.0.1,<3.1.0 # Apache-2.0 -# +hacking>=6.1.0,<6.2.0 # Apache-2.0 + @@ -13 +4 @@ coverage!=4.4,>=4.0 # Apache-2.0 -flake8-import-order==0.12 # LGPLv3 +flake8-import-order>=0.18.0,<0.19.0 # LGPLv3
participants (1)
-
no-reply@openstack.org