Current Series Release Notes

22.0.0-31

New Features

  • Barbican now has a new microversion 1.2 with a behaviour change when deleting secrets. If a secret has consumers registered it cannot be deleted in this microversion until the consumers are removed.

    Use the force query parameter with a truthy value to force the deletion.

  • Barbican now supports generation of Guru Meditation Reports using oslo.reports libary.

  • The following options have been added to the vault_plugin section.

    • kv_path

    • kv_version

Upgrade Notes

  • Python 3.9 and 3.10 support has been dropped. The minimum version of Python now supported is Python 3.11.

  • The barbican-wsgi-api WSGI script has been removed. Deployment tooling should instead reference the Python module paths for this services, barbican.wsgi.api, if their chosen WSGI server supports this (gunicorn, uWSGI) or implement a .wsgi script themselves if not (mod_wsgi).

Deprecation Notes

  • The [vault_plugin] use_ssl option has been deprecated, because it has had no effect.