The release script will copy this flag into the tag message so the announce script can read it and adjust its output accordingly. Change-Id: I491fb9e6edd57a3ec1c0b85c8dd9e22d5f09e6b2 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
---
|
|
launchpad: keystoneauth
|
|
send-announcements-to: openstack-dev@lists.openstack.org
|
|
include-pypi-link: yes
|
|
releases:
|
|
- version: 1.2.0
|
|
projects:
|
|
- repo: openstack/keystoneauth
|
|
hash: 79104aa0fe51a7c729561c111010f6dcd77ff2ad
|
|
- version: 2.0.0
|
|
projects:
|
|
- repo: openstack/keystoneauth
|
|
hash: 2eb534900c4262e5a994c6dda6f8ec3f14d953e6
|
|
highlights: >
|
|
- Includes support for kerberos, SAML and ADFS plugins installed
|
|
by using: pip install keystoneauth1[kerberos] or
|
|
keystoneauth1[saml].
|
|
- Support for python 2.6 has been removed.
|
|
- version: 2.1.0
|
|
projects:
|
|
- repo: openstack/keystoneauth
|
|
hash: 25c8c5f48454cfb09169f887f01e6e56a1640d19
|
|
highlights: >
|
|
- Corrects issue with oslo_config option compatibility with
|
|
deprecated and deprecated_for_removal options.
|
|
- version: 2.2.0
|
|
projects:
|
|
- repo: openstack/keystoneauth
|
|
hash: fd6d19a35922aef9d4ed65f2a67296b30a9858c2
|
|
highlights: >
|
|
- Blocks requests 2.9.0.
|