[release][solum] solum-dashboard 1.0.1 release (mitaka)
We are glad to announce the release of:
solum-dashboard 1.0.1: Solum Dashboard
This release is part of the mitaka release series.
For more details, please see below.
Changes in solum-dashboard 1.0.0..1.0.1 ---------------------------------------
03882e6 Cleanup Oslo Incubator Code 7c8c913 Updating Django version 7dc940f Deprecated tox -downloadcache option removed 072a164 Replace deprecated LOG.warn with LOG.warning 9b2752a Removing version from setup.cfg
Diffstat (except docs and test files) -------------------------------------
openstack-common.conf | 4 -- requirements.txt | 8 ++- setup.cfg | 1 - solumdashboard/applications/workflows/create.py | 2 +- solumdashboard/openstack/__init__.py | 0 solumdashboard/openstack/common/__init__.py | 17 ------ solumdashboard/openstack/common/importutils.py | 73 ------------------------- solumdashboard/utils/importutils.py | 2 +- tox.ini | 5 +- 9 files changed, 8 insertions(+), 104 deletions(-)
Requirements updates --------------------
diff --git a/requirements.txt b/requirements.txt index 75ce179..34141ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,3 @@ pbr>=0.6,!=0.7,<1.0 -Django>=1.4,<1.7 -django_compressor>=1.4 -django_openstack_auth>=1.1.6 +Django<1.9,>=1.8 # BSD +django_compressor>=2.0 # MIT +django_openstack_auth>=2.0.0 # Apache-2.0 @@ -13,0 +14,2 @@ lockfile>=0.8 + +oslo.utils>=3.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org