Files
releases/deliverables/newton/django_openstack_auth.yaml
Doug Hellmann 6018514762 add release model and deliverable type (n)
Change-Id: Ic9d5708920c2b351ec0bbfbccf38b039267a4179
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-11-09 17:09:02 -05:00

40 lines
1.3 KiB
YAML

---
launchpad: django-openstack-auth
team: horizon
type: library
release-model: cycle-with-intermediary
send-announcements-to: openstack-dev@lists.openstack.org
include-pypi-link: yes
releases:
- version: 2.3.0
projects:
- repo: openstack/django_openstack_auth
hash: dd56c4e8bdb646338a7f66c32233002c3f5228be
highlights: >
This release improves URL handling of Keystones auth url, and
includes translation imports.
- version: 2.4.0
projects:
- repo: openstack/django_openstack_auth
hash: 6c8a1d49a84ac82ffc98f105f24091cabce88984
highlights: >
This release includes support for Keystones "is_admin_project"
attribute, redundancy handling for tenant_id usage, and a new
setting ("TOKEN_DELETION_DISABLED") to prevent revocation of
tokens on logout.
- version: 2.4.1
projects:
- repo: openstack/django_openstack_auth
hash: 55ebf6b792571709f292cdb0d3dac228680b1961
highlights: >
This release includes test fixes, and translations for the
Newton release.
- version: 2.4.2
projects:
- repo: openstack/django_openstack_auth
hash: 08e96550a31b98b7ee3278b3b6a73e93e79ac343
highlights: >
This release removes token revocation on log out and
project switch, allowing long-running processes to
complete properly.