releases/deliverables/newton/django_openstack_auth.yaml
Doug Hellmann b4beba0304 import stable/newton branch history
Use the tool from the previous commit to import the branch history for
the newton release.

Change-Id: I8db0424bdbb8ccefb0c34df6bc1e178ec3a971b6
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-12-06 09:20:51 -05:00

43 lines
1.4 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
branches:
- name: stable/newton
location: 2.4.0
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.