We are amped to announce the release of: oslo.messaging 12.14.0: Oslo Messaging API This release is part of the zed release series. The source is available from: https://opendev.org/openstack/oslo.messaging Download the package from: https://pypi.org/project/oslo.messaging Please report issues through: https://bugs.launchpad.net/oslo.messaging/+bugs For more details, please see below. 12.14.0 ^^^^^^^ New Features ************ * Adding a new option, "[oslo_messaging_rabbit] ssl_enforce_fips_mode", to the rabbitmq driver to enforce the OpenSSL FIPS mode if supported by the version of Python. Security Issues *************** * We are now able to enforce the OpenSSL FIPS mode by using "[oslo_messaging_rabbit] ssl_enforce_fips_mode". Changes in oslo.messaging 12.13.0..12.14.0 ------------------------------------------ 821197b9 Add EXTERNAL as rabbit login method 723513a9 tests: Fix test failures with kombu >= 5.2.4 8e63c275 Add Python3 zed unit tests f1d691b9 Update master for stable/yoga 384738a9 Add a new option to enforce the OpenSSL FIPS mode Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- oslo_messaging/_drivers/impl_rabbit.py | 25 ++++++- oslo_messaging/exceptions.py | 4 + .../notes/enforce_fips_mode-07dd259eb8a73c2b.yaml | 10 +++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 ++ 8 files changed, 128 insertions(+), 8 deletions(-)