df0ea3ffed
For each deliverable, we need to know where to send release announcements. Rather than building a rule set based on the project type from the governance repository, just ask for email addresses here in the deliverable files. This change also removes a malformed release entry to pass more recent validation checks. Change-Id: I41f3f4874464b37ff95ec1e41a0b6993b62dcf1d
21 lines
757 B
YAML
21 lines
757 B
YAML
---
|
|
launchpad: django-openstack-auth
|
|
send-announcements-to: openstack-dev@lists.openstack.org
|
|
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.
|