We are satisfied to announce the release of:
python-designateclient 2.1.0: OpenStack DNS as a Service - Client
This release is part of the mitaka stable release series.
With source available at:
https://git.openstack.org/cgit/openstack/python-designateclient
With package available at:
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.0.0..2.1.0
----------------------------------------------
e23fb5f Add filtering to recordsets CLI
9f158c9 Show "status" and "action" for recordsets
9150dfb Move all V2 Controllers to inherit from the v2
15bf561 Fixes 'openstack tld list' command's exception
75f8cef Updated from global requirements
d5c81ec Update .gitreview for stable/mitaka
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
designateclient/v2/base.py | 2 +-
designateclient/v2/blacklists.py | 4 ++--
designateclient/v2/cli/recordsets.py | 45 +++++++++++++++++++++++++++++++++---
designateclient/v2/cli/tlds.py | 11 ++++++++-
designateclient/v2/limits.py | 4 ++--
designateclient/v2/nameservers.py | 4 ++--
designateclient/v2/reverse.py | 4 ++--
designateclient/v2/tlds.py | 4 ++--
requirements.txt | 6 ++---
test-requirements.txt | 2 +-
11 files changed, 68 insertions(+), 19 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 821e828..0c51d63 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-cliff>=1.15.0 # Apache-2.0
+cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
@@ -6 +6 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
-oslo.utils>=3.4.0 # Apache-2.0
+oslo.utils>=3.5.0 # Apache-2.0
@@ -12 +12 @@ stevedore>=1.5.0 # Apache-2.0
-debtcollector>=0.3.0 # Apache-2.0
+debtcollector>=1.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8c7f767..5dfedf9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15 +15 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-tempest-lib>=0.13.0 # Apache-2.0
+tempest-lib>=0.14.0 # Apache-2.0
_______________________________________________
OpenStack-announce mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-announce