[openstack-announce] [release][oslo] taskflow release 1.24.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Mon Nov 16 20:41:03 UTC 2015


We are amped to announce the release of:

taskflow 1.24.0: Taskflow structured state management library.

This release is part of the mitaka release series.

With source available at:

    http://git.openstack.org/cgit/openstack/taskflow

With package available at:

    https://pypi.python.org/pypi/taskflow

For more details, please see the git log history below and:

    http://launchpad.net/taskflow/+milestone/1.24.0

Please report issues through launchpad:

    http://bugs.launchpad.net/taskflow/

Changes in taskflow 1.23.0..1.24.0
----------------------------------

0095b04 Updated from global requirements
31dc9e0 Updated from global requirements
4388c24 Register conductor information on jobboard
9a7ed89 Fix order of assertEqual for unit.test_*
4052c98 Fix order of assertEqual for unit.worker_based
a6f47a0 Fix order of assertEqual for unit.persistence
b3e3e05 Fix order of assertEqual for unit.patterns
164d89b Fix order of assertEqual for unit.jobs
3dcd5a9 Fix order of assertEqual for unit.action_engine

Diffstat (except docs and test files)
-------------------------------------

requirements.txt                                   |   4 +-
taskflow/conductors/backends/impl_blocking.py      |  26 ++++
taskflow/jobs/backends/impl_redis.py               |   4 +
taskflow/jobs/backends/impl_zookeeper.py           |  28 +++++
taskflow/jobs/base.py                              |   4 +
taskflow/types/entity.py                           |  33 +++++
34 files changed, 573 insertions(+), 443 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 0bdbf29..3605ea0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -44,2 +44,2 @@ automaton>=0.5.0 # Apache-2.0
-oslo.utils>=2.4.0 # Apache-2.0
-oslo.serialization>=1.4.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0
+oslo.serialization>=1.10.0 # Apache-2.0





More information about the OpenStack-announce mailing list