[release-announce] [keystone] keystone 11.0.1 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon May 8 21:46:48 UTC 2017


We enthusiastically announce the release of:

keystone 11.0.1: OpenStack Identity

This release is part of the ocata stable release series.

Download the package from:

    https://tarballs.openstack.org/keystone/

For more details, please see below.

11.0.1
^^^^^^

Bug Fixes

* [bug 1674415 (https://bugs.launchpad.net/keystone/+bug/1674415)]
  Fixed issue with translation of keystone error messages which was
  not happening in case of any error messages from identity API with
  locale being set.

Changes in keystone 11.0.0..11.0.1
----------------------------------

955fd6c Do not fetch group assignments without groups
02951ab Imported Translations from Zanata
c541e1e Error messages are not translating with locale.
244c4cf Updated from global requirements
aa27b04 Revise conf param in releasenotes
33cceb4 Fix some typo in releasenotes
9a4391c Removing group role assignments results in overly broad revocation events
d75fb65 Update releasenotes bp link
95160d1 Fix MFA rule checks for LDAP auth
56f69b0 Stop reading local config dirs for domain-specific SQL config driver
defa49d Update UPPER_CONSTRAINTS_FILE for stable/ocata
6b5067d Update .gitreview for stable/ocata


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |   1 +
keystone/assignment/core.py                        |  26 +-
keystone/identity/backends/ldap/core.py            |  27 ++
keystone/identity/core.py                          |   3 +-
keystone/locale/de/LC_MESSAGES/keystone.po         | 350 +-------------------
keystone/locale/es/LC_MESSAGES/keystone.po         | 349 +-------------------
keystone/locale/fr/LC_MESSAGES/keystone.po         | 351 +--------------------
keystone/locale/it/LC_MESSAGES/keystone.po         | 350 +-------------------
keystone/locale/ja/LC_MESSAGES/keystone.po         | 341 +-------------------
keystone/locale/ko_KR/LC_MESSAGES/keystone.po      | 334 +-------------------
keystone/locale/pt_BR/LC_MESSAGES/keystone.po      | 345 +-------------------
keystone/locale/ru/LC_MESSAGES/keystone.po         | 344 +-------------------
keystone/locale/tr_TR/LC_MESSAGES/keystone.po      | 308 +-----------------
keystone/locale/zh_CN/LC_MESSAGES/keystone.po      | 343 +-------------------
keystone/locale/zh_TW/LC_MESSAGES/keystone.po      | 325 +------------------
keystone/server/wsgi.py                            |   9 +-
.../notes/bp-shadow-mapping-06fc7c71a401d707.yaml  |   4 +-
...bp-support-federated-attr-94084d4073f50280.yaml |   2 +-
.../notes/bug-1636950-8fa1a47fce440977.yaml        |   4 +-
.../notes/bug-1659995-f3e716de743b7291.yaml        |   2 +-
.../notes/bug_1674415-e8a7345aa2b05ab7.yaml        |   7 +
.../integrate-osprofiler-ad0e16a542b12899.yaml     |   2 +-
requirements.txt                                   |   2 +-
tox.ini                                            |   2 +-
30 files changed, 233 insertions(+), 3745 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 1ae6ccf..1decc3c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ Babel>=2.3.4 # BSD
-pbr>=1.8 # Apache-2.0
+pbr<2.0.0,>=1.8 # Apache-2.0





More information about the Release-announce mailing list