[heat] heat 7.0.2 (newton)
We are ecstatic to announce the release of: heat 7.0.2: OpenStack Orchestration This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/heat/ For more details, please see below. Changes in heat 7.0.1..7.0.2 ---------------------------- ad41a03 Use correct charset when create a text/* type MIME a8402ef Use metadata and personality with server rebuild 4db4f1e To reset metadata for resources when mark unhealthy f363517 Imported Translations from Zanata 9674654 Updated from global requirements f0549e7 Release resource lock when executing reset_stack_status 73865f4 Imported Translations from Zanata 509976b Don't validate address when using get_attr 26fc290 Do not throw an exception if stack outputs is not set 4d1674c Use upper constraints for all jobs in tox.ini f8b1abc Remove extra resource definition loading Diffstat (except docs and test files) ------------------------------------- heat/db/sqlalchemy/api.py | 3 +- heat/engine/clients/os/nova.py | 15 ++- heat/engine/resource.py | 10 ++ heat/engine/resources/openstack/heat/multi_part.py | 11 ++- .../resources/openstack/monasca/notification.py | 10 +- heat/engine/resources/openstack/nova/server.py | 12 ++- heat/engine/resources/stack_resource.py | 2 +- heat/engine/service.py | 1 + heat/engine/stack.py | 27 +++--- heat/locale/ja/LC_MESSAGES/heat.po | 49 +++++++++- heat/locale/ko_KR/LC_MESSAGES/heat.po | 25 ++++- heat/scaling/cooldown.py | 6 ++ test-requirements.txt | 2 +- tox.ini | 15 --- 20 files changed, 223 insertions(+), 113 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 9a377bc..9f91484 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ fixtures>=3.0.0 # Apache-2.0/BSD -kombu!=4.0.0,>=3.0.25 # BSD +kombu!=4.0.0,!=4.0.1,>=3.0.25 # BSD
participants (1)
-
no-reply@openstack.org