[new][keystone] keystone 9.2.0 release (mitaka)
We are joyful to announce the release of: keystone 9.2.0: OpenStack Identity This release is part of the mitaka stable release series. For more details, please see below. 9.2.0 ^^^^^ Bug Fixes * [bug 1594482 (https://bugs.launchpad.net/keystone/+bug/1594482)] When using list_limit config option, the GET /services?name={service_name} API was first truncating the list and afterwards filtering by name. The API was fixed to first filter by name and only afterwards truncate the result list to the desired limit. Changes in keystone 9.1.0..9.2.0 -------------------------------- f1d9c54 Distributed cache namespace to invalidate regions 3a1e41f Add dummy domain_id column to cached role f8c65c1 Change LocalUser sql model to eager loading 176cbf2 Fix the username value in federated tokens ffe584d Handle catalog backends that don't support all functions. 0da34c5 /services?name=<name> API fails when using list_limit cbbcf24 Bootstrap: enable and reset password for existing users Diffstat (except docs and test files) ------------------------------------- keystone/assignment/core.py | 29 ++- keystone/catalog/controllers.py | 26 ++- keystone/catalog/core.py | 3 +- keystone/cmd/cli.py | 18 ++ keystone/common/cache/core.py | 198 +++++++++++++------- keystone/common/driver_hints.py | 2 +- keystone/common/sql/core.py | 6 +- keystone/identity/backends/sql.py | 4 +- keystone/server/backends.py | 7 +- keystone/token/providers/common.py | 6 +- keystone/token/providers/fernet/core.py | 7 +- .../notes/bug-1594482-52a5dd1d8477b694.yaml | 8 + 19 files changed, 533 insertions(+), 110 deletions(-)
participants (1)
-
no-reply@openstack.org