[openstack-dev] [release] python-designateclient release 1.2.0 (liberty)
Doug Hellmann
doug at doughellmann.com
Tue Apr 21 19:23:28 UTC 2015
We are happy to announce the release of:
python-designateclient 1.2.0: OpenStack DNS as a Service - Client
For more details, please see the git log history below and:
http://launchpad.net/python-designateclient/+milestone/1.2.0
Please report issues through launchpad:
http://bugs.launchpad.net/python-designateclient
Changes in python-designateclient 1.1.1..1.2.0
----------------------------------------------
39d8b54 2015-04-21 15:07:07 +0000 Update README to work with release tools
ed808de 2015-04-16 18:12:56 +0000 Uncap library requirements for liberty
94c242f 2015-03-21 00:17:31 +0000 Updated from global requirements
debf39a 2015-02-24 12:44:24 +0530 Added extra previllege to list all domains from all tenants
4118d0f 2015-02-20 13:59:17 +0000 Updated from global requirements
ab3ed69 2015-02-13 02:00:03 +0000 Updated from global requirements
e0e428a 2015-01-29 15:07:09 +0100 Fix if checking on ttl for Create/Update commands
92b5872 2015-01-26 10:34:00 +0000 Updated from global requirements
e20b1d3 2014-12-05 03:30:39 +0000 Workflow documentation is now in infra-manual
Diffstat (except docs and test files)
-------------------------------------
README.rst | 17 +++++++++++++++++
designateclient/cli/domains.py | 4 ++--
designateclient/cli/records.py | 4 ++--
designateclient/shell.py | 4 ++++
designateclient/utils.py | 3 ++-
designateclient/v1/__init__.py | 5 ++++-
requirements.txt | 8 ++++----
8 files changed, 36 insertions(+), 11 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 82387a7..2ced90a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-cliff>=1.7.0 # Apache-2.0
+cliff>=1.10.0 # Apache-2.0
@@ -7 +7 @@ pbr>=0.6,!=0.7,<1.0
-python-keystoneclient>=0.11.1
+python-keystoneclient>=1.1.0
@@ -9,2 +9,2 @@ requests>=2.2.0,!=2.4.0
-six>=1.7.0
-stevedore>=1.1.0 # Apache-2.0
+six>=1.9.0
+stevedore>=1.3.0 # Apache-2.0
More information about the OpenStack-dev
mailing list