[openstack-announce] [release][heat] python-heatclient 1.2.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Fri Apr 15 00:49:46 UTC 2016


We are glad to announce the release of:

python-heatclient 1.2.0: OpenStack Orchestration API Client Library

This release is part of the newton 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 1.0.0..1.2.0
-----------------------------------------

0f62cb0 Updated from global requirements
065fee7 Updated from global requirements
ce23b86 Fix logging issue in heatclient tests
17b4b16 Support OS_KEY/OS_CERT environment variables
ab4ac5d Replace assertRegexpMatches with assertRegex
1d4c407 OSC plugin for orchestration template validate
fc4ff38 Use stack.get for resolving outputs for old API
f13d36a Fix regression handling relative paths in environment
4bf7e55 stack-delete command should not call do_stack_list.
1b88914 Added deprecation warnings for heat commands
5f7510b Don't use print() from event_utils.poll_for_events
9d01be2 OSC plugin should be region/interface aware
618a892 Replace ConfigParser with six.moves.configparser
3da649d Fixed issues in invalid JSON file
7c1e7b0 Fixed exceptions handling in stacks deleting
bd9008e Add an example on keystoneauth Sessions to the doc
b80d647 Updated from global requirements
9bbdc4f Basic set of stack functional tests for openstack client
11dfd95 Fill status code for every HTTPException

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

heatclient/common/event_utils.py                   |   9 +-
heatclient/common/http.py                          |  13 +
heatclient/common/template_utils.py                |   6 +-
heatclient/exc.py                                  |   6 +-
heatclient/osc/plugin.py                           |   8 +-
heatclient/osc/v1/stack.py                         |  38 +--
heatclient/osc/v1/template.py                      |  83 +++++++
heatclient/shell.py                                |   2 +
heatclient/v1/shell.py                             | 144 +++++++++--
requirements.txt                                   |   4 +-
setup.cfg                                          |   1 +
test-requirements.txt                              |   2 +-
tools/install_venv.py                              |   5 +-
24 files changed, 774 insertions(+), 234 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1534a96..f93c19d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-Babel>=1.3 # BSD
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
@@ -7 +7 @@ pbr>=1.6 # Apache-2.0
-cliff!=1.16.0,>=1.15.0 # Apache-2.0
+cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 4eba3eb..840a511 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ discover # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD





More information about the OpenStack-announce mailing list