602735c5e6
includes support for new auth plugins, minor bug fixes, and requirements updates. Change-Id: I2517b935583c9f98b9eade3b66e42b1cf9d40ac1
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
---
|
|
launchpad: keystoneauth
|
|
team: keystone
|
|
send-announcements-to: openstack-dev@lists.openstack.org
|
|
include-pypi-link: true
|
|
releases:
|
|
- version: 2.5.0
|
|
projects:
|
|
- repo: openstack/keystoneauth
|
|
hash: 7dd4208e5c2519fa4647fd9f36b7f67bd2f11718
|
|
- version: 2.6.0
|
|
projects:
|
|
- repo: openstack/keystoneauth
|
|
hash: d5020aed64e150c7e06705d316ba3ee074be983d
|
|
- version: 2.7.0
|
|
projects:
|
|
- repo: openstack/keystoneauth
|
|
hash: c43d9dc75bb610ce9f53524bebfdb0633c0c1147
|
|
highlights: |
|
|
- Added `is_admin_project` support
|
|
- Added support for oauth1 auth
|
|
- version: 2.8.0
|
|
projects:
|
|
- repo: openstack/keystoneauth
|
|
hash: 3562dd4b6cc5d59918ea7f540d75c4f88d52ab5d
|
|
highlights: |
|
|
- Added `is_domain` support to token model
|
|
- Added OidcAccessToken auth plugin
|
|
- version: 2.9.0
|
|
projects:
|
|
- repo: openstack/keystoneauth
|
|
hash: 464aaac5a2ed6da94144395f4ed848dc1ee61c45
|
|
highlights: |
|
|
- Support TOTP authentication.
|
|
- Kerberos and FederatedKerberos authentication is now supported,
|
|
the kerberos optional dependency must be installed, use
|
|
`pip install keystoneauth[kerberos].
|