We eagerly announce the release of: sahara-plugin-mapr 8.0.0: Mapr Plugin for Sahara Project This release is part of the zed release series. The source is available from: https://opendev.org/openstack/sahara-plugin-mapr Download the package from: https://tarballs.openstack.org/sahara-plugin-mapr/ Please report issues through: https://storyboard.openstack.org/#!/project/1103 For more details, please see below. Changes in sahara-plugin-mapr 7.0.0..8.0.0 ------------------------------------------ ddbce89 Remove Python 2 support 3708548 Delete py36 and py37 13d1f14 Drop lower-constraints.txt and it's testing c66830e 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/mapr/abstract/cluster_context.py | 5 +- .../plugins/mapr/abstract/cluster_validator.py | 5 +- .../plugins/mapr/abstract/configurer.py | 5 +- .../plugins/mapr/abstract/health_checker.py | 5 +- .../plugins/mapr/abstract/node_manager.py | 5 +- .../plugins/mapr/abstract/version_handler.py | 5 +- .../plugins/mapr/base/base_cluster_configurer.py | 8 +- .../plugins/mapr/domain/configuration_file.py | 17 +-- sahara_plugin_mapr/plugins/mapr/domain/service.py | 4 +- .../plugins/mapr/services/mysql/mysql.py | 3 +- .../plugins/mapr/util/service_utils.py | 4 +- setup.cfg | 5 +- tox.ini | 6 - 21 files changed, 51 insertions(+), 230 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