We eagerly announce the release of: taskflow 5.6.1 This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/taskflow Download the package from: https://pypi.org/project/taskflow Please report issues through: https://bugs.launchpad.net/taskflow/+bugs For more details, please see below. 5.6.1 ^^^^^ Bug Fixes * Fixed a bug when using retries with unordered flows, a REVERT_ALL triggered by one of the subflow was overriden by an other subflow running in parallel, leading to an incomplete revert of the flow. Changes in taskflow 5.6.0..5.6.1 -------------------------------- 24c88865 Fix REVERT_ALL with Retries in unordered Flows ce81b920 Remove SQLAlchemy tips jobs 34ef1ea9 Add functional job with redis enabled 2b7f58cf Fix broken unit tests for redis jobboard driver Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 33 +++++++------- bindep.txt | 4 ++ .../fix-revert-all-revert-a0310cd7beaa7409.yaml | 6 +++ taskflow/engines/action_engine/runtime.py | 12 +++++ test-requirements.txt | 1 + tox.ini | 7 +++ 12 files changed, 157 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c9c3dd0f..5a80cac4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -31,0 +32 @@ stestr>=2.0.0 # Apache-2.0 +pifpaf>=0.10.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org