[release-announce] senlin 14.0.0 (zed)
no-reply at openstack.org
no-reply at openstack.org
Wed Oct 5 12:34:42 UTC 2022
We are delighted to announce the release of:
senlin 14.0.0: OpenStack Clustering
This release is part of the zed release series.
The source is available from:
https://opendev.org/openstack/senlin
Download the package from:
https://tarballs.openstack.org/senlin/
Please report issues through:
https://bugs.launchpad.net/senlin/+bugs
For more details, please see below.
Changes in senlin 13.0.0..14.0.0
--------------------------------
aee7ca33 Imported Translations from Zanata
59c5ef4b Imported Translations from Zanata
57f239cc Update python testing as per zed cycle teting runtime
ee2959af Fixed service manage not cleaning properly
d8070bcf Fix tests failing due to sql tracing
26c07ef2 Fix support for openstacksdk 0.99
d2e6d5e9 Fixed incorrect sql in cluster_policy_get_all
9e70dd30 Removed two previously unused config options
e0f5802f Add Python3 zed unit tests
56bd524f Update master for stable/yoga
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 2 +-
.../drop-python-3-6-and-3-7-3a90d172a5e43660.yaml | 5 +
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 57 +++++++++-
releasenotes/source/yoga.rst | 6 ++
requirements.txt | 2 +-
senlin/cmd/manage.py | 2 +-
senlin/common/service.py | 118 +++++++++++++++++++--
senlin/common/utils.py | 18 ++--
senlin/conductor/service.py | 68 ++----------
senlin/conf/base.py | 8 --
senlin/db/api.py | 4 +
senlin/db/sqlalchemy/api.py | 64 ++++++++---
senlin/engine/senlin_lock.py | 4 +-
senlin/engine/service.py | 26 +----
senlin/health_manager/service.py | 35 +-----
senlin/locale/de/LC_MESSAGES/senlin.po | 17 +--
senlin/objects/service.py | 5 +
senlin/profiles/os/nova/server.py | 7 +-
setup.cfg | 4 +-
tox.ini | 4 +-
27 files changed, 362 insertions(+), 219 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 1d8f4c74..de04920e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +13 @@ microversion-parse>=0.2.1 # Apache-2.0
-openstacksdk>=0.42.0 # Apache-2.0
+openstacksdk>=0.99.0 # Apache-2.0
More information about the Release-announce
mailing list