[release-announce] mistral 5.2.5 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 19 13:36:15 UTC 2018


We are happy to announce the release of:

mistral 5.2.5: Mistral Project

This release is part of the pike stable release series.

Download the package from:

    https://pypi.org/project/mistral

For more details, please see below.

5.2.5
^^^^^

Bug Fixes

* Workflow output sometimes was not calculated correctly due to the
  race condition between different transactions: the one that checks
  workflow completion (i.e. calls "check_and_complete") and the one
  that processes action execution completion (i.e. calls
  "on_action_complete"). Calculating output sometimes was based on
  stale data cached by the SQLAlchemy session. To fix this, we just
  need to expire all objects in the session so that they are refreshed
  automatically if we read their state in order to make required
  calculations. The corresponding change was made.

Changes in mistral 5.2.4..5.2.5
-------------------------------

df944df Fix how Mistral calculates workflow output
2b7e529 import zuul job settings from project-config


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

.zuul.yaml                                         |  7 ++++
mistral/db/v2/api.py                               |  4 +++
mistral/db/v2/sqlalchemy/api.py                    |  5 +++
mistral/engine/workflows.py                        | 10 ++++++
.../fix_workflow_output-cee5df431679de6b.yaml      | 13 ++++++++
6 files changed, 77 insertions(+)







More information about the Release-announce mailing list