[oslo] osprofiler 1.6.0 (pike)
We are stoked to announce the release of: osprofiler 1.6.0: OpenStack Profiler Library This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/osprofiler Download the package from: https://pypi.python.org/pypi/osprofiler Please report issues through launchpad: http://bugs.launchpad.net/osprofiler For more details, please see below. Changes in osprofiler 1.5.0..1.6.0 ---------------------------------- 1cc4efd Add magnum to devstack config 8d51114 Add Jaeger to list of similar projects ebbdece [Fix gate]Update test requirement 323fc37 fix an outdated link for zipkin a6d8414 Revert "Change list_opts to dictionary style" 224e921 Move implemeted specs to implemented directory 3b51b0f Remove extra white spaces in json output f892902 Increase angular digest iteration limit 5d4fd50 devstack: make option hmac_keys configurable 51b5689 Update reno for stable/ocata 4c514d4 Change list_opts to dictionary style 93aec6a Fix mistake in split meta string 52f0df9 Fix enabling order specify in README.rst 899f413 Add functional test for notifier backend 28c1222 Upgrade libraries, add highlight for JSON data Diffstat (except docs and test files) ------------------------------------- .testr.conf | 2 +- devstack/README.rst | 11 +- devstack/lib/osprofiler | 3 +- devstack/settings | 5 + .../implemented/make_paste_ini_config_optional.rst | 82 ++++++ .../in-progress/make_paste_ini_config_optional.rst | 82 ------ osprofiler/cmd/commands.py | 2 + osprofiler/cmd/template.html | 292 ++++++++++++++------- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 + test-requirements.txt | 2 +- tox.ini | 11 + 19 files changed, 525 insertions(+), 283 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 76ba465..7170d29 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -hacking>=0.11.0,<0.12 # Apache-2.0 +hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
participants (1)
-
no-reply@openstack.org