2023.2 Series Release Notes

24.0.0

新機能

  • [bug 1951632] Support has been added for deploying `service` role during the bootstrap process in addition to the `admin`, `member` and `reader` role.

  • A new option 'randomize_urls' can be used to randomize the order in which keystone connects to the LDAP servers in [ldap] 'url' list. It is false by default.

アップグレード時の注意

  • The legacy sqlalchemy-migrate migrations, which have been deprecated since Zed, have been removed. There should be no end-user impact.

Bug Fixes

  • Passwords that are hashed using bcrypt are now truncated properly to the maximum allowed length by the algorythm. This solves regression, when passwords longer then 54 symbols are getting invalidated after the Keystone upgrade.