From 3e32b7f4ebc8f6aa5d406594b67b0c8fb4535246 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Wed, 2 Mar 2016 01:57:38 -0500 Subject: [PATCH] release new liberty versions for keystone's projects keystone server 8.0.2 is due for a release as it now includes several backported fixes. keystonemiddleware contains a critical fix for proper PKI validation (see bug 1490804) keystoneauth and keystoneclient contain minor fixes. Change-Id: I9817450e632920677627c76dabee1f6446abd97d --- deliverables/liberty/keystone.yaml | 9 +++++++++ deliverables/liberty/keystoneauth.yaml | 6 ++++++ deliverables/liberty/keystonemiddleware.yaml | 7 +++++++ deliverables/liberty/python-keystoneclient.yaml | 7 +++++++ 4 files changed, 29 insertions(+) diff --git a/deliverables/liberty/keystone.yaml b/deliverables/liberty/keystone.yaml index 268649dab6..eb9b6c3cf1 100644 --- a/deliverables/liberty/keystone.yaml +++ b/deliverables/liberty/keystone.yaml @@ -1,5 +1,6 @@ --- launchpad: keystone +send-announcements-to: openstack-dev@lists.openstack.org release-notes: http://docs.openstack.org/releasenotes/keystone/liberty.html releases: - version: 8.0.0 @@ -10,3 +11,11 @@ releases: projects: - repo: openstack/keystone hash: d100184a15caba17747ade9417a0d26f46df9b30 + - version: 8.1.0 + projects: + - repo: openstack/keystone + hash: c665080d4a700b6d92f29c40621d83bd7365de34 + highlights: > + - Add audit IDs to revocation events + - Escape DN in enabled query + - Revert "Validate domain ownership for v2 tokens" (Bug 1527759) diff --git a/deliverables/liberty/keystoneauth.yaml b/deliverables/liberty/keystoneauth.yaml index 6e7e5770dd..aab26c6151 100644 --- a/deliverables/liberty/keystoneauth.yaml +++ b/deliverables/liberty/keystoneauth.yaml @@ -24,3 +24,9 @@ releases: hash: 0d9fcb045b95116c5c845dc4cd27c743ea6987f6 highlights: > Blocks requests 2.8.0 and 2.9.0. + - version: 1.1.2 + projects: + - repo: openstack/keystoneauth + hash: 877ddce29191c2bfdade1d298e7b86c87d945025 + highlights: > + - Mark password/secret options as secret diff --git a/deliverables/liberty/keystonemiddleware.yaml b/deliverables/liberty/keystonemiddleware.yaml index 23c938e442..0035af1ae8 100644 --- a/deliverables/liberty/keystonemiddleware.yaml +++ b/deliverables/liberty/keystonemiddleware.yaml @@ -36,3 +36,10 @@ releases: hash: 600acc1881eb149273d09e44ca64b05a09320a52 highlights: > Blocks python-keystoneclient 1.8.0 and requests 2.8.0. + - version: 2.3.3 + projects: + - repo: openstack/keystonemiddleware + hash: 182f4461f26f236df98a47381314c6f46809c945 + highlights: > + - auth_token can now verify revocation by audit_id (bug 1490804) + - Blocks requests 2.9.0 diff --git a/deliverables/liberty/python-keystoneclient.yaml b/deliverables/liberty/python-keystoneclient.yaml index bac4a33ad5..14ba82db3a 100644 --- a/deliverables/liberty/python-keystoneclient.yaml +++ b/deliverables/liberty/python-keystoneclient.yaml @@ -33,3 +33,10 @@ releases: highlights: > - Blocks oslo.utils 2.6.0, and requests 2.8.0 and 2.9.0 - Fixes bug: 1503459 + - version: 1.7.4 + projects: + - repo: openstack/python-keystoneclient + hash: 1da2c545c3c9099eedf81ebc8b95ab08b311a8c0 + highlights: > + - Swap the order of username deprecation + - Mark password/secret options as secret