[release-announce] karbor-dashboard 1.4.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Fri Mar 20 11:03:51 UTC 2020


We enthusiastically announce the release of:

karbor-dashboard 1.4.0: Karbor Dashboard

This release is part of the ussuri release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/karbor-dashboard/+bugs

For more details, please see below.

1.4.0
^^^^^

Upgrade Notes

* Python 2.7 support has been dropped. Last release of karbor-
  dashboard to support python 2.7 is OpenStack Train. The minimum
  version of Python now supported by karbor-dashboard is Python 3.6.

Changes in karbor-dashboard 1.3.0..1.4.0
----------------------------------------

af0f54f Drop Django 1.11 support
f297741 [ussuri][goal] Drop python 2.7 support and testing
adfd2c5 translation: drop babel extractor definitions
2859b78 Switch to Ussuri jobs
7a7cea0 Use Horizon project template for django jobs


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

.zuul.yaml                                         |  4 ++--
babel-django.cfg                                   |  3 ---
babel-djangojs.cfg                                 | 12 ------------
.../notes/drop-py-2-7-b0d1b4d66110f40e.yaml        |  6 ++++++
requirements.txt                                   |  7 +++----
setup.cfg                                          |  2 --
test-requirements.txt                              |  5 +----
tox.ini                                            | 22 +++++++---------------
8 files changed, 19 insertions(+), 42 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ed67dab..36dc090 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,4 +11 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Babel!=2.4.0,>=2.3.4 # BSD
-Django<2,>=1.11;python_version<'3.0' # BSD
-Django<2.1,>=1.11;python_version>='3.0'  # BSD
-django-babel>=0.6.2 # BSD
+Django>=2.2,<3.0 # BSD
@@ -18,0 +16,2 @@ icalendar>=4.0.2 # BSD
+
+horizon>=17.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 4a473c2..b577c61 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,2 +18 @@ selenium>=2.50.1 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7'  # BSD
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4'  # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
@@ -23,2 +21,0 @@ xvfbwrapper>=0.1.3 #license: MIT
-# Include horizon as test requirement
-http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon






More information about the Release-announce mailing list