releases/deliverables/liberty/django-openstack-auth.yaml
Doug Hellmann bcf530f0a6 add team field for liberty deliverables
Modifying some of these older files also required updating them to pass
the more modern validation rules, so those changes are included.

The validation job also reported an error with one of the SHAs for a tag
for oslo.vmware, so that is fixed.

Change-Id: I958c0978029ac7458f4b424abf2dc6f1dd6208ba
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-06-09 14:34:15 -04:00

35 lines
1.1 KiB
YAML

---
launchpad: django-openstack-auth
team: horizon
send-announcements-to: openstack-dev@lists.openstack.org
releases:
- version: 1.3.0
projects:
- repo: openstack/django_openstack_auth
hash: 3a8d34fd3dc858216e2ed0b34ce13986f6a37abb
- version: 1.3.1
projects:
- repo: openstack/django_openstack_auth
hash: 08713e4ca9eca7f30494fa3d9da34c84ace919e3
- version: 1.4.0
projects:
- repo: openstack/django_openstack_auth
hash: 829cbee14e200fd127ec4f0e0f4d743102d8e9d1
highlights: >
This release includes support for Django 1.8
and configurable token hashing. Fixes PKI token
hashing bug.
- version: 2.0.0
projects:
- repo: openstack/django_openstack_auth
hash: 6e2cd8deffbd60074bf036c1cecdb280f281ccd4
highlights: >
This release improves WebSSO support, and a login
bug related to supporting Django 1.8.
- version: 2.0.1
projects:
- repo: openstack/django_openstack_auth
hash: 88fb89b5b787824d06b4c58337b7c960ccd0263b
highlights: >
Fixes bug that prevents using SQL DB session backends.