[openstack-dev] [release] python-heatclient 0.6.0

Steve Baker sbaker at redhat.com
Mon May 11 22:26:07 UTC 2015


We are chuffed to announce the release of:

python-heatclient 0.6.0: OpenStack Orchestration API Client Library

For more details, please see the git log history below and:

     http://launchpad.net/python-heatclient/+milestone/0.6.0

Please report issues through launchpad:

     http://bugs.launchpad.net/python-heatclient

Changes in python-heatclient 0.5.0..0.6.0
-----------------------------------------

c2422d6 Updated from global requirements
cf982a3 Make hook type optional for hook-clear
ffa0f0f Refactor common event code into event_utils module
53c46f0 Add hook-poll function to check if a stack has pending hooks
7896760 Work around pypy testing issue
5f085c0 Implement --limit option for event-list with --nested-depth
e6b3fbb event-list marker, only slice when needed
ac00237 Add option to show hidden stacks in stack-list
fa88aa9 Add an option to generate template based on resource type
dba5cc4 Updated from global requirements
fb19cf5 Implement --marker for event-list --nested-depth
0622581 Fix sort column for event-list with nested-depth
6d7610a Unit tests for stack actions
0eb7f78 Add --nested-depth option to event-list

Diffstat (except docs and test files)
-------------------------------------

heatclient/common/event_utils.py | 128 ++++++
heatclient/common/utils.py | 9 +
heatclient/v1/resource_types.py | 5 +-
heatclient/v1/shell.py | 163 +++++--
requirements.txt | 6 +-
tox.ini | 7 +-
12 files changed, 1086 insertions(+), 241 deletions(-)

Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index a290a65..b316798 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ Babel>=1.3
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0
@@ -13 +13 @@ oslo.utils>=1.4.0 # Apache-2.0
-python-keystoneclient>=1.1.0
+python-keystoneclient>=1.3.0
@@ -16 +16 @@ PyYAML>=3.1.0
-requests>=2.2.0,!=2.4.0
+requests>=2.5.2



More information about the OpenStack-dev mailing list