[release-announce] [heat] heat 7.0.3 (newton)
no-reply at openstack.org
no-reply at openstack.org
Tue Apr 25 13:16:04 UTC 2017
We are tickled pink to announce the release of:
heat 7.0.3: 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.2..7.0.3
----------------------------
e5cd344 Pass on outputs errors to parent stacks
33c5eee Properly compute resource_properties pickle
3a08c6d Stop showing json deserialized message in log
6533b3d Try to fix local.conf creation in tests
0ff3659 map_replace allow noop colliding replacements
5b4ef8a Use region_name when creating keystone client
8c15744 Prepare for using standard python tests
b68a77a Updated from global requirements
b019d28 ResourceGroup fix issue with batch create and zero count
009b50d Efficient passing of attrs during traversals
Diffstat (except docs and test files)
-------------------------------------
HACKING.rst | 3 ++
heat/common/exception.py | 4 ++
heat/common/serializers.py | 6 ++-
heat/engine/check_resource.py | 17 ++++---
.../clients/os/keystone/heat_keystoneclient.py | 10 +++-
heat/engine/event.py | 9 ++--
heat/engine/hot/functions.py | 2 +-
.../resources/openstack/heat/resource_group.py | 3 +-
heat/engine/resources/stack_resource.py | 22 ++++++---
heat/engine/stack.py | 11 ++---
test-requirements.txt | 2 +-
tools/test-setup.sh | 57 ++++++++++++++++++++++
18 files changed, 160 insertions(+), 58 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 9f91484..f363c2a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-kombu!=4.0.0,!=4.0.1,>=3.0.25 # BSD
+kombu<4.0.0,>=3.0.25 # BSD
More information about the Release-announce
mailing list