We are tickled pink to announce the release of: sahara 15.0.0: Sahara project This release is part of the xena 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 14.0.0..15.0.0 -------------------------------- 2ce24b6f Remove six e0136189 Preinstall requirements for docs build 0e200492 Drop support for Block Storage API v2 622af694 docs: Update Freenode to OFTC a0de19e4 health check error about SqlAlchemy 5d2f114b delete validation error cluster 9a69cc52 [goal] Deprecate the JSON formatted policy file 5e84918d Update master for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 6 +++-- lower-constraints.txt | 19 ++++++++------- ...son-formatted-policy-file-b267f288cba7e325.yaml | 20 ++++++++++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 +++++ requirements.txt | 13 +++++------ sahara/api/acl.py | 7 ++++++ sahara/api/v2/clusters.py | 5 ++-- sahara/cli/sahara_status.py | 13 +++-------- sahara/common/config.py | 8 +++++++ sahara/db/sqlalchemy/api.py | 2 +- sahara/utils/openstack/cinder.py | 27 ++++++---------------- setup.cfg | 2 +- tox.ini | 1 + 22 files changed, 116 insertions(+), 106 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8f10d3a0..237da718 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18 +18 @@ microversion-parse>=0.2.1 # Apache-2.0 -oslo.config>=5.2.0 # Apache-2.0 +oslo.config>=6.8.0 # Apache-2.0 @@ -20 +20 @@ oslo.concurrency>=3.26.0 # Apache-2.0 -oslo.context>=2.19.2 # Apache-2.0 +oslo.context>=2.22.0 # Apache-2.0 @@ -26 +26 @@ oslo.middleware>=3.31.0 # Apache-2.0 -oslo.policy>=1.30.0 # Apache-2.0 +oslo.policy>=3.6.0 # Apache-2.0 @@ -30,2 +30,2 @@ oslo.service>=1.31.0 # Apache-2.0 -oslo.upgradecheck>=0.1.0 # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 +oslo.upgradecheck>=1.3.0 # Apache-2.0 +oslo.utils>=4.5.0 # Apache-2.0 @@ -33 +33 @@ paramiko>=2.7.1 # LGPLv2.1+ -requests>=2.14.2 # Apache-2.0 +requests>=2.23.0 # Apache-2.0 @@ -42 +41,0 @@ python-glanceclient>=2.8.0 # Apache-2.0 -six>=1.14.0 # MIT
participants (1)
-
no-reply@openstack.org