[release-announce] searchlight 8.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed May 13 11:16:37 UTC 2020


We jubilantly announce the release of:

searchlight 8.0.0: OpenStack Search Service

This release is part of the ussuri release series.

The source is available from:

    https://opendev.org/openstack/searchlight

Download the package from:

    https://tarballs.openstack.org/searchlight/

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/searchlight

For more details, please see below.

Changes in searchlight 7.0.0.0rc1..8.0.0
----------------------------------------

395df50 Update TOX_CONSTRAINTS_FILE for stable/ussuri
824e749 Imported Translations from Zanata
14f970f Update .gitreview for stable/ussuri
cddffe6 Use unittest.mock instead of third party mock
0d9a003 Update hacking for Python3
afcc817 Remove remaining use of mox
09738a8 tox: Set 'ignore_basepython_conflict'
7847d94 Doc cleanups
4ee7fdb chore(doc): Add contributing doc
e5a7674 tox: Trivial cleanup
2f2b2aa Add option to support python3 in devstack
7361075 Remove image_urls of CirrOS in local.conf.example
fe56093 Stop testing Python 2
201d638 tox: Keeping going with docs
33c9072 Switch to Ussuri jobs
c8738b8 Add PDF generation support for Searchlight
2e4c3bd Update master for stable/train


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |   1 +
.zuul.yaml                                         |   3 +-
api-ref/source/conf.py                             |  38 +-
devstack/local.conf.example                        |   4 +-
lower-constraints.txt                              |   2 -
.../notes/drop-python-2-7-73d3113c69d724d1.yaml    |   5 +
releasenotes/source/conf.py                        |  15 +-
releasenotes/source/index.rst                      |   1 +
.../source/locale/fr/LC_MESSAGES/releasenotes.po   |  60 ---
releasenotes/source/train.rst                      |   6 +
searchlight/cmd/listener.py                        |   1 +
searchlight/cmd/manage.py                          |   4 +-
searchlight/common/utils.py                        |   2 +-
searchlight/common/wsgi.py                         |  18 +-
.../elasticsearch/plugins/openstack_clients.py     |   1 +
searchlight/hacking/checks.py                      |  22 +-
searchlight/locale/de/LC_MESSAGES/searchlight.po   |  14 +-
.../locale/en_GB/LC_MESSAGES/searchlight.po        |   6 +-
.../unit/test_neutron_securitygroup_plugin.py      |   3 +-
setup.cfg                                          |   4 +-
test-requirements.txt                              |   3 +-
test-scripts/listener.py                           |   1 +
tools/install_venv.py                              |   1 +
tox.ini                                            |  58 +--
61 files changed, 483 insertions(+), 491 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index c23cc38..ef926b9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
@@ -14 +13,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=2.0.0 # BSD






More information about the Release-announce mailing list