We are excited to announce the release of: freezer 7.1.0: The OpenStack Backup Restore and Disaster Recovery as a Service Platform This release is part of the stein stable release series. The source is available from: https://git.openstack.org/cgit/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.0.0..7.1.0 ------------------------------- 3ca3e56 Replace openstack.org git:// URLs with https:// 70e6f52 Make freezer-ubuntu as voting job again 73a646d Rename the xenial gate jobs and migrate them to bionic 63b5e27 Update json module to jsonutils bf70397 add python 3.7 unit test job f8f1b59 The script name displayed is separated by spaces when the exec job is abnormal; such as,when i execute 'freezer-agent --action exec --command /home/backup.sh', reported error:while executing script / h o m e / b a c k u p . s h return code was 1 instead of 0 09262f1 Add rsync get_sign_delta dir unit test 8d202d2 Add rsync get_sign_delta not dir unit test 9b8a99b Use global var path for rsync test 8d2cbef Add missing ws seperator between words 71c8115 Add rsync get_fs_meta_struct not file test 6327703 Modify rsync unit test a41e228 file.close() isn't required because " with open(file.name) as f:" is used before Change-Id: I1168d039e17133f553dd36b424fdeb40fc1631ba 1440938 Refactor rsync unit test f86d4e0 Add rsync process_file unit test f2b42f5 Add rsync compute_incrementals test 284e191 Add rsync compute checksums regfile false unit test 40a0b24 Add rsync compute_checksums unit test 619b471 Add ftp add_stream unit test 286b4c5 Add ftp write_backup unit test 5185860 Add rsync process_backup_data and process_restore_data unit test 0d53274 Add rsync exception unit test ea3d239 Add rsync make_files filetype raise unit test cdf5f0e Add rsync make_files unit test ok 5912dbc Add rsync make_files unit test fd8507a Add more test case to improve unit test coverage 7fe7898 Use template for lower-constraints dc66d67 Add rsync unit test case to improve coverage 9d1dd59 Add rsync unit test 931e2a6 Modify a few exceptions in ftp.py b464c9e Add crypt unit test 3fbd61b Add ftp rmtree unit test 3ce7041 Add ftp createdir suceess unit test 6df8069 Add ftp get file success unit test b8f3824 Add ftp put file success unit test 35a9fcc Add ftp list dir fail unit test e3c4e27 Add ftp listdir unittest e380a3f Add ftp check unit test 189bf30 Add ftps unit test b4a482b Add ftp unit test af60ce9 Add ftp unit test framework Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 12 +- freezer/common/config.py | 6 +- freezer/engine/engine.py | 2 +- freezer/engine/nova/nova.py | 2 +- freezer/engine/rsync/rsync.py | 2 +- freezer/main.py | 2 +- freezer/openstack/admin.py | 2 +- freezer/openstack/restore.py | 2 +- freezer/scheduler/scheduler_job.py | 2 +- freezer/scheduler/utils.py | 2 +- freezer/storage/base.py | 3 +- freezer/storage/fslike.py | 4 +- freezer/storage/ftp.py | 6 +- freezer/storage/s3.py | 4 +- freezer/storage/ssh.py | 2 +- freezer/utils/exec_cmd.py | 2 +- freezer/utils/winutils.py | 3 +- playbooks/legacy/freezer/run.yaml | 4 +- requirements.txt | 1 + 25 files changed, 2404 insertions(+), 37 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 67f3214..cc24994 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,0 +14 @@ python-freezerclient>=2.0.0 # Apache-2.0 +oslo.serialization>=2.25.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org