python-heatclient 0.6.0

Milestone information

Project:
python-heatclient
Series:
liberty
Version:
0.6.0
Released:
 
Registrant:
Steve Baker
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
1 Rakesh H S
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
1 Fix Released

Download files for this release

File Description Downloads

Release notes 

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

Changelog 

This release does not have a changelog.

0 blueprints and 1 bug targeted

Bug report Importance Assignee Status
1446934 #1446934 stack actions suspend and resume does not have unit tests 4 Medium Rakesh H S  10 Fix Released
This milestone contains Public information
Everyone can see this information.