releases/deliverables/newton/keystoneauth.yaml
Samuel de Medeiros Queiroz 530c259dd7 Relase keystoneauth 2.12.1
Change-Id: I51b9dc93de69f23d54837a79e6ee4ef063837a73
2016-08-25 09:28:25 -03:00

69 lines
2.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].
- version: 2.10.0
projects:
- repo: openstack/keystoneauth
hash: 86e010cc8341ccdea81305998faeb20d180033ee
- version: 2.11.0
projects:
- repo: openstack/keystoneauth
hash: 80ad3bc11fdc3b224cac15420174ec9ccfe71cf5
- version: 2.11.1
projects:
- repo: openstack/keystoneauth
hash: 837118393c9930d0f627783f15df67a4299d5271
highlights: |
- Fixes "space before header" issue seen in ansible deploys with
requests>=2.11.0, see bug 1611426.
- Fixes "Status code 308 missed" issue, see bug 1610914
- version: 2.12.0
projects:
- repo: openstack/keystoneauth
hash: 5f34cb14d4229b8f6ec3088e04d6bfa398b2fd98
highlights: |
- TCP_KEEPCNT is disabled when using Windows Subsystem for Linux,
see bug 1614688.
- version: 2.12.1
projects:
- repo: openstack/keystoneauth
hash: b7b887c5192f2940073d038360a64041fc4f38cc
highlights: |
- Fixes a bug in the version discovery mechanism where a URL was
being improperly returned when the discovery was not successful,
see bug 1616720.