release keystone managed libraries for mitaka-1

in preparation for mitaka-1 we are releasing new versions of all
keystone managed libraries, this includes: keystoneauth,
keystonemiddleware, keystoneclient and pycadf.

major version bumps were performed since we are dropped py26
support for each one.

Change-Id: I73e301e26ff4cf91c530cce8bde0a68fc215b54c
This commit is contained in:
Steve Martinelli 2015-11-26 14:15:49 -05:00
parent 87eaa4ff4b
commit dec86bfa4f
4 changed files with 33 additions and 2 deletions

View File

@ -5,3 +5,12 @@ releases:
projects:
- repo: openstack/keystoneauth
hash: 79104aa0fe51a7c729561c111010f6dcd77ff2ad
- version: 2.0.0
projects:
- repo: openstack/keystoneauth
hash: 2eb534900c4262e5a994c6dda6f8ec3f14d953e6
highlights: >
- Includes support for kerberos, SAML and ADFS plugins installed
by using: pip install keystoneauth1[kerberos] or
keystoneauth1[saml].
- Support for python 2.6 has been removed.

View File

@ -20,4 +20,10 @@ releases:
highlights: >
Requirements change to block keystoneclient 1.8.0;
Backwards-incompatible change to audit middleware.
- version: 4.0.0
projects:
- repo: openstack/keystonemiddleware
hash: a52eb9860cb4ce69857eb97d19a54dce95e3e8a0
highlights: >
- Support for python 2.6 has been removed.
- Now using keystoneauth to for authentication.

View File

@ -0,0 +1,11 @@
---
launchpad: pycadf
releases:
- version: 2.0.0
projects:
- repo: openstack/pycadf
hash: b6a74b729c0d00fd9374046832ee7cef3a9a0528
highlights: >
- Support for python 2.6 has been removed.
- Removed namespace prefix (ie. 'openstack:') from IDs generated by
CADF events

View File

@ -13,4 +13,9 @@ releases:
hash: 6fce93d7c9fcf519deb24df053bcc5e169c13ab8
highlights: >
Requirements change to remove WebOb cap
- version: 2.0.0
projects:
- repo: openstack/python-keystoneclient
hash: beb62b6e1338e70d888065da5271d88824fa9ec5
highlights: >
Support for python 2.6 has been removed.