We are satisfied to announce the release of: heat 8.0.4: OpenStack Orchestration This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/heat/ For more details, please see below. Changes in heat 8.0.3..8.0.4 ---------------------------- c3acd43 Fix devstack plugin for multinode deployment issues ddc4c0d Mark stack failed when exception raised in resource check 5e0b713 Imported Translations from Zanata 5fd659c To merge the occ data for OS::Heat::DeployedServer 0c65205 Handle post-delete hooks correctly c36300e Reorder the update task for nova server resource 9f1496f Cache policy enforcer d712b8c Fix ResourceActionNotSupported errors in log b4be5f7 Log unhandled exceptions in worker 30c6e53 Fix OS::Zaqar::MistralSubscription with mistralclient 3.0 eae88de Fix handle_create of ResourceGroup 7143137 Fix subnet validate() for subnetpool resource ref 0b934bf Optimise the function.dep_attrs() function 2e527e1 Fix snapshot delete in convergence 6e8534b Resolve Macros when copying templates 3253386 Fix restore with convergence 1530f8e Fix snapshot/restore of volumes 7f2a94f Validate property values in nested stacks again 6894be4 Don't set metadata for deleted resources Diffstat (except docs and test files) ------------------------------------- devstack/lib/heat | 4 +- devstack/plugin.sh | 5 +- heat/common/context.py | 2 +- heat/common/policy.py | 9 ++ heat/engine/check_resource.py | 34 ++++--- heat/engine/function.py | 16 ++- heat/engine/resource.py | 14 ++- heat/engine/resources/openstack/cinder/volume.py | 17 ++-- .../resources/openstack/heat/deployed_server.py | 3 + .../resources/openstack/heat/resource_group.py | 3 +- heat/engine/resources/openstack/neutron/subnet.py | 4 +- heat/engine/resources/openstack/nova/server.py | 16 +-- .../resources/openstack/zaqar/subscription.py | 4 +- heat/engine/resources/stack_resource.py | 6 +- heat/engine/service.py | 22 +++-- heat/engine/service_software_config.py | 3 +- heat/engine/stack.py | 107 ++++++++++----------- heat/engine/worker.py | 16 +++ heat/locale/de/LC_MESSAGES/heat.po | 7 +- heat/locale/es/LC_MESSAGES/heat.po | 7 +- heat/locale/fr/LC_MESSAGES/heat.po | 7 +- heat/locale/it/LC_MESSAGES/heat.po | 7 +- heat/locale/ja/LC_MESSAGES/heat.po | 7 +- heat/locale/ko_KR/LC_MESSAGES/heat.po | 7 +- heat/locale/pt_BR/LC_MESSAGES/heat.po | 7 +- heat/locale/ru/LC_MESSAGES/heat.po | 7 +- heat/locale/zh_CN/LC_MESSAGES/heat.po | 7 +- heat/locale/zh_TW/LC_MESSAGES/heat.po | 7 +- 40 files changed, 329 insertions(+), 226 deletions(-)
participants (1)
-
no-reply@openstack.org