releases/deliverables/newton/taskflow.yaml
Joshua Harlow 99ee8a93cf Oslo releases for week of august 1, 2016
Big ole-release of (oslo) things.

Change-Id: Iaacb1e544f8ef1507f103e53bb1da1d21c274a87
2016-08-01 13:50:56 -07:00

52 lines
1.6 KiB
YAML

---
launchpad: taskflow
team: oslo
send-announcements-to: openstack-dev@lists.openstack.org
include-pypi-link: true
releases:
- version: 1.31.0
projects:
- repo: openstack/taskflow
hash: e83a5642e7041a787f4057103a5727f12c599254
- version: 1.32.0
projects:
- repo: openstack/taskflow
hash: fd2dc3da7e530308e42e745f944b70694502766e
highlights: |-
* Use a automaton machine for WBE request state machine
* Add periodic jobboard refreshing (incase of sync issues)
* Add the ability to skip resolving from activating
* Add rundimentary and/or non-optimized job priorities
* Add some basic/initial engine statistics
- version: 2.0.0
projects:
- repo: openstack/taskflow
hash: 827b291cf8ab24aa79454586c86425f19245b482
highlights: '* Remove deprecated things for 2.0 release'
- version: 2.1.0
projects:
- repo: openstack/taskflow
hash: 88fec5d4ad8e5e8efbf60085fd0f5b96724d403d
highlights: |-
* Split revert/execute missing args (exception) messages
* Instead of a multiprocessing queue use sockets via asyncore
- version: 2.2.0
projects:
- repo: openstack/taskflow
hash: f885bc13087f1fecbab74b762bf48fe6c1a51d48
- version: 2.3.0
projects:
- repo: openstack/taskflow
hash: 613181f5715d54d6ec46ee97b07e4915811f9094
highlights: |-
* Add tests to verify kwargs behavior on revert validation
* Make tests less dependent on transient state
- version: 2.4.0
projects:
- repo: openstack/taskflow
hash: 8eed13c62bf1771988ead6562919b9e0eca82d31
highlights: |-
- Add Python 3.5 classifier and venv
- Ensure the fetching jobs does not fetch anything
when in a bad state