[release-announce] [heat] python-heatclient 1.8.0 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Wed Jan 25 11:59:52 UTC 2017
We contentedly announce the release of:
python-heatclient 1.8.0: OpenStack Orchestration API Client Library
This release is part of the ocata release series.
The source is available from:
https://git.openstack.org/cgit/openstack/python-heatclient
Download the package from:
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 1.7.0..1.8.0
-----------------------------------------
17dd306 Updated from global requirements
c6afa68 Updated from global requirements
1f639d7 Updated from global requirements
ef375e0 Support -y for --yes.
a0f2089 Enable coverage report in console output
3e2bb47 Distinguish between stack and resource events when polling
2cd3db1 Make sure the --heat-url option is respected, part 2
de271ae Remove LOG Warning from __eq__
6f94cfd Add convenience function for events over websocket
9b60f05 Add aliases to orchestration template version list
8885ce7 Make method import_versioned_module work
Diffstat (except docs and test files)
-------------------------------------
heatclient/client.py | 5 +-
heatclient/common/base.py | 8 --
heatclient/common/event_utils.py | 38 ++++++++-
heatclient/common/utils.py | 14 +---
heatclient/osc/v1/stack.py | 2 +-
heatclient/osc/v1/template.py | 21 +++--
heatclient/shell.py | 6 +-
requirements.txt | 2 +-
test-requirements.txt | 2 +-
tox.ini | 4 +-
13 files changed, 198 insertions(+), 57 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index a25ff2d..d95661e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14 +14 @@ oslo.utils>=3.18.0 # Apache-2.0
-keystoneauth1>=2.16.0 # Apache-2.0
+keystoneauth1>=2.18.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7eb9c2d..ed21859 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ mock>=2.0 # BSD
-mox3>=0.7.0 # Apache-2.0
+mox3!=0.19.0,>=0.7.0 # Apache-2.0
More information about the Release-announce
mailing list