We are amped to announce the release of: openstack-heat 11.0.2: OpenStack Orchestration This release is part of the rocky stable release series. The source is available from: https://git.openstack.org/cgit/openstack/heat Download the package from: https://tarballs.openstack.org/heat/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/heat For more details, please see below. 11.0.2 ^^^^^^ Upgrade Notes * The distribution name has been changed from "heat" to "openstack- heat" so that we can publish packages to pypi.org. This may have an effect on downstream package builds if they rely on asking setuptools to determine the package name. Changes in openstack-heat 11.0.1..11.0.2 ---------------------------------------- 1240c5ced change the dist name to 'openstack-heat' 325104057 Load existing resources using correct environment 3db537b73 Replace openstack.org git:// URLs with https:// 3a51498e6 Fix SoftwareDeployment on DELETE action b4b6a94e7 Don't translate event reason when adding hook event Diffstat (except docs and test files) ------------------------------------- devstack/upgrade/from-queens/upgrade-heat | 55 ++++++++++++++++++++++ heat/engine/resource.py | 2 +- heat/engine/stack.py | 25 +++++++--- heat/version.py | 2 +- .../functional/test_create_update.py | 34 +++++++++++++ playbooks/devstack/functional/run.yaml | 14 +++--- playbooks/devstack/grenade/run.yaml | 4 +- .../notes/change-dist-name-288024b5d6668c01.yaml | 7 +++ setup.cfg | 2 +- tox.ini | 2 +- 10 files changed, 127 insertions(+), 20 deletions(-)