python-heatclient 1.17.0 (stein)
We are jazzed to announce the release of: python-heatclient 1.17.0: OpenStack Orchestration API Client Library This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/python-heatclient Download the package from: https://pypi.org/project/python-heatclient Please report issues through launchpad: https://storyboard.openstack.org/#!/project/openstack/python- heatclient For more details, please see below. Changes in python-heatclient 1.16.1..1.17.0 ------------------------------------------- 2d9da26 Update the bugs link to storyboard 4ae2116 Update min tox version to 2.0 02d0090 Replace deprecated "decodestring()" by "decodebytes()" ada4b90 Don't quote {posargs} in tox.ini ae21e6b Set X-Region-Name in header when using SessionClient cabfc66 Trivial: Update pypi url to new url ed3aba8 Use templates for cover and lower-constraints 6ef3e87 Don't change pyyaml behavior dc07c13 Migrate the link of bug report button to storyboard dcab408 add python 3.6 unit test job 7452606 switch documentation job to new PTI 38e0331 import zuul job settings from project-config 2b127dd fix bug link in readme 29093c8 Update reno for stable/rocky 09475c2 Switch to stestr 597e98f Load files from adopt file when adopt stack Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 3 ++ .testr.conf | 4 --- .zuul.yaml | 12 +++++-- CONTRIBUTING.rst | 4 +-- README.rst | 6 ++-- heatclient/common/http.py | 4 +++ heatclient/common/template_format.py | 17 ++++++--- heatclient/osc/v1/stack.py | 7 ++-- heatclient/v1/shell.py | 6 +++- lower-constraints.txt | 3 +- releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 ++++ test-requirements.txt | 2 +- tox.ini | 11 ++++-- 19 files changed, 139 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 5fb01ef..39cdce8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,0 +13 @@ python-openstackclient>=3.12.0 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0 @@ -14 +14,0 @@ tempest>=17.1.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org