releases/deliverables/ocata/mistral.yaml
Doug Hellmann dbcd7ed53b remove send-announcements-to from ocata projects
We no longer use the send-announcements-to field for anything.

Change-Id: Ib224c2c94de9e5d8ed2b859157a6850e0f38f4d4
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-06 16:01:06 -04:00

63 lines
2.1 KiB
YAML

---
launchpad: mistral
team: mistral
release-notes: https://docs.openstack.org/releasenotes/mistral/ocata.html
type: service
release-model: cycle-with-milestones
include-pypi-link: yes
branches:
- name: stable/ocata
location: 4.0.0.0rc1
releases:
- version: 4.0.0.0b1
projects:
- repo: openstack/mistral
hash: ae141ff0133d4cf944bd84b889389da54840fb10
- repo: openstack/mistral-dashboard
hash: 6bac7a9f34b40a0e5c68637da366981831d6afbc
- version: 4.0.0.0b2
projects:
- repo: openstack/mistral
hash: c9bbe55355037cac264fc3abc9e7776fb635d96a
- repo: openstack/mistral-dashboard
hash: 91fac9f1b1b21aebc5472e995486f871fe5349bd
- version: 4.0.0.0b3
projects:
- repo: openstack/mistral
hash: 4fe662432be8c8ce0cce89e7b477d29619551bf8
- repo: openstack/mistral-dashboard
hash: b82f87021943268b2bf2a54c1fcdccb4f90fda59
- version: 4.0.0.0rc1
projects:
- repo: openstack/mistral
hash: 1428078e03c410ea38362d2e893ccd3cc0a9f888
- repo: openstack/mistral-dashboard
hash: b82f87021943268b2bf2a54c1fcdccb4f90fda59
- version: 4.0.0.0rc2
projects:
- repo: openstack/mistral
hash: b8927d8a94a565663ff1ee6f1cb696f56b2ede75
- repo: openstack/mistral-dashboard
hash: 72a0ef38e325ea831cfbe38de82368cdf4247918
- version: 4.0.0
diff-start: 3.0.0.0rc1
projects:
- repo: openstack/mistral
hash: b8927d8a94a565663ff1ee6f1cb696f56b2ede75
- repo: openstack/mistral-dashboard
hash: 72a0ef38e325ea831cfbe38de82368cdf4247918
- version: 4.0.1
projects:
- repo: openstack/mistral
hash: 3d8ebf1bf343ae188b01f70bc5b833e14eccae77
highlights: >
- Fixes memory leak related to cached lookups.
- Add missing Swift actions in actions mapping file.
- Do not evaluate expressions in workflow environment as required.
- version: 4.0.2
projects:
- repo: openstack/mistral
hash: ce3bec77804c491cc560d77b2c3227fc806952d3
highlights: >
- Fix work of task() without task name within on-clause cases.