[release-announce] sahara-tests 0.10.0 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Thu Apr 23 17:17:52 UTC 2020
We are overjoyed to announce the release of:
sahara-tests 0.10.0: Sahara tests
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/sahara-tests
Download the package from:
https://tarballs.openstack.org/sahara-tests/
Please report issues through:
https://storyboard.openstack.org/#!/project/940
For more details, please see below.
0.10.0
^^^^^^
Upgrade Notes
* Python 2.7 support has been dropped. Last release of sahara-tests
to support python 2.7 is 0.9.1, the first version that can be used
with OpenStack Train. The minimum version of Python now supported by
sahara-tests is Python 3.5.
* Removed nova-network configuration. Nova network has been fully
removed from the OpenStack codebase, in all releases supported by
sahara-tests.
Changes in sahara-tests 0.9.1..0.10.0
-------------------------------------
53f70d9 Ussuri contributor docs community goal
300baf7 Update hacking for Python3
2cb44ab Py2 cleanup: py3 on old branches (or none), remove py27
752970e [ussuri][goal] Drop python 2.7 support and testing
cdfbaac Remove nova-network
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 80 ++++++++++------------
CONTRIBUTING.rst | 23 +++----
etc/scenario/gate/credentials.yaml.mako | 1 -
.../notes/drop-py-2-7-188a5c85a436ee4f.yaml | 7 ++
.../remove-nova-network-09a2afd1efd83e05.yaml | 6 ++
roles/setup-sahara-scenario-env/tasks/main.yaml | 2 +-
.../services/data_processing/v1_1/__init__.py | 2 +
.../services/data_processing/v2/__init__.py | 2 +
.../scenario/defaults/credentials.yaml.mako | 1 -
.../unit/scenario/templatevars_complete.ini | 1 -
.../unit/scenario/templatevars_incomplete.ini | 1 -
.../unit/scenario/templatevars_nodefault.ini | 1 -
setup.cfg | 6 +-
test-requirements.txt | 2 +-
tools/gate/scenario/commons | 7 --
tools/gate/scenario/dsvm-scenario-rc | 6 --
tools/gate/scenario/post_test_hook.sh | 1 -
tools/gate/scenario/pre_test_hook.sh | 7 +-
tox.ini | 16 ++---
29 files changed, 109 insertions(+), 125 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index c99d2d7..412b233 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
More information about the Release-announce
mailing list