python-designateclient 2.7.1 (pike)
We enthusiastically announce the release of:
python-designateclient 2.7.1: OpenStack DNS-as-a-Service - Client
This release is part of the pike stable release series.
The source is available from:
https://opendev.org/openstack/python-designateclient
Download the package from:
https://pypi.org/project/python-designateclient
Please report issues through:
https://bugs.launchpad.net/python-designateclient/+bugs
For more details, please see below.
Changes in python-designateclient 2.7.0..2.7.1 ----------------------------------------------
34f91e6 import zuul job settings from project-config 05990b8 server-get/update show wrong values about 'id' and 'update_at' 77a7058 Updated from global requirements e194683 Update UPPER_CONSTRAINTS_FILE for stable/pike 91cbba3 Update .gitreview for stable/pike
Diffstat (except docs and test files) -------------------------------------
.gitreview | 1 + .zuul.yaml | 10 ++++++++++ designateclient/cli/base.py | 6 +++--- requirements.txt | 6 +++--- test-requirements.txt | 2 +- tools/tox_install.sh | 30 ------------------------------ tox.ini | 6 ++++-- 7 files changed, 22 insertions(+), 39 deletions(-)
Requirements updates --------------------
diff --git a/requirements.txt b/requirements.txt index b7953b3..67abf9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -cliff>=2.6.0 # Apache-2.0 +cliff>=2.8.0 # Apache-2.0 @@ -6 +6 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT -osc-lib>=1.5.1 # Apache-2.0 +osc-lib>=1.7.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.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 27e42d9..4bad6d4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14 @@ testrepository>=0.0.18 # Apache-2.0/BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org