[release-announce] ceilometermiddleware 2.0.0 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Fri Dec 13 10:04:19 UTC 2019
We are tickled pink to announce the release of:
ceilometermiddleware 2.0.0: OpenStack Telemetry middleware for
generating metrics
This release is part of the ussuri 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.
2.0.0
^^^^^
Upgrade Notes
* Python 2.7 support has been dropped. Last release of
ceilometermiddleware to support python 2.7 is OpenStack Train. The
minimum version of Python now supported by ceilometermiddleware is
Python 3.6.
Changes in ceilometermiddleware 1.5.0..2.0.0
--------------------------------------------
e0c8d97 Replace lib-forward-testing-plugin
ea270ed Drop python 2.7 support and testing
ff3bb37 Switch to Ussuri jobs
e379747 Drop oslosphinx and use openstackdocstheme
ce77eba Update master for stable/train
5d76950 Change openstack-dev to openstack-discuss
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 16 +++++++++++++---
releasenotes/notes/drop-py-2-7-21178ddd27b28806.yaml | 6 ++++++
releasenotes/source/index.rst | 1 +
releasenotes/source/train.rst | 6 ++++++
setup.cfg | 4 +---
test-requirements.txt | 4 ++--
tox.ini | 4 ++--
8 files changed, 38 insertions(+), 11 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 7ea25fd..6c4ccb0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,2 +7,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+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
More information about the Release-announce
mailing list