[release][stable][heat] python-heatclient release 0.8.1 (liberty)
We are glad to announce the release of: python-heatclient 0.8.1: OpenStack Orchestration API Client Library This release is part of the liberty stable release series. With source available at: https://git.openstack.org/cgit/openstack/python-heatclient With package available at: https://pypi.python.org/pypi/python-heatclient Please report issues through launchpad: https://bugs.launchpad.net/python-heatclient For more details, please see below. Changes in python-heatclient 0.8.0..0.8.1 ----------------------------------------- 98b45c3 Fix error message on authentication failure 66af4e3 Update --template-object to support nested stacks f0877c5 Fix Resource.__eq__ mismatch semantics of object equal 6fcf1e8 Fix environment files parsing bug for stack-adopt 706fabe Fix error in stack-list metadata 5d02fc7 Fix the bug when showing event in log format cc7e250 Updated from global requirements d812114 Add option for detailed template error 308f0f8 Update .gitreview for stable/liberty Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + heatclient/common/environment_format.py | 14 +++-- heatclient/common/http.py | 16 ++--- heatclient/common/template_format.py | 14 +++-- heatclient/common/template_utils.py | 30 +++++++--- heatclient/common/utils.py | 4 +- heatclient/openstack/common/apiclient/base.py | 18 +++++- heatclient/v1/shell.py | 6 +- requirements.txt | 8 +-- setup.py | 2 +- test-requirements.txt | 2 +- 20 files changed, 274 insertions(+), 52 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index de9c353..c554db1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ Babel>=1.3 -pbr<2.0,>=1.6 +pbr>=1.6 @@ -12,2 +12,2 @@ oslo.serialization>=1.4.0 # Apache-2.0 -oslo.utils>=2.0.0 # Apache-2.0 -python-keystoneclient>=1.6.0 +oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0 +python-keystoneclient!=1.8.0,>=1.6.0 @@ -16 +16 @@ PyYAML>=3.1.0 -requests>=2.5.2 +requests!=2.8.0,!=2.9.0,>=2.5.2 diff --git a/test-requirements.txt b/test-requirements.txt index 49e38ee..49c83b6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -tempest-lib>=0.6.1 +tempest-lib>=0.8.0
participants (1)
-
doug@doughellmann.com