[release-announce] ceilometermiddleware 2.1.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 18 16:57:12 UTC 2020


We are stoked to announce the release of:

ceilometermiddleware 2.1.0: OpenStack Telemetry middleware for
generating metrics

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/ceilometermiddleware

Download the package from:

    https://pypi.org/project/ceilometermiddleware

Please report issues through:

    https://bugs.launchpad.net/ceilometermiddleware/+bugs

For more details, please see below.

Changes in ceilometermiddleware 2.0.0..2.1.0
--------------------------------------------

b3613ff Switch to newer openstackdocstheme and reno versions
d6b4ed4 Further Cleanup py27 support
a29dc0a Bump default tox env from py37 to py38
247deff Add py38 package metadata
0b6708e Use unittest.mock instead of third party mock
deacd8d Add Python3 victoria unit tests
e80e0f4 Update master for stable/ussuri
ba22def Use swift.backend_path from Swift/s3api to extract account/container
c6b90ec Cleanup py27 support


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

.zuul.yaml                               |  2 +-
babel.cfg                                |  2 -
ceilometermiddleware/swift.py            | 15 ++++---
releasenotes/source/conf.py              | 12 ++----
releasenotes/source/index.rst            |  1 +
releasenotes/source/ussuri.rst           |  6 +++
setup.cfg                                | 28 +++---------
setup.py                                 |  9 ----
test-requirements.txt                    |  8 ++--
tox.ini                                  | 22 +++++-----
12 files changed, 86 insertions(+), 100 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 6c4ccb0..d82a2b7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,3 +7,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7'  # BSD
-sphinx!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4'  # BSD
-openstackdocstheme>=1.17.0  # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
+openstackdocstheme>=2.2.1 # Apache-2.0
@@ -12,2 +11 @@ stestr>=2.0.0 # Apache-2.0
-mock>=1.2 # BSD
-reno>=0.1.1 # Apache-2.0
+reno>=3.1.0 # Apache-2.0






More information about the Release-announce mailing list