[release-announce] [cloudkitty] cloudkitty-dashboard 6.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Fri Aug 18 08:12:19 UTC 2017


We are excited to announce the release of:

cloudkitty-dashboard 6.0.0: CloudKitty Horizon dashboard

This release is part of the pike release series.

Download the package from:

    https://pypi.python.org/pypi/cloudkitty-dashboard

For more details, please see below.

Changes in cloudkitty-dashboard 5.0.0..6.0.0
--------------------------------------------

ccb1c38 django.conf.urls.patterns() is deprecated since 1.8
373248e Fix NotImplementedError with horizon
b38d782 [Fix gate]Update test requirement
c4b68d9 Fix oslo_debug_helper not running


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

.../dashboards/admin/hashmap/tables.py             | 112 ++++++++++++++++++---
.../dashboards/admin/hashmap/urls.py               |   6 +-
.../dashboards/admin/modules/tables.py             |  20 +++-
.../dashboards/admin/modules/urls.py               |   6 +-
.../dashboards/admin/pyscripts/tables.py           |  20 +++-
.../dashboards/admin/pyscripts/urls.py             |   6 +-
.../dashboards/project/rating/urls.py              |   6 +-
.../dashboards/project/reporting/urls.py           |   6 +-
cloudkittydashboard/overrides.py                   |   1 -
requirements.txt                                   |   4 +-
test-requirements.txt                              |   2 +-
tox.ini                                            |   2 +-
12 files changed, 150 insertions(+), 41 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a9b7508..148c0c5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4,2 @@
-pbr>=1.6
+
+pbr!= 2.1.0,>=2.0.0
@@ -6,0 +8 @@ python-cloudkittyclient>=0.5.0
+
diff --git a/test-requirements.txt b/test-requirements.txt
index 8859dbe..c3dd1eb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking<0.11,>=0.10.0
+hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0






More information about the Release-announce mailing list