[release-announce] telemetry_tempest_plugin 1.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 22 13:28:57 UTC 2020


We are happy to announce the release of:

telemetry_tempest_plugin 1.0.0: Tempest plugin for Telemetry Projects

This release is part of the ussuri release series.

The source is available from:

    https://opendev.org/openstack/telemetry_tempest_plugin

Download the package from:

    https://tarballs.openstack.org/telemetry-tempest-plugin/

For more details, please see below.

1.0.0
^^^^^

Upgrade Notes

* Python 2.7 support has been dropped. Last release of telemetry-
  tempest-plugin to support py2.7 is OpenStack Train. The minimum
  version of Python now supported by telemetry-tempest-plugin is
  Python 3.6.

Changes in telemetry_tempest_plugin 0.4.0..1.0.0
------------------------------------------------

97df011 Cleanup py27 support
1fac68f Drop python 2.7 support and testing
d852577 Create event type alarm for aodh API test
421cd3f Tolerate existing gabbiliveceph archive policy
f4d7375 Old branch don't use python3
ef67c2a Update invalid link
803e77c Make job USE_PYTHON3
ea3c83b Sync Sphinx requirement
cb79921 Update the constraints url


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

.zuul.yaml                                         | 67 +++++++++++++++++++++-
CONTRIBUTING.rst                                   |  4 +-
.../notes/drop-py-2-7-b86d74653b14779b.yaml        |  6 ++
setup.cfg                                          | 16 ++----
setup.py                                           |  9 ---
telemetry_tempest_plugin/aodh/api/base.py          |  4 +-
.../aodh/api/test_alarming_api.py                  | 55 ++++++++++--------
.../aodh-gnocchi-threshold-alarm.yaml              | 10 +++-
test-requirements.txt                              |  3 +-
tox.ini                                            | 12 ++--
10 files changed, 125 insertions(+), 61 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 9af8c9c..b2555d0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7,2 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD






More information about the Release-announce mailing list