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.

버그 수정

  • 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.