[release-announce] [designate] python-designateclient 2.8.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Tue Jan 9 15:56:23 UTC 2018


We are chuffed to announce the release of:

python-designateclient 2.8.0: OpenStack DNS-as-a-Service - Client

This release is part of the queens release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-designateclient

Download the package from:

    https://pypi.python.org/pypi/python-designateclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-designateclient

For more details, please see below.

Changes in python-designateclient 2.7.0..2.8.0
----------------------------------------------

2f08b28 Updated from global requirements
853dbdd Split doc requirements into their own file
90726f9 Remove unneeded requirements file
66e4955 Improve recordset create UI
e80a25a Avoid tox_install.sh for constraints support
3158069 Use jobs from designate repo
f70e6f5 Remove setting of version/release from releasenotes
9dd904d Updated from global requirements
67346e3 Updated from global requirements
963b301 Updated from global requirements
0a1fc31 Updated from global requirements
c7a91a3 Updated from global requirements
5b502b9 Make remote error handling more robust
245ea8d Updated from global requirements
ecc8c5d Update the documentation link for doc migration
2a1ffa0 Update reno for stable/pike
ae2631a Updated from global requirements
8763100 Update and optimize documentation links
b741282 Add tsig key support to python-designateclient


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

.zuul.yaml                                         |  12 ++
CONTRIBUTING.rst                                   |   4 +-
README.rst                                         |  14 +-
designateclient/exceptions.py                      |   2 +-
designateclient/v2/cli/recordsets.py               |  20 ++-
designateclient/v2/cli/tsigkeys.py                 | 170 +++++++++++++++++++++
designateclient/v2/client.py                       |   2 +
designateclient/v2/tsigkeys.py                     |  50 ++++++
releasenotes/source/conf.py                        |  11 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/pike.rst                       |   6 +
requirements.txt                                   |  12 +-
setup.cfg                                          |   9 +-
test-requirements.txt                              |  14 +-
tools/tox_install.sh                               |  30 ----
tox.ini                                            |  15 +-
27 files changed, 566 insertions(+), 79 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b7953b3..aa6cfb5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,4 +4,4 @@
-cliff>=2.6.0 # Apache-2.0
-jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
-osc-lib>=1.5.1 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
+cliff!=2.9.0,>=2.8.0 # Apache-2.0
+jsonschema<3.0.0,>=2.6.0 # MIT
+osc-lib>=1.7.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
@@ -9 +9 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-keystoneauth1>=2.21.0 # Apache-2.0
+keystoneauth1>=3.3.0 # Apache-2.0
@@ -11 +11 @@ requests>=2.14.2 # Apache-2.0
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 27e42d9..636efb5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,2 +7,2 @@ coverage!=4.4,>=4.0 # Apache-2.0
-mock>=2.0 # BSD
-oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
+mock>=2.0.0 # BSD
+oslo.config>=5.1.0 # Apache-2.0
@@ -10,3 +10,2 @@ oslotest>=1.10.0 # Apache-2.0
-python-subunit>=0.0.18 # Apache-2.0/BSD
-requests-mock>=1.1 # Apache-2.0
-sphinx>=1.6.2 # BSD
+python-subunit>=1.0.0 # Apache-2.0/BSD
+requests-mock>=1.1.0 # Apache-2.0
@@ -14,3 +13,2 @@ testrepository>=0.0.18 # Apache-2.0/BSD
-openstackdocstheme>=1.11.0 # Apache-2.0
-reno!=2.3.1,>=1.8.0 # Apache-2.0
-tempest>=16.1.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
+tempest>=17.1.0 # Apache-2.0






More information about the Release-announce mailing list