sahara-plugin-cdh 8.0.0 (zed)
We are thrilled to announce the release of: sahara-plugin-cdh 8.0.0: CDH Plugin for Sahara Project This release is part of the zed release series. The source is available from: https://opendev.org/openstack/sahara-plugin-cdh Download the package from: https://tarballs.openstack.org/sahara-plugin-cdh/ Please report issues through: https://storyboard.openstack.org/#!/project/1102 For more details, please see below. Changes in sahara-plugin-cdh 7.0.0..8.0.0 ----------------------------------------- 8f8e9fd Remove Python 2 support 6b04090 Remove py36 and py37 70677e4 Drop lower-constraints.txt and its testing c180810 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- lower-constraints.txt | 151 --------------------- releasenotes/source/conf.py | 14 +- releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 + requirements.txt | 5 +- .../plugins/cdh/abstractversionhandler.py | 5 +- .../plugins/cdh/client/http_client.py | 8 +- sahara_plugin_cdh/plugins/cdh/client/resource.py | 9 +- sahara_plugin_cdh/plugins/cdh/client/services.py | 3 +- sahara_plugin_cdh/plugins/cdh/client/types.py | 11 +- sahara_plugin_cdh/plugins/cdh/cloudera_utils.py | 3 +- sahara_plugin_cdh/plugins/cdh/health.py | 3 +- .../plugins/cdh/v5_7_0/resources/cdh_config.py | 3 +- .../plugins/cdh/v5_9_0/resources/cdh_config.py | 3 +- .../plugins/cdh/v5_11_0/test_versionhandler.py | 4 +- .../unit/plugins/cdh/v5_7_0/test_versionhandler.py | 4 +- .../unit/plugins/cdh/v5_9_0/test_versionhandler.py | 4 +- setup.cfg | 5 +- tox.ini | 7 - 23 files changed, 55 insertions(+), 224 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index daae8a6..45195a5 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. + @@ -15 +18,0 @@ sahara>=10.0.0.0b1 -six>=1.10.0 # MIT
participants (1)
-
no-reply@openstack.org