We are amped to announce the release of: freezer 7.2.0: The OpenStack Backup Restore and Disaster Recovery as a Service Platform This release is part of the train release series. The source is available from: https://opendev.org/openstack/freezer Download the package from: https://tarballs.openstack.org/freezer/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/freezer For more details, please see below. Changes in freezer 7.1.0..7.2.0 ------------------------------- 65a985e Bump the openstackdocstheme extension to 1.20 67abf37 Update api-ref location 79b064a Add Python 3 Train unit tests 8562e9e Make the low-constraints job work and modify coverage version fe4ab52 Update Sphinx requirement 98ae755 add test_utils.py 44c3081 Add user doc for glance image backup and restore c898189 modify test_is_file_modified function 76a42bd [WIP] Add the backup and restore of glance image 39b224f add unit test case of admin.py and backup.py c65ce69 Add the py37 testing job 40486db Move to opendev repository 0ee55de OpenDev Migration Patch 0d715cc Dropping the py35 testing 053e547 Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 6 +- README.rst | 2 +- freezer/common/config.py | 27 ++- freezer/engine/glance/__init__.py | 0 freezer/engine/glance/glance.py | 285 +++++++++++++++++++++++++ freezer/job.py | 107 ++++++++++ freezer/main.py | 3 +- freezer/mode/glance.py | 37 ++++ lower-constraints.txt | 4 +- playbooks/legacy/freezer/run.yaml | 12 +- releasenotes/source/conf.py | 15 -- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 + setup.cfg | 3 +- test-requirements.txt | 2 +- tox.ini | 9 +- 26 files changed, 820 insertions(+), 59 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index cf46530..6fef47c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.5.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org