[openstack-announce] [release][stable][keystone] keystone release 8.0.1 (liberty)
Thierry Carrez
thierry at openstack.org
Thu Dec 10 13:19:19 UTC 2015
We are pumped to announce the release of:
keystone 8.0.1: OpenStack Identity
This release is part of the liberty stable release series.
With source code tarball available at:
http://tarballs.openstack.org/keystone/keystone-8.0.1.tar.gz
For more details, please see the git log history below.
Changes in keystone 8.0.0..8.0.1
--------------------------------
d100184 Updated from global requirements
29f39a4 Add liberty release notes in YAML format
7618333 Add reno for release notes management
134b0ef Remove hardcoded LDAP group schema from emulated enabled mix-in
77ecfc1 Imported Translations from Zanata
cedf91f Updated from global requirements
81b3fe8 Updated from global requirements
529cd55 add initiator to v2 calls for additional auditing
9ec4e61 Handle 16-char non-uuid user IDs in payload
62a9292 Update .gitreview
2d198d7 Switch to post-versioning
ac69b96 Add user domain info to federated fernet tokens
ecc8c52 Unit tests for fernet validate_v3_token
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 2 +
.gitreview | 1 +
etc/keystone.conf.sample | 8 +
keystone/assignment/controllers.py | 6 +-
keystone/catalog/controllers.py | 9 +-
keystone/common/config.py | 9 +
keystone/common/ldap/core.py | 31 ++-
keystone/identity/controllers.py | 9 +-
.../locale/de/LC_MESSAGES/keystone-log-critical.po | 13 +-
keystone/locale/de/LC_MESSAGES/keystone.po | 7 +-
.../locale/el/LC_MESSAGES/keystone-log-critical.po | 13 +-
.../en_AU/LC_MESSAGES/keystone-log-critical.po | 9 +-
.../locale/en_AU/LC_MESSAGES/keystone-log-error.po | 9 +-
keystone/locale/en_AU/LC_MESSAGES/keystone.po | 7 +-
.../locale/es/LC_MESSAGES/keystone-log-critical.po | 13 +-
keystone/locale/es/LC_MESSAGES/keystone.po | 7 +-
.../locale/fr/LC_MESSAGES/keystone-log-critical.po | 13 +-
.../locale/fr/LC_MESSAGES/keystone-log-error.po | 9 +-
.../locale/fr/LC_MESSAGES/keystone-log-info.po | 11 +-
.../locale/fr/LC_MESSAGES/keystone-log-warning.po | 11 +-
keystone/locale/fr/LC_MESSAGES/keystone.po | 7 +-
.../locale/hu/LC_MESSAGES/keystone-log-critical.po | 13 +-
.../locale/it/LC_MESSAGES/keystone-log-critical.po | 13 +-
keystone/locale/it/LC_MESSAGES/keystone.po | 7 +-
.../locale/ja/LC_MESSAGES/keystone-log-critical.po | 13 +-
keystone/locale/ja/LC_MESSAGES/keystone.po | 7 +-
.../ko_KR/LC_MESSAGES/keystone-log-critical.po | 9 +-
keystone/locale/ko_KR/LC_MESSAGES/keystone.po | 7 +-
.../pl_PL/LC_MESSAGES/keystone-log-critical.po | 9 +-
.../pt_BR/LC_MESSAGES/keystone-log-critical.po | 9 +-
.../locale/pt_BR/LC_MESSAGES/keystone-log-error.po | 9 +-
keystone/locale/pt_BR/LC_MESSAGES/keystone.po | 7 +-
.../locale/ru/LC_MESSAGES/keystone-log-critical.po | 13 +-
keystone/locale/ru/LC_MESSAGES/keystone.po | 7 +-
.../tr_TR/LC_MESSAGES/keystone-log-critical.po | 9 +-
.../locale/tr_TR/LC_MESSAGES/keystone-log-error.po | 9 +-
.../locale/tr_TR/LC_MESSAGES/keystone-log-info.po | 9 +-
.../tr_TR/LC_MESSAGES/keystone-log-warning.po | 9 +-
keystone/locale/tr_TR/LC_MESSAGES/keystone.po | 7 +-
.../zh_CN/LC_MESSAGES/keystone-log-critical.po | 9 +-
.../locale/zh_CN/LC_MESSAGES/keystone-log-error.po | 9 +-
.../locale/zh_CN/LC_MESSAGES/keystone-log-info.po | 9 +-
keystone/locale/zh_CN/LC_MESSAGES/keystone.po | 7 +-
.../zh_TW/LC_MESSAGES/keystone-log-critical.po | 9 +-
keystone/locale/zh_TW/LC_MESSAGES/keystone.po | 7 +-
keystone/resource/controllers.py | 10 +-
keystone/resource/core.py | 1 +
keystone/token/providers/fernet/core.py | 4 +-
.../token/providers/fernet/token_formatters.py | 55 +++--
releasenotes/notes/.placeholder | 0
.../notes/deprecations-c4afc19dc5324b9c.yaml | 19 ++
.../notes/new_features-e33d793d8a5ca76a.yaml | 21 ++
.../notes/upgrade_notes-ca81f5d531ab3522.yaml | 31 +++
releasenotes/source/_static/.placeholder | 0
releasenotes/source/_templates/.placeholder | 0
releasenotes/source/conf.py | 275
+++++++++++++++++++++
releasenotes/source/index.rst | 9 +
releasenotes/source/liberty.rst | 6 +
releasenotes/source/unreleased.rst | 5 +
requirements.txt | 8 +-
setup.cfg | 1 -
test-requirements.txt | 3 +-
tox.ini | 5 +-
68 files changed, 1024 insertions(+), 305 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 555a148..8bc177b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,2 +19,2 @@ passlib>=1.6
-python-keystoneclient>=1.6.0
-keystonemiddleware>=2.0.0
+python-keystoneclient!=1.8.0,>=1.6.0
+keystonemiddleware!=2.4.0,>=2.0.0
@@ -24 +24 @@ oslo.context>=0.2.0 # Apache-2.0
-oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0 # Apache-2.0
+oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,!=2.7.0,!=2.8.0,!=2.8.1,!=2.9.0,>=1.16.0
# Apache-2.0
@@ -32 +32 @@ oslo.service>=0.7.0 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a027613..f10b992 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -31,0 +32 @@ oslosphinx>=2.5.0 # Apache-2.0
+reno>=0.1.1 # Apache2
@@ -36 +37 @@ tempest-lib>=0.8.0
-requests>=2.5.2
+requests!=2.8.0,>=2.5.2
--
Thierry Carrez (ttx)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openstack.org/pipermail/openstack-announce/attachments/20151210/1ace0649/attachment.pgp>
More information about the OpenStack-announce
mailing list