[release-announce] python-designateclient 2.10.0 (rocky)
no-reply at openstack.org
no-reply at openstack.org
Fri Aug 10 16:49:41 UTC 2018
We are delighted to announce the release of:
python-designateclient 2.10.0: OpenStack DNS-as-a-Service - Client
This release is part of the rocky release series.
The source is available from:
https://git.openstack.org/cgit/openstack/python-designateclient
Download the package from:
https://pypi.org/project/python-designateclient
Please report issues through launchpad:
https://bugs.launchpad.net/python-designateclient
For more details, please see below.
Changes in python-designateclient 2.9.0..2.10.0
-----------------------------------------------
9f70179 Switch to stestr
9d34339 Fix copy-pasta in quota command descriptions
19e4343 server-get/update show wrong values about 'id' and 'update_at'
4dd1c30 Remove PyPI downloads
8b7ac9c fix tox python3 overrides
3c40063 Trivial: Update pypi url to new url
bc0e25b Updated from global requirements
6eeef0d add lower-constraints job
6e27a1d Updated from global requirements
3710e63 Updated from global requirements
3ef63c3 Add os-testr in test-requirements.txt
6cbddfa Updated from global requirements
0a9c5c6 Updated from global requirements
f5e3a80 Updated from global requirements
7cd8b69 Highlight V1 API removal
653643b Improve the RecordSet Update UI
77c743f Update reno for stable/queens
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 4 +-
.stestr.conf | 4 ++
.testr.conf | 10 -----
.zuul.yaml | 6 +++
README.rst | 8 +---
designateclient/cli/base.py | 12 ++++--
designateclient/v2/cli/quotas.py | 4 +-
designateclient/v2/cli/recordsets.py | 17 +++++++-
lower-constraints.txt | 78 ++++++++++++++++++++++++++++++++++++
releasenotes/source/index.rst | 1 +
releasenotes/source/queens.rst | 6 +++
requirements.txt | 2 +-
test-requirements.txt | 7 ++--
tools/pretty_tox.sh | 6 ---
tox.ini | 24 ++++++++++-
18 files changed, 160 insertions(+), 40 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index c7a10fb..59a02b4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-keystoneauth1>=3.3.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 243adf2..c619d21 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ mock>=2.0.0 # BSD
-oslo.config>=5.1.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
@@ -9,0 +10 @@ oslotest>=3.2.0 # Apache-2.0
+os-testr>=1.0.0 # Apache-2.0
@@ -11,2 +12,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-requests-mock>=1.1.0 # Apache-2.0
-testrepository>=0.0.18 # Apache-2.0/BSD
+requests-mock>=1.2.0 # Apache-2.0
+stestr>=2.0.0 # Apache-2.0
More information about the Release-announce
mailing list