releases/deliverables/ocata/python-mistralclient.yaml
Lingxian Kong b03f2a1a0b Release python-mistralclient 3.0.2 for Ocata
Change-Id: I96de3e23ff7a5467a90b52a9b50cd2267302d109
2017-08-07 10:13:34 +12:00

36 lines
1.1 KiB
YAML

---
include-pypi-link: true
launchpad: python-mistralclient
release-model: cycle-with-intermediary
team: mistral
type: library
branches:
- name: stable/ocata
location: 3.0.0
releases:
- version: 3.0.0
projects:
- repo: openstack/python-mistralclient
hash: a7bf138e71adbfca5aeae0684e0342bada8185eb
highlights: >
- Refine openstack command cline for mistral according to
OpenStackClient command structure.
- Support filtering when query resource.
- Allow action executions to be cancelled.
- Python 3.5 is officially supported.
- Support specifying region name (both local and target cloud) in
command line.
- version: 3.0.1
projects:
- repo: openstack/python-mistralclient
hash: 1a3094d2245db9a848a8184817000b3c6cbacbe4
highlights: >
- Set --limit parameter by default for several commands to avoid high
server load.
- version: 3.0.2
projects:
- repo: openstack/python-mistralclient
hash: 615b6dc207cbd913850a34eea39fa0e2d0bdb503
highlights: >
- Fix how "--limit" is passed to the server for action executions.