[release-announce] searchlight 9.0.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 14 10:45:24 UTC 2020


We enthusiastically announce the release of:

searchlight 9.0.0: OpenStack Search Service

This release is part of the victoria 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 8.0.0.0rc1..9.0.0
----------------------------------------

2d5d6dd Stop to use the __future__ module.
6ef0656 Add Python3 victoria unit tests
17d7de0 Cleanup py27 support
14798f5 Fix py38 problem
aef32ef Always reset CONF when starting the wsgi app
592bb6c Switch to newer openstackdocstheme and reno versions
2cd0319 Fix pygments style
1373149 Fix hacking min version to 3.0.1
442ef9d [Part2]: Remove the six
7cf3b16 Remove six
e276e92 Imported Translations from Zanata
e8c498d Bump default tox env from py37 to py38
1103aee Update master for stable/ussuri


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

.zuul.yaml                                         |   2 +-
HACKING.rst                                        |   1 -
api-ref/source/conf.py                             |  10 +-
babel.cfg                                          |   1 -
lower-constraints.txt                              |   4 -
openstack-common.conf                              |   7 --
releasenotes/source/conf.py                        |  10 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ussuri.rst                     |   6 +
requirements.txt                                   |   1 -
searchlight/api/v1/search.py                       |  15 ++-
searchlight/api/versions.py                        |   7 +-
searchlight/cmd/api.py                             |   3 +
searchlight/cmd/control.py                         |   4 -
searchlight/cmd/manage.py                          |   9 +-
searchlight/common/exception.py                    |   3 +-
searchlight/common/property_utils.py               |  11 +-
searchlight/common/utils.py                        |  19 ++-
searchlight/common/wsgi.py                         |   4 +-
searchlight/elasticsearch/plugins/base.py          |   9 +-
.../elasticsearch/plugins/cinder/__init__.py       |   5 +-
.../elasticsearch/plugins/glance/__init__.py       |   3 +-
.../elasticsearch/plugins/ironic/__init__.py       |   4 +-
searchlight/elasticsearch/plugins/nova/__init__.py |   3 +-
searchlight/elasticsearch/plugins/utils.py         |   3 +-
searchlight/hacking/checks.py                      |   2 +-
searchlight/listener.py                            |   3 +-
searchlight/locale/de/LC_MESSAGES/searchlight.po   |  14 ++-
.../locale/en_GB/LC_MESSAGES/searchlight.po        |   6 +-
searchlight/notifier.py                            |  10 +-
searchlight/plugin.py                              |   6 +-
setup.cfg                                          |  22 +---
setup.py                                           |   9 --
test-requirements.txt                              |   3 +-
test-scripts/generate-swift-data.py                |   1 -
test-scripts/listener.py                           |   3 +-
tools/colorizer.py                                 |   3 +-
tools/install_venv.py                              |   2 -
tools/install_venv_common.py                       |   2 -
tox.ini                                            |  13 +-
49 files changed, 190 insertions(+), 254 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 25853f6..9f86f74 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -33 +32,0 @@ pyOpenSSL>=17.1.0 # Apache-2.0
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index ef926b9..af9c487 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.1.0,<3.2.0 # Apache-2.0
@@ -9 +8,0 @@ hacking>=3.0,<3.1.0 # Apache-2.0
-Babel!=2.4.0,>=2.3.4 # BSD






More information about the Release-announce mailing list