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>
22 lines
780 B
YAML
22 lines
780 B
YAML
---
|
|
launchpad: django-openstack-auth
|
|
send-announcements-to: openstack-dev@lists.openstack.org
|
|
include-pypi-link: yes
|
|
releases:
|
|
- version: 2.1.0
|
|
projects:
|
|
- repo: openstack/django_openstack_auth
|
|
hash: 3715a5f445254520f951a5d791fb5eeeeb2b2b57
|
|
highlights: >
|
|
This release adds support for obtaining domain scoped
|
|
tokens and using them in policy checks. This is required
|
|
for full keystone v3 support.
|
|
- version: 2.1.1
|
|
projects:
|
|
- repo: openstack/django_openstack_auth
|
|
hash: e7814b2b8eb7e835a076d2b59ec106ce3bf3bd71
|
|
highlights: >
|
|
This release restores backward compatibility with Liberty
|
|
versions of Horizon. Supports using keystoneauth rather
|
|
than similar functionality in keystoneclient.
|