[release-announce] [freezer] freezer-web-ui 4.0.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 22 13:46:04 UTC 2017


We are pumped to announce the release of:

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

This release is part of the ocata release series.

Download the package from:

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

For more details, please see below.

Changes in freezer-web-ui 3.0.0..4.0.0
--------------------------------------

f2ca898 Remove link to modindex
ac7908c Remove the redundant "required=True"
7fb16fa Use 'trimmed' for blocktrans in html page
7343bc4 Updated from global requirements
6de8df0 Add the missing name in confirm delete modal
3a3441f Fix some synctactic markup errors
4c7386d Optimize create backup action
4756f54 Add hyperlink for the "API registration"
99bd2a6 Imported Translations from Zanata
830f3c2 Removes unnecessary utf-8 coding
f25a7c8 Restore nova from UI
4efa3a0 Fix saving edited session info successfully but shows original values.
f86f5f4 Updated from global requirements
b1bc327 Replaces uuid.uuid4 with uuidutils.generate_uuid()
7302172 Fix listing backups failed with using non-existing method.
fbd1d3e Fix label text
b81b540 Switch to python-freezerclient
62767d4 Show team and repo badges on README
40ebe1b Replace LOG.warn with LOG.warning
42eb07b Remove logging import unused
ad88493 Replace directly import of logging with import oslo_log
3931b73 Don't include openstack/common in flake8 exclude list
6c40994 Use upper-constraints for tox envs
c5599b9 Run normal tests instead of tempest tests in gate jobs
9092213 Install python-freezerclient while using devstack plugin
da003a7 Added gate_hook.sh to devstack plugin
f008c9d HTML-escape values written to output
624d1b1 Updated from global requirements
da5f676 Remove redundant Freezer in README.rst


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

README.rst                                         |  21 +-
devstack/gate_hook.sh                              |  33 +
devstack/lib/freezer-web-ui                        |   6 +
devstack/plugin.sh                                 |   1 +
devstack/settings                                  |   5 +
disaster_recovery/actions/tables.py                |   8 +-
.../actions/templates/actions/_action.html         |   4 +-
.../actions/templates/actions/_advanced.html       |   6 +-
.../actions/templates/actions/_rules.html          |   4 +-
.../actions/templates/actions/_snapshot.html       |   8 +-
disaster_recovery/actions/views.py                 |   4 -
disaster_recovery/actions/workflows/action.py      |  41 +-
disaster_recovery/api/api.py                       |  94 +--
disaster_recovery/backups/tables.py                |   5 -
disaster_recovery/backups/views.py                 |   4 -
disaster_recovery/backups/workflows/restore.py     |   9 +-
disaster_recovery/clients/tables.py                |   5 -
disaster_recovery/clients/views.py                 |   4 -
disaster_recovery/jobs/tables.py                   |   5 -
disaster_recovery/jobs/templates/jobs/_info.html   |   8 +-
disaster_recovery/jobs/views.py                    |   5 -
disaster_recovery/jobs/workflows/actions.py        |   5 -
disaster_recovery/jobs/workflows/create.py         |  10 +-
disaster_recovery/jobs/workflows/update_actions.py |   5 -
disaster_recovery/jobs/workflows/update_job.py     |   8 +-
disaster_recovery/locale/de/LC_MESSAGES/django.po  | 806 +++++++++++++++++++++
.../locale/en_GB/LC_MESSAGES/django.po             |   7 +-
.../locale/zh_CN/LC_MESSAGES/django.po             |   7 +-
disaster_recovery/sessions/tables.py               |   6 -
disaster_recovery/sessions/views.py                |   5 -
disaster_recovery/sessions/workflows/attach.py     |  11 +-
disaster_recovery/sessions/workflows/create.py     |   7 +-
.../static/freezer/js/freezer.actions.action.js    |  18 +-
.../static/freezer/js/freezer.jobs.sortable.js     |  26 +-
.../static/freezer/js/freezer.restore.js           |  17 +-
disaster_recovery/utils.py                         |   4 +-
requirements.txt                                   |   1 +
test-requirements.txt                              |  12 +-
tox.ini                                            |   6 +-
41 files changed, 1025 insertions(+), 219 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 65c06ef..dcd2e9d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,0 +5 @@ Django<1.9,>=1.8 # BSD
+python-freezerclient>=1.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6a2db8d..72419a1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking<0.12,>=0.11.0 # Apache-2.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -9,2 +9,2 @@ mox>=0.5.3 # Apache-2.0
-mox3>=0.7.0 # Apache-2.0
-oslo.config>=3.14.0 # Apache-2.0
+mox3!=0.19.0,>=0.7.0 # Apache-2.0
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
@@ -15,2 +15,2 @@ unittest2 # BSD
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
@@ -26 +26 @@ django-compressor>=2.0 # MIT
-django-openstack-auth>=2.4.0 # Apache-2.0
+django-openstack-auth>=3.1.0 # Apache-2.0





More information about the Release-announce mailing list