[release-announce] python-senlinclient 1.8.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Aug 8 18:34:32 UTC 2018


We are excited to announce the release of:

python-senlinclient 1.8.0: OpenStack Clustering API Client Library

This release is part of the rocky release series.

Download the package from:

    https://pypi.org/project/python-senlinclient

For more details, please see below.

1.8.0
^^^^^


New Features
************

* Improved functional test for python-senlinclient.

* Aded profile, policy, cluster and receiver functional test.


Bug Fixes
*********

* Changed CURRENT_API_VERSION to "1.10".


Other Notes
***********

* Switched testr switch to stestr.

* Fixed tox python3 overrides.

* Followed the new PTI for document build.

* Fix tox python3 overrides.

* Removed pypy because pypy is no longer supported by oslo
  libraries.

Changes in python-senlinclient 1.7.0..1.8.0
-------------------------------------------

08649a0 Rocky releasenotes for python-senlinclient
93d3033 Zuul enable senlinclient function check
b610782 Add cluster and receiver function test
162c5c2 Add function test path to test_path
cf697ba Switch to stestr
b0d56b7 Change CURRENT_API_VERSION to "1.10"
bc64c8f fix tox python3 overrides
d4b8b1b pypy is no longer supported by oslo libraries
8354dd4 Fix docs cli authorize environment variables
1033849 Updated from global requirements
07132b2 Follow the new PTI for document build
8ef3a1e add lower-constraints job
7c2f8a3 Updated from global requirements
18aa547 Updated from global requirements
664aa67 Updated from global requirements
b120ede Add cli and contributor documents file.
62eba7e Fix request return resp not exist 'action' key
90fe38a Updated from global requirements
5be4c7d Add node functional test and fix type list test
364bbc7 Imported Translations from Zanata
c482b1e Remove run_tests.sh
aa3cc22 Updated from global requirements
842c1c3 Fix request version returns value handling error.
977bebb Retrieve profile type by type name and version
b6b4601 Change event and node module describe error.
0303d68 Imported Translations from Zanata
56c577c Add profile, policy functional test
6b4fe54 Remove unnecessary definition
6a8bee8 Zuul: Remove project name
2c01f98 Update reno for stable/queens
8dd4afa Add back client module


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

.gitignore                                         |   3 +-
.stestr.conf                                       |   3 +
.testr.conf                                        |   4 -
.zuul.yaml                                         |   8 +-
lower-constraints.txt                              | 100 ++++
.../legacy/senlinclient-dsvm-functional/post.yaml  |  13 -
.../notes/micro-version-1.10-dabb632bfa40b79b.yaml |   3 +
releasenotes/notes/others-e13ff69738d062c6.yaml    |   7 +
.../notes/test-function-test-d90d7af1994a5f88.yaml |   4 +
releasenotes/source/index.rst                      |   1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  31 +-
.../locale/zh_CN/LC_MESSAGES/releasenotes.po       |   8 +-
releasenotes/source/queens.rst                     |   6 +
requirements.txt                                   |   8 +-
senlinclient/client.py                             |  23 +
senlinclient/common/utils.py                       |   8 +
.../locale/zh_CN/LC_MESSAGES/senlinclient.po       | 567 +--------------------
senlinclient/plugin.py                             |   2 +-
senlinclient/v1/cluster.py                         |  73 ++-
senlinclient/v1/cluster_policy.py                  |   5 +-
senlinclient/v1/event.py                           |   2 +-
senlinclient/v1/node.py                            |  25 +-
senlinclient/v1/policy_type.py                     |  18 +-
senlinclient/v1/profile_type.py                    |  23 +-
setup.cfg                                          |   9 -
test-requirements.txt                              |   9 +-
tox.ini                                            |  35 +-
46 files changed, 1207 insertions(+), 1090 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1925687..8de9f27 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,3 +7,3 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-PrettyTable<0.8,>=0.7.1 # BSD
-keystoneauth1>=3.3.0 # Apache-2.0
-openstacksdk>=0.9.19 # Apache-2.0
+PrettyTable<0.8,>=0.7.2 # BSD
+keystoneauth1>=3.4.0 # Apache-2.0
+openstacksdk>=0.11.2 # Apache-2.0
@@ -15 +15 @@ python-heatclient>=1.10.0 # Apache-2.0
-PyYAML>=3.10 # MIT
+PyYAML>=3.12 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 175faf7..5818e4c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-requests-mock>=1.1.0 # Apache-2.0
+requests-mock>=1.2.0 # Apache-2.0
@@ -11 +10,0 @@ mock>=2.0.0 # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
@@ -14,2 +13 @@ oslotest>=3.2.0 # Apache-2.0
-setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=16.0 # PSF/ZPL
-sphinx!=1.6.6,>=1.6.2 # BSD
+setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 # PSF/ZPL
@@ -17 +15 @@ tempest>=17.1.0 # Apache-2.0
-testrepository>=0.0.18 # Apache-2.0/BSD
+stestr>=2.0.0 # Apache-2.0
@@ -20 +17,0 @@ testtools>=2.2.0 # MIT
-reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list