[release-announce] designate 9.0.2 (train)
no-reply at openstack.org
no-reply at openstack.org
Tue Feb 16 10:25:22 UTC 2021
We high-spiritedly announce the release of:
designate 9.0.2: DNS as a Service
This release is part of the train stable release series.
The source is available from:
https://opendev.org/openstack/designate
Download the package from:
https://tarballs.openstack.org/designate/
Please report issues through:
https://bugs.launchpad.net/designate/+bugs
For more details, please see below.
Changes in designate 9.0.1..9.0.2
---------------------------------
e285c09c [stable-only] Cap bandit to 1.6.2 and fix requirements
0dd12f37 pdns4 backend: check if zone exists before attempting delete
b47d4306 fix database sync always get the wrong value
9eedcf96 Pin version of designate-tempest-plugin
6a48f54d Adding distributed locking to central
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 6 +++--
designate/backend/impl_pdns4.py | 21 +++++++++++------
designate/central/service.py | 10 +++++++--
designate/coordination.py | 9 ++++++++
.../migrate_repo/versions/070_liberty.py | 4 +++-
devstack/plugin.sh | 5 +++++
lower-constraints.txt | 7 +++---
requirements.txt | 3 ++-
test-requirements.txt | 3 ++-
11 files changed, 90 insertions(+), 20 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 35f59ac7..f64b1380 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -47 +47,2 @@ Werkzeug>=0.9 # BSD License
-python-memcached>=1.56 # PSF
+python-memcached>=1.56;python_version=='2.7' # PSF
+python-memcached>=1.58;python_version>='3.4' # PSF
diff --git a/test-requirements.txt b/test-requirements.txt
index da11a6a6..896745df 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18 +18,2 @@ tempest>=17.1.0 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<1.6.3;python_version=='2.7' # Apache-2.0
+bandit>=1.1.0;python_version>='3.5' # Apache-2.0
More information about the Release-announce
mailing list