[release-announce] [heat] python-heatclient 1.7.0 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Thu Dec 15 12:54:38 UTC 2016
We are overjoyed to announce the release of:
python-heatclient 1.7.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.
1.7.0
^^^^^
Other Notes
* Updated the Openstack orchestration Commands headers for
"openstack orchestration service list", "openstack orchestration
template version list", and "openstack orchestration template
function list" commands [Bug 1643492
(https://bugs.launchpad.net/bugs/1643492)]
Changes in python-heatclient 1.6.1..1.7.0
-----------------------------------------
5fe6a8b Updated from global requirements
505ad5c Update docs for mark-unhealthy command
280b1ed User server side env merging with osc plugin
3d60183 Fix doc on keystoneauth session api usage
2026265 Updated from global requirements
753a717 Fix event list help
38dc7e6 Updated from global requirements
ebb92f1 Use default service_type with session
e729a10 Show team and repo badges on README
cf2ecd4 Don't resolve outputs when polling events
71b4fc3 Updated from global requirements
b24df1f Update headers for the Openstack Orchestration commands
496c65e Add heat CLI test for deleting stack
3636cb8 Add heat CLI test for creating stack from URL
f785c8c Remove unused scripts in tools
2c27692 Remove oslo-incubator modules
b25baa9 Move required modules from oslo-incubator
Diffstat (except docs and test files)
-------------------------------------
.coveragerc | 2 +-
README.rst | 9 +
heatclient/common/base.py | 523 ++++++++++++++++++++
heatclient/common/event_utils.py | 2 +-
heatclient/common/http.py | 3 +
heatclient/common/utils.py | 93 +++-
heatclient/exc.py | 4 +
heatclient/openstack/__init__.py | 0
heatclient/openstack/common/__init__.py | 0
heatclient/openstack/common/apiclient/__init__.py | 0
heatclient/openstack/common/apiclient/auth.py | 234 ---------
heatclient/openstack/common/apiclient/base.py | 549 ---------------------
heatclient/openstack/common/apiclient/client.py | 366 --------------
.../openstack/common/apiclient/exceptions.py | 479 ------------------
.../openstack/common/apiclient/fake_client.py | 190 -------
heatclient/openstack/common/apiclient/utils.py | 100 ----
heatclient/openstack/common/cliutils.py | 272 ----------
heatclient/osc/v1/event.py | 5 +-
heatclient/osc/v1/service.py | 4 +-
heatclient/osc/v1/stack.py | 16 +-
heatclient/osc/v1/template.py | 4 +-
heatclient/v1/actions.py | 2 +-
heatclient/v1/build_info.py | 2 +-
heatclient/v1/events.py | 2 +-
heatclient/v1/resource_types.py | 2 +-
heatclient/v1/resources.py | 2 +-
heatclient/v1/services.py | 2 +-
heatclient/v1/shell.py | 2 +-
heatclient/v1/software_configs.py | 2 +-
heatclient/v1/software_deployments.py | 2 +-
heatclient/v1/stacks.py | 2 +-
heatclient/v1/template_versions.py | 2 +-
openstack-common.conf | 8 -
.../notes/bug-1643492-2d7537b55f347722.yaml | 8 +
requirements.txt | 8 +-
tools/install_venv.py | 75 ---
tools/install_venv_common.py | 172 -------
tools/with_venv.sh | 10 -
tox.ini | 2 +-
48 files changed, 750 insertions(+), 2626 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 44e1f8f..a25ff2d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ pbr>=1.8 # Apache-2.0
-cliff>=2.2.0 # Apache-2.0
+cliff>=2.3.0 # Apache-2.0
@@ -14,2 +14,2 @@ oslo.utils>=3.18.0 # Apache-2.0
-keystoneauth1>=2.14.0 # Apache-2.0
-python-swiftclient>=2.2.0 # Apache-2.0
+keystoneauth1>=2.16.0 # Apache-2.0
+python-swiftclient>=3.2.0 # Apache-2.0
@@ -17 +17 @@ PyYAML>=3.10.0 # MIT
-requests>=2.10.0 # Apache-2.0
+requests!=2.12.2,>=2.10.0 # Apache-2.0
More information about the Release-announce
mailing list