[release-announce] osprofiler 2.2.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Jun 27 08:34:23 UTC 2018


We are jazzed to announce the release of:

osprofiler 2.2.0: OpenStack Profiler Library

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/osprofiler

Download the package from:

    https://pypi.org/project/osprofiler

Please report issues through launchpad:

    https://bugs.launchpad.net/osprofiler

For more details, please see below.

Changes in osprofiler 2.1.0..2.2.0
----------------------------------

9cc4066 opts: Fix invalid rST formatting
5ea78ce Put 'db' parameter back and provide a deprecation warning before remove
4a2f002 Add minimum version and fix dulwich issue
e2319c9 fix tox python3 overrides
f2ed61f Update documentation & usage for redis driver
56e5ce4 Allow user to specify password for Redis connection
513a7c8 OSprofiler with Jaeger Tracing as backend


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

devstack/README.rst                          |   2 +-
lower-constraints.txt                        |   5 +-
osprofiler/_utils.py                         |  12 +++
osprofiler/drivers/__init__.py               |   1 +
osprofiler/drivers/jaeger.py                 | 147 +++++++++++++++++++++++++++
osprofiler/drivers/redis_driver.py           |  17 +++-
osprofiler/opts.py                           |  44 ++++----
osprofiler/profiler.py                       |  14 ++-
requirements.txt                             |  16 +--
test-requirements.txt                        |  30 +++---
tox.ini                                      |  22 ++--
15 files changed, 373 insertions(+), 56 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9696c00..2239282 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,8 @@
-netaddr # BSD
-oslo.concurrency # Apache-2.0
-oslo.serialization # Apache-2.0
-oslo.utils # Apache-2.0
-PrettyTable<0.8 # BSD
-requests # Apache-2.0
-six # MIT
-WebOb # MIT
+netaddr>=0.7.18 # BSD
+oslo.concurrency>=3.26.0 # Apache-2.0
+oslo.serialization>=2.18.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
+PrettyTable<0.8,>=0.7.2 # BSD
+requests>=2.14.2 # Apache-2.0
+six>=1.10.0 # MIT
+WebOb>=1.7.1 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 0ce9cdd..1777ed4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1 +1 @@
-hacking!=0.13.0,<0.14  # Apache-2.0
+hacking>=0.12.0,!=0.13.0,<0.14  # Apache-2.0
@@ -3,5 +3,5 @@ hacking!=0.13.0,<0.14  # Apache-2.0
-coverage # Apache-2.0
-ddt  # MIT
-mock # BSD
-testrepository # Apache-2.0/BSD
-testtools # MIT
+coverage>=4.0 # Apache-2.0
+ddt>=1.0.1  # MIT
+mock>=2.0.0 # BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
+testtools>=2.2.0 # MIT
@@ -9,2 +9,2 @@ testtools # MIT
-openstackdocstheme # Apache-2.0
-sphinx # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx>=1.6.2 # BSD
@@ -13 +13 @@ sphinx # BSD
-bandit # Apache-2.0
+bandit>=1.1.0 # Apache-2.0
@@ -15 +15 @@ bandit # Apache-2.0
-pymongo!=3.1 # Apache-2.0
+pymongo!=3.1,>=3.0.2 # Apache-2.0
@@ -18 +18 @@ pymongo!=3.1 # Apache-2.0
-elasticsearch<=3.0.0 # Apache-2.0
+elasticsearch>=2.0.0,<=3.0.0 # Apache-2.0
@@ -21 +21 @@ elasticsearch<=3.0.0 # Apache-2.0
-redis # MIT
+redis>=2.10.0 # MIT
@@ -24 +24,5 @@ redis # MIT
-reno # Apache-2.0
+reno>=2.5.0 # Apache-2.0
+
+# For Jaeger Tracing
+jaeger-client>=3.8.0 # Apache-2.0
+futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # PSF






More information about the Release-announce mailing list