taskflow 5.12.0 (epoxy)
We high-spiritedly announce the release of: taskflow 5.12.0 This release is part of the epoxy 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.12.0 ^^^^^^ Deprecation Notes * Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned (https://governance.openstack.org/tc//goals/proposed/remove- eventlet.html), for this reason the eventlet_utils module is now deprecated. The support of Eventlet will be soon removed from taskflow. Please start considering removing your internal Eventlet usages and start migrating your stack. Changes in taskflow 5.11.0..5.12.0 ---------------------------------- 6ce78a47 Deprecate utility for eventlet Diffstat (except docs and test files) ------------------------------------- releasenotes/notes/deprecate-eventlet-df4a34a7d56acc47.yaml | 10 ++++++++++ requirements.txt | 3 +++ taskflow/utils/eventlet_utils.py | 2 ++ 3 files changed, 15 insertions(+) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 784bc45c..7a916f7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,0 +10,3 @@ pbr>=2.0.0 # Apache-2.0 +# For deprecation warning +debtcollector>=1.2.0 # Apache-2.0 +
participants (1)
-
no-reply@openstack.org