[release-announce] masakari 14.0.0 (zed)
no-reply at openstack.org
no-reply at openstack.org
Wed Oct 5 12:24:39 UTC 2022
We are tickled pink to announce the release of:
masakari 14.0.0: Virtual Machine High Availability (VMHA) service for
OpenStack
This release is part of the zed release series.
The source is available from:
https://opendev.org/openstack/masakari
Download the package from:
https://tarballs.openstack.org/masakari/
Please report issues through:
https://bugs.launchpad.net/masakari/+bugs
For more details, please see below.
Changes in masakari 13.0.0..14.0.0
----------------------------------
7241101 Fix stopping stopped instances
56a9ec2 add notification_uuid into log message
c9a3dac Cleanup py27 support
6ea71cb Replace abc.abstractproperty with property and abc.abstractmethod
b3391f0 update zuul jod: add TUNNEL_IP_VERSION
9fef880 DLM to fix host notification race.
9a176f0 Replace python-dev with python3-dev in bindep
c3fc0c2 Update python testing as per zed cycle testing runtime
aa13e45 [CI] Install dependencies for docs target
894e22f Add Python3 zed unit tests
0f37e0e Update master for stable/yoga
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 3 +-
bindep.txt | 2 +-
masakari/api/openstack/extensions.py | 9 +-
masakari/cmd/api.py | 9 +-
masakari/conf/__init__.py | 2 +
masakari/conf/coordination.py | 41 ++++++
masakari/coordination.py | 155 +++++++++++++++++++++
masakari/engine/drivers/taskflow/driver.py | 8 +-
.../engine/drivers/taskflow/instance_failure.py | 11 +-
masakari/ha/api.py | 23 ++-
masakari/service.py | 13 +-
.../drivers/taskflow/test_instance_failure_flow.py | 64 +++++++++
.../notes/bug-1980736-975ee013e4612062.yaml | 5 +
...ion_for_host_notification-a156ec5a5839a781.yaml | 12 ++
releasenotes/source/index.rst | 1 +
releasenotes/source/yoga.rst | 6 +
requirements.txt | 3 +-
setup.cfg | 2 -
setup.py | 9 --
tox.ini | 4 +
23 files changed, 362 insertions(+), 30 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 575d8fd..3fd47e3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21 +21 @@ oslo.upgradecheck>=1.3.0 # Apache-2.0
-oslo.utils>=3.33.0 # Apache-2.0
+oslo.utils>=4.7.0 # Apache-2.0
@@ -28,0 +29 @@ taskflow>=2.16.0 # Apache-2.0
+tooz>=2.10.1 # Apache-2.0
More information about the Release-announce
mailing list