We are stoked to announce the release of: sahara 19.0.0: Sahara project This release is part of the bobcat release series. The source is available from: https://opendev.org/openstack/sahara Download the package from: https://tarballs.openstack.org/sahara/ Please report issues through: https://bugs.launchpad.net/sahara/+bugs For more details, please see below. Changes in sahara 18.0.0..19.0.0 -------------------------------- f061c30f Modify the URL field in the document, uniform case a806a536 Remove redundant "=" to imporve doc format c53639d3 Updated links in documentation to be currect links 5bcf1864 Update the correct link in the docs 99865a7b Use new get_rpc_client API from oslo.messaging 82885e62 Adapt to tox4 69083a6e Update master for stable/2023.1 ecc374ab Switch to 2023.1 Python3 unit tests and generic template name d7c7217b Add name param for start_tls_proxy funtion Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- devstack/README.rst | 6 +++--- devstack/plugin.sh | 6 +++--- etc/edp-examples/README.rst | 4 ++-- releasenotes/source/2023.1.rst | 6 ++++++ releasenotes/source/index.rst | 7 ++++--- releasenotes/source/mitaka.rst | 6 +++--- releasenotes/source/rocky.rst | 6 +++--- requirements.txt | 2 +- sahara/utils/rpc.py | 2 +- tox.ini | 9 ++++++--- 14 files changed, 42 insertions(+), 32 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6112b25a..71713e2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28 +28 @@ oslo.log>=5.0.0 # Apache-2.0 -oslo.messaging>=10.2.0 # Apache-2.0 +oslo.messaging>=14.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org