c93c924f1d
We no longer use the send-announcements-to field for anything. Change-Id: Iee64d76ea25f56001a87cd39cfd4bb9aaf6acf94 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
35 lines
1.0 KiB
YAML
35 lines
1.0 KiB
YAML
---
|
|
launchpad: python-mistralclient
|
|
team: mistral
|
|
type: library
|
|
release-model: cycle-with-intermediary
|
|
include-pypi-link: yes
|
|
branches:
|
|
- name: stable/newton
|
|
location: 2.1.1
|
|
releases:
|
|
- version: 2.1.0
|
|
projects:
|
|
- repo: openstack/python-mistralclient
|
|
hash: 5352695e901ba749d23a855b83167975cb201491
|
|
highlights: |-
|
|
* Add osprofiler option
|
|
* Add KeyCloak OpenID Connect authentication
|
|
* Add ID option to update Action Definition
|
|
* Add target cloud options
|
|
- version: 2.1.1
|
|
projects:
|
|
- repo: openstack/python-mistralclient
|
|
hash: a37b5fe562a85787b74edc48c923aa6343490ec1
|
|
highlights: |-
|
|
* Remove strict dependency on osprofiler
|
|
- version: 2.1.2
|
|
projects:
|
|
- repo: openstack/python-mistralclient
|
|
hash: 1dcfc2c096a4610d63611bfd7d98687f3e5e2da4
|
|
highlights: |-
|
|
* Remove strict dependency on osprofiler. The previous attempt to do
|
|
this was incomplete.
|
|
* Fix a number of commands that had broken integration with
|
|
python-openstackclient.
|