We are thrilled to announce the release of: sahara 17.0.0: Sahara project This release is part of the zed 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. 17.0.0 ^^^^^^ Upgrade Notes * Python 3.6 & 3.7 support has been dropped. The minimum version of Python now supported is Python 3.8. Changes in sahara 16.0.0.0rc1..17.0.0 ------------------------------------- c943f4a5 Update python testing as per zed cycle testing runtime b3a20e5f Drop lower-constraints.txt and its testing 0281a77c Bump oslo.* and pbr version to support >=py38 9db0ee2b Switch openstack-python3-zed-jobs 7f3c2dd0 Python3.6/3.7 are deleted in testing runtime 144adfcf Drop tripleo centos-7 scen3 job definition - not used 2627d343 tests: Remove use of 'oslo_db.sqlalchemy.test_base' f3fea3ab Fix Flask 2.1 compatibility, disable unstable job 010fdbe7 Switch from legacy OSA job to integrated OSA job ab73b8f4 Remove reference to deprecated RequestContext.user d3ba5357 Fix compatibility with oslo.context >= 4.0.0 68f91a8d Update master for stable/yoga 8f8aca17 Migrate jobs from CentOS 8 to CentOS 8 Stream 90ee0c6d Changed minversion in tox to 3.18.0 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 45 ++---- lower-constraints.txt | 153 --------------------- .../drop-python-3-6-and-3-7-f37b9dc6d94620de.yaml | 5 + releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 + requirements.txt | 14 +- sahara/api/middleware/sahara_middleware.py | 2 +- sahara/context.py | 18 +-- setup.cfg | 5 +- tox.ini | 22 +-- 12 files changed, 67 insertions(+), 226 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 237da718..6112b25a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + @@ -5 +9 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=3.1.1 # Apache-2.0 @@ -11 +15 @@ eventlet>=0.26.0 # MIT -Flask>=1.0.2 # BSD +Flask>=2.1.2 # BSD @@ -22,2 +26,2 @@ oslo.db>=6.0.0 # Apache-2.0 -oslo.i18n>=3.15.3 # Apache-2.0 -oslo.log>=3.36.0 # Apache-2.0 +oslo.i18n>=3.20.0 # Apache-2.0 +oslo.log>=5.0.0 # Apache-2.0 @@ -28 +32 @@ oslo.rootwrap>=5.8.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.serialization>=2.25.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org