[release-announce] [heat] python-heatclient 1.11.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Fri Jul 28 19:06:23 UTC 2017


We jubilantly announce the release of:

python-heatclient 1.11.0: OpenStack Orchestration API Client Library

This release is part of the pike 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.10.0..1.11.0
-------------------------------------------

b45c792 Fixing read before prompt bug
0c408c5 Updated from global requirements
6462e51 Updated from global requirements
4c2774f Updated from global requirements
ad40def Updated from global requirements
2663e8d Switch from oslosphinx to openstackdocstheme
e3ba796 Updated from global requirements
7998d7b Add optional arguments '-y' in CLI:snapshot-delete
7611ee7 Explicitly set 'builders' option
61aa092 Replace six.iteritems() with .items()
16b50f8 Add functinoal tests for 'openstack stack snapshot delete'


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

heatclient/common/base.py                        |  4 +-
heatclient/common/template_utils.py              |  4 +-
heatclient/common/utils.py                       |  2 +-
heatclient/osc/v1/stack.py                       |  6 +--
heatclient/v1/events.py                          |  3 +-
heatclient/v1/resources.py                       |  3 +-
heatclient/v1/shell.py                           | 29 ++++++++--
heatclient/v1/software_configs.py                |  3 +-
heatclient/v1/stacks.py                          |  3 +-
requirements.txt                                 | 10 ++--
setup.cfg                                        |  1 +
test-requirements.txt                            |  6 +--
16 files changed, 131 insertions(+), 46 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f986d3c..ee88d71 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-cliff>=2.6.0 # Apache-2.0
+cliff>=2.8.0 # Apache-2.0
@@ -9 +9 @@ iso8601>=0.1.11 # MIT
-osc-lib>=1.5.1 # Apache-2.0
+osc-lib>=1.7.0 # Apache-2.0
@@ -12 +12 @@ oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.serialization>=1.10.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
@@ -14 +14 @@ oslo.utils>=3.20.0 # Apache-2.0
-keystoneauth1>=2.20.0 # Apache-2.0
+keystoneauth1>=3.0.1 # Apache-2.0
@@ -17 +17 @@ PyYAML>=3.10.0 # MIT
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7e65c0d..743509f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ mox3!=0.19.0,>=0.7.0 # Apache-2.0
-oslosphinx>=4.7.0 # Apache-2.0
+openstackdocstheme>=1.11.0 # Apache-2.0
@@ -15,2 +15,2 @@ python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
-sphinx!=1.6.1,>=1.5.1 # BSD
-tempest>=14.0.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+tempest>=16.1.0 # Apache-2.0






More information about the Release-announce mailing list