[karbor] karbor-dashboard 0.4.0 (pike)
We jubilantly announce the release of: karbor-dashboard 0.4.0: Karbor Dashboard This release is part of the pike stable 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.3.0..0.4.0 ---------------------------------------- f2f7e6f Plan: fix sending per resource parameters 9043798 Plan: send only parameters for protected resources 983e43f Updated from global requirements 85239f4 Updated from global requirements 8b6318c Update URLs in documentation a42bb36 Replaces uuid.uuid4 with uuidutils.generate_uuid() 745e411 Drop MANIFEST.in - it's not needed by pbr Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- MANIFEST.in | 12 ------------ karbor_dashboard/checkpoints/views.py | 6 +++--- karbor_dashboard/protectionplans/forms.py | 17 ++++++++++++----- karbor_dashboard/protectionplans/views.py | 10 +++++----- requirements.txt | 6 +++--- setup.cfg | 2 +- test-requirements.txt | 2 +- 9 files changed, 28 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a005faa..132d8ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ Babel!=2.4.0,>=2.3.4 # BSD -Django<1.10,>=1.8 # BSD +Django<2.0,>=1.8 # BSD @@ -15 +15 @@ django-compressor>=2.0 # MIT -django-openstack-auth>=3.1.0 # Apache-2.0 +django-openstack-auth>=3.5.0 # Apache-2.0 @@ -17 +17 @@ django-pyscss>=2.0.2 # BSD License (2 clause) -python-karborclient>=0.2.0 # Apache-2.0 +python-karborclient>=0.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 82edaa2..e0bbf3a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -24 +24 @@ selenium>=2.50.1 # Apache-2.0 -sphinx!=1.6.1,>=1.5.1 # BSD +sphinx>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org