[release-announce] [karbor] karbor-dashboard 0.3.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 19 12:49:22 UTC 2017


We are happy to announce the release of:

karbor-dashboard 0.3.0: Karbor Dashboard

This release is part of the pike release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/karbor-dashboard

Download the package from:

    https://tarballs.openstack.org/karbor-dashboard/

Please report issues through launchpad:

    http://bugs.launchpad.net/karbor-dashboard

For more details, please see below.

Changes in karbor-dashboard 0.1.2..0.3.0
----------------------------------------

e0b55c2 Updated from global requirements
5221d2b Updated from global requirements
9322daa Drop py34 target in tox.ini and setup.cfg
d8ba715 Updated from global requirements
814da7e Optimize the link address
8549df5 Scheduled operations minor label fix
5497479 Fix restore form page
c1bb2f9 Updated from global requirements
4037c09 Fix restore index page
560fc00 Redirect checkpoint restore to restores page
f98b2ad Updated from global requirements
aec32d5 Update restore status in restore page
11e6346 Fix checkpoint restore form
05db01b checkpoints: errorneous status_choices -> False


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

README.rst                                         |  4 +-
karbor_dashboard/checkpoints/forms.py              | 72 ++++++++++++++++++++--
karbor_dashboard/checkpoints/tables.py             |  4 +-
karbor_dashboard/checkpoints/views.py              |  2 +-
karbor_dashboard/restores/tables.py                | 37 ++++++++++-
karbor_dashboard/restores/views.py                 | 14 +++--
karbor_dashboard/scheduledoperations/tables.py     |  8 +--
.../karbordashboard/js/checkpoints.restore.js      | 44 +++++++++++++
requirements.txt                                   |  8 +--
setup.cfg                                          |  2 +-
setup.py                                           |  2 +-
test-requirements.txt                              |  6 +-
tox.ini                                            |  2 +-
13 files changed, 174 insertions(+), 31 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b91e015..a005faa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,3 +10,3 @@
-pbr>=1.8 # Apache-2.0
-Babel>=2.3.4 # BSD
-Django<1.9,>=1.8 # BSD
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+Babel!=2.4.0,>=2.3.4 # BSD
+Django<1.10,>=1.8 # BSD
@@ -17 +17 @@ django-pyscss>=2.0.2 # BSD License (2 clause)
-python-karborclient>=0.1.1 # Apache-2.0
+python-karborclient>=0.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 9856e2c..82edaa2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ hacking<0.11,>=0.10.2 # Apache-2.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -13 +13 @@ django-nose>=1.4.4 # BSD
-docutils!=0.13.1,>=0.11 # OSI-Approved Open Source, Public Domain
+docutils>=0.11 # OSI-Approved Open Source, Public Domain
@@ -24 +24 @@ selenium>=2.50.1 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD





More information about the Release-announce mailing list