We are delighted to announce the release of: freezer-web-ui 5.0.1: Freezer - Backup as a Service User Interface This release is part of the pike stable release series. The source is available from: https://opendev.org/openstack/freezer-web-ui Download the package from: https://tarballs.openstack.org/freezer-web-ui/ Please report issues through: https://bugs.launchpad.net/freezer/+bugs For more details, please see below. Changes in freezer-web-ui 5.0.0..5.0.1 -------------------------------------- a03b8a9 import zuul job settings from project-config a712fd4 Avoid using deprecated opt in Web-UI fec4498 freezer-client: proper use of cacert option 504885f Updated from global requirements e90cf1e Update UPPER_CONSTRAINTS_FILE for stable/pike dded0e0 Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 11 +++++++++++ disaster_recovery/actions/workflows/action.py | 6 +++--- disaster_recovery/api/api.py | 2 +- requirements.txt | 2 +- test-requirements.txt | 4 ++-- tox.ini | 2 +- 7 files changed, 20 insertions(+), 8 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..25dddae 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -24 +24 @@ nosexcover # BSD -Django<1.11,>=1.8 # BSD +Django<2.0,>=1.8 # BSD @@ -26 +26 @@ django-compressor>=2.0 # MIT -django-openstack-auth>=3.1.0 # Apache-2.0 +django-openstack-auth>=3.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org