[release-announce] [freezer] freezer-web-ui 6.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 28 11:35:38 UTC 2018


We are psyched to announce the release of:

freezer-web-ui 6.0.0: Freezer - Backup as a Service User Interface

This release is part of the queens release series.

Download the package from:

    https://tarballs.openstack.org/freezer-web-ui/

For more details, please see below.

Changes in freezer-web-ui 5.0.0..6.0.0
--------------------------------------

5c99070 Correct django template pattern in babel-django.cfg
aca45ed Zuul: Remove project name
0e44cca Convert freezer-web-ui-xenial gate job to voting
e9e2a37 use . instead of source.
4c02b18 Imported Translations from Zanata
1843be5 freezer-client: proper use of cacert option
569d1db modify the wrong list name of schedule_unit to interval_uint Closes-Bug: #1744625
1364013 Updated from global requirements
6b78e6d Remove mox from requirements
ea53eea Move legacy freezer-web-ui jobs to project
0fd95f7 Updated from global requirements
3094c24 Updated from global requirements
463f837 Drop django_openstack_auth from requirements.txt
3ca671e Imported Translations from Zanata
4894b30 Updated from global requirements
ad291fb Updated from global requirements
601e544 Remove unused code about FREEZER_WEB_UI_DIR in devstack plugin
b0817f7 Modify the '.gitignore' file
bfcde1b Updated from global requirements
4746edc Imported Translations from Zanata
3aab708 Fix the wrong links
e2dd94b Updated from global requirements
5296db8 Add attributes "data-display" to clients table row
588b600 Add delete backup operation in UI


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

.gitignore                                         |   1 -
.zuul.yaml                                         |  19 +
babel-django.cfg                                   |   4 +-
devstack/README.rst                                |   2 +-
devstack/lib/freezer-web-ui                        |   4 -
devstack/plugin.sh                                 |   2 +-
disaster_recovery/api/api.py                       |   5 +-
disaster_recovery/backups/tables.py                |  43 +-
disaster_recovery/clients/tables.py                |   5 +-
disaster_recovery/jobs/workflows/create.py         |   6 +-
disaster_recovery/locale/de/LC_MESSAGES/django.po  |  12 +-
.../locale/en_GB/LC_MESSAGES/django.po             |  80 ++-
.../locale/ko_KR/LC_MESSAGES/django.po             | 640 +++++++++++++++++++++
.../locale/zh_CN/LC_MESSAGES/django.po             |  12 +-
.../legacy/freezer-web-ui-ubuntu-xenial/post.yaml  |  80 +++
.../legacy/freezer-web-ui-ubuntu-xenial/run.yaml   |  67 +++
requirements.txt                                   |   2 +-
test-requirements.txt                              |  19 +-
tools/with_venv.sh                                 |   2 +-
19 files changed, 948 insertions(+), 57 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e9a73b5..f2d2855 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-Django<1.11,>=1.8 # BSD
+Django<2.0,>=1.8 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 022d557..2d11370 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,4 +7,2 @@ coverage!=4.4,>=4.0 # Apache-2.0
-mock>=2.0 # BSD
-mox>=0.5.3 # Apache-2.0
-mox3!=0.19.0,>=0.7.0 # Apache-2.0
-oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
+mock>=2.0.0 # BSD
+oslo.config>=5.1.0 # Apache-2.0
@@ -13,3 +11,3 @@ testrepository>=0.0.18 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
-unittest2 # BSD
-sphinx>=1.6.2 # BSD
+testtools>=2.2.0 # MIT
+unittest2>=1.1.0 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
@@ -17 +15 @@ oslosphinx>=4.7.0 # Apache-2.0
-nose # LGPL
+nose>=1.3.7 # LGPL
@@ -21 +19 @@ django-nose>=1.4.4 # BSD
-nosexcover # BSD
+nosexcover>=1.0.10 # BSD
@@ -24 +22 @@ nosexcover # BSD
-Django<1.11,>=1.8 # BSD
+Django<2.0,>=1.8 # BSD
@@ -26 +23,0 @@ django-compressor>=2.0 # MIT
-django-openstack-auth>=3.1.0 # Apache-2.0






More information about the Release-announce mailing list