[release-announce] python-designateclient 5.0.0 (zed)
no-reply at openstack.org
no-reply at openstack.org
Fri Jul 15 08:15:30 UTC 2022
We are jazzed to announce the release of:
python-designateclient 5.0.0: OpenStack DNS-as-a-Service - Client
This release is part of the zed 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.
5.0.0
^^^^^
Upgrade Notes
* Python 3.6 & 3.7 support has been dropped. The minimum version of
Python now supported is Python 3.8.
Changes in python-designateclient 4.5.0..5.0.0
----------------------------------------------
0d0d339 Fix quota list command for non-admin users
041eda6 Update python testing as per zed cycle testing runtime
fba1354 Fix missing --target-project-id for transfer req
ef2098e Update zuul queue configuration
b7ad25b Update python jobs to zed template
5f92f98 Drop lower-constraints.txt and its testing
2bc8916 Update master for stable/yoga
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 6 +-
designateclient/v2/cli/quotas.py | 5 +-
designateclient/v2/cli/zones.py | 7 +++
lower-constraints.txt | 71 ----------------------
.../drop-python-3-6-and-3-7-7d815c897c330d9c.yaml | 5 ++
releasenotes/source/index.rst | 1 +
releasenotes/source/yoga.rst | 6 ++
requirements.txt | 4 ++
setup.cfg | 5 +-
tox.ini | 10 ---
10 files changed, 30 insertions(+), 90 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index a6fbbc0..4871dcf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -0,0 +1,4 @@
+# Requirements lower bounds listed here are our best effort to keep them up to
+# date but we do not test them so no guarantee of having them all correct. If
+# you find any incorrect lower bounds, let us know or propose a fix.
+
More information about the Release-announce
mailing list